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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AdditionalObjectsTypegetAdditionalObjects()Returns the value of the 'Additional Objects' containment reference.StringgetLockId()Returns the value of the 'Lock Id' attribute.StringgetNext()Returns the value of the 'Next' attribute.ObjectgetNumberMatched()Returns the value of the 'Number Matched' attribute.BigIntegergetNumberReturned()Returns the value of the 'Number Returned' attribute.StringgetPrevious()Returns the value of the 'Previous' attribute.CalendargetTimeStamp()Returns the value of the 'Time Stamp' attribute.TruncatedResponseTypegetTruncatedResponse()Returns the value of the 'Truncated Response' containment reference.voidsetAdditionalObjects(AdditionalObjectsType value)Sets the value of the 'Additional Objects' containment reference.voidsetLockId(String value)Sets the value of the 'Lock Id' attribute.voidsetNext(String value)Sets the value of the 'Next' attribute.voidsetNumberMatched(Object value)Sets the value of the 'Number Matched' attribute.voidsetNumberReturned(BigInteger value)Sets the value of the 'Number Returned' attribute.voidsetPrevious(String value)Sets the value of the 'Previous' attribute.voidsetTimeStamp(Calendar value)Sets the value of the 'Time Stamp' attribute.voidsetTruncatedResponse(TruncatedResponseType value)Sets the value of the 'Truncated Response' containment reference.- 
Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface SimpleFeatureCollectionTypegetBoundedBy, getMember, setBoundedBy
 
- 
 
- 
- 
- 
Method Detail- 
getAdditionalObjectsAdditionalObjectsType 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()
 
 - 
setAdditionalObjectsvoid 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()
 
 - 
getTruncatedResponseTruncatedResponseType 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()
 
 - 
setTruncatedResponsevoid 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()
 
 - 
getLockIdString 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()
 
 - 
setLockIdvoid setLockId(String value) Sets the value of the 'Lock Id' attribute.- Parameters:
- value- the new value of the 'Lock Id' attribute.
- See Also:
- getLockId()
 
 - 
getNextString 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()
 
 - 
setNextvoid setNext(String value) Sets the value of the 'Next' attribute.- Parameters:
- value- the new value of the 'Next' attribute.
- See Also:
- getNext()
 
 - 
getNumberMatchedObject 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()
 
 - 
setNumberMatchedvoid setNumberMatched(Object value) Sets the value of the 'Number Matched' attribute.- Parameters:
- value- the new value of the 'Number Matched' attribute.
- See Also:
- getNumberMatched()
 
 - 
getNumberReturnedBigInteger 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()
 
 - 
setNumberReturnedvoid setNumberReturned(BigInteger value) Sets the value of the 'Number Returned' attribute.- Parameters:
- value- the new value of the 'Number Returned' attribute.
- See Also:
- getNumberReturned()
 
 - 
getPreviousString 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()
 
 - 
setPreviousvoid setPrevious(String value) Sets the value of the 'Previous' attribute.- Parameters:
- value- the new value of the 'Previous' attribute.
- See Also:
- getPrevious()
 
 - 
getTimeStampCalendar 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()
 
 - 
setTimeStampvoid setTimeStamp(Calendar value) Sets the value of the 'Time Stamp' attribute.- Parameters:
- value- the new value of the 'Time Stamp' attribute.
- See Also:
- getTimeStamp()
 
 
- 
 
-