Interface FeatureCollectionType
- All Superinterfaces:
EObject
,Notifier
,SimpleFeatureCollectionType
- All Known Implementing Classes:
FeatureCollectionTypeImpl
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Additional Objects' containment reference.Returns the value of the 'Lock Id' attribute.getNext()
Returns the value of the 'Next' attribute.Returns the value of the 'Number Matched' attribute.Returns the value of the 'Number Returned' attribute.Returns the value of the 'Previous' attribute.Returns the value of the 'Time Stamp' attribute.Returns the value of the 'Truncated Response' containment reference.void
Sets the value of the 'Additional Objects
' containment reference.void
Sets the value of the 'Lock Id
' attribute.void
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
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 Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface SimpleFeatureCollectionType
getBoundedBy, getMember, setBoundedBy
-
Method Details
-
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
Sets the value of the 'Additional Objects
' containment reference.- Parameters:
value
- the new value of the 'Additional Objects' containment reference.- See Also:
-
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
Sets the value of the 'Truncated Response
' containment reference.- Parameters:
value
- the new value of the 'Truncated Response' containment reference.- See Also:
-
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
Sets the value of the 'Lock Id
' attribute.- Parameters:
value
- the new value of the 'Lock Id' attribute.- See Also:
-
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
Sets the value of the 'Next
' attribute.- Parameters:
value
- the new value of the 'Next' attribute.- See Also:
-
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
Sets the value of the 'Number Matched
' attribute.- Parameters:
value
- the new value of the 'Number Matched' attribute.- See Also:
-
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
Sets the value of the 'Number Returned
' attribute.- Parameters:
value
- the new value of the 'Number Returned' attribute.- See Also:
-
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
Sets the value of the 'Previous
' attribute.- Parameters:
value
- the new value of the 'Previous' attribute.- See Also:
-
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
Sets the value of the 'Time Stamp
' attribute.- Parameters:
value
- the new value of the 'Time Stamp' attribute.- See Also:
-