Interface FeatureCollectionType
-
- All Superinterfaces:
EObject
,Notifier
,SimpleFeatureCollectionType
- All Known Implementing Classes:
FeatureCollectionTypeImpl
public interface FeatureCollectionType extends SimpleFeatureCollectionType
A representation of the model object 'Feature Collection Type'.The following features are supported:
- See Also:
Wfs20Package.getFeatureCollectionType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdditionalObjectsType
getAdditionalObjects()
Returns the value of the 'Additional Objects' containment reference.String
getLockId()
Returns the value of the 'Lock Id' attribute.String
getNext()
Returns the value of the 'Next' attribute.Object
getNumberMatched()
Returns the value of the 'Number Matched' attribute.BigInteger
getNumberReturned()
Returns the value of the 'Number Returned' attribute.String
getPrevious()
Returns the value of the 'Previous' attribute.Calendar
getTimeStamp()
Returns the value of the 'Time Stamp' attribute.TruncatedResponseType
getTruncatedResponse()
Returns the value of the 'Truncated Response' containment reference.void
setAdditionalObjects(AdditionalObjectsType value)
Sets the value of the 'Additional Objects
' containment reference.void
setLockId(String value)
Sets the value of the 'Lock Id
' attribute.void
setNext(String value)
Sets the value of the 'Next
' attribute.void
setNumberMatched(Object value)
Sets the value of the 'Number Matched
' attribute.void
setNumberReturned(BigInteger value)
Sets the value of the 'Number Returned
' attribute.void
setPrevious(String value)
Sets the value of the 'Previous
' attribute.void
setTimeStamp(Calendar value)
Sets the value of the 'Time Stamp
' attribute.void
setTruncatedResponse(TruncatedResponseType value)
Sets the value of the 'Truncated Response
' containment reference.-
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface SimpleFeatureCollectionType
getBoundedBy, getMember, setBoundedBy
-
-
-
-
Method Detail
-
getAdditionalObjects
AdditionalObjectsType getAdditionalObjects()
Returns the value of the 'Additional Objects' containment reference.If the meaning of the 'Additional Objects' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Additional Objects' containment reference.
- See Also:
setAdditionalObjects(AdditionalObjectsType)
,Wfs20Package.getFeatureCollectionType_AdditionalObjects()
-
setAdditionalObjects
void setAdditionalObjects(AdditionalObjectsType value)
Sets the value of the 'Additional Objects
' containment reference.- Parameters:
value
- the new value of the 'Additional Objects' containment reference.- See Also:
getAdditionalObjects()
-
getTruncatedResponse
TruncatedResponseType getTruncatedResponse()
Returns the value of the 'Truncated Response' containment reference.If the meaning of the 'Truncated Response' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Truncated Response' containment reference.
- See Also:
setTruncatedResponse(TruncatedResponseType)
,Wfs20Package.getFeatureCollectionType_TruncatedResponse()
-
setTruncatedResponse
void setTruncatedResponse(TruncatedResponseType value)
Sets the value of the 'Truncated Response
' containment reference.- Parameters:
value
- the new value of the 'Truncated Response' containment reference.- See Also:
getTruncatedResponse()
-
getLockId
String getLockId()
Returns the value of the 'Lock Id' attribute.If the meaning of the 'Lock Id' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Lock Id' attribute.
- See Also:
setLockId(String)
,Wfs20Package.getFeatureCollectionType_LockId()
-
setLockId
void setLockId(String value)
Sets the value of the 'Lock Id
' attribute.- Parameters:
value
- the new value of the 'Lock Id' attribute.- See Also:
getLockId()
-
getNext
String getNext()
Returns the value of the 'Next' attribute.If the meaning of the 'Next' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Next' attribute.
- See Also:
setNext(String)
,Wfs20Package.getFeatureCollectionType_Next()
-
setNext
void setNext(String value)
Sets the value of the 'Next
' attribute.- Parameters:
value
- the new value of the 'Next' attribute.- See Also:
getNext()
-
getNumberMatched
Object getNumberMatched()
Returns the value of the 'Number Matched' attribute.If the meaning of the 'Number Matched' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Number Matched' attribute.
- See Also:
setNumberMatched(Object)
,Wfs20Package.getFeatureCollectionType_NumberMatched()
-
setNumberMatched
void setNumberMatched(Object value)
Sets the value of the 'Number Matched
' attribute.- Parameters:
value
- the new value of the 'Number Matched' attribute.- See Also:
getNumberMatched()
-
getNumberReturned
BigInteger getNumberReturned()
Returns the value of the 'Number Returned' attribute.If the meaning of the 'Number Returned' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Number Returned' attribute.
- See Also:
setNumberReturned(BigInteger)
,Wfs20Package.getFeatureCollectionType_NumberReturned()
-
setNumberReturned
void setNumberReturned(BigInteger value)
Sets the value of the 'Number Returned
' attribute.- Parameters:
value
- the new value of the 'Number Returned' attribute.- See Also:
getNumberReturned()
-
getPrevious
String getPrevious()
Returns the value of the 'Previous' attribute.If the meaning of the 'Previous' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Previous' attribute.
- See Also:
setPrevious(String)
,Wfs20Package.getFeatureCollectionType_Previous()
-
setPrevious
void setPrevious(String value)
Sets the value of the 'Previous
' attribute.- Parameters:
value
- the new value of the 'Previous' attribute.- See Also:
getPrevious()
-
getTimeStamp
Calendar getTimeStamp()
Returns the value of the 'Time Stamp' attribute.If the meaning of the 'Time Stamp' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Time Stamp' attribute.
- See Also:
#setTimeStamp(XMLGregorianCalendar)
,Wfs20Package.getFeatureCollectionType_TimeStamp()
-
setTimeStamp
void setTimeStamp(Calendar value)
Sets the value of the 'Time Stamp
' attribute.- Parameters:
value
- the new value of the 'Time Stamp' attribute.- See Also:
getTimeStamp()
-
-