Interface ValueCollectionType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- ValueCollectionTypeImpl
 
 public interface ValueCollectionType extends EObjectA representation of the model object 'Value Collection Type'.The following features are supported: - See Also:
- Wfs20Package.getValueCollectionType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AdditionalValuesTypegetAdditionalValues()Returns the value of the 'Additional Values' containment reference.EList<Collection>getMember()Returns the value of the 'Member' containment reference list.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.voidsetAdditionalValues(AdditionalValuesType value)Sets the value of the 'Additional Values' containment reference.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.
 
- 
- 
- 
Method Detail- 
getMemberEList<Collection> getMember() Returns the value of the 'Member' containment reference list. The list contents are of typeMemberPropertyType.If the meaning of the 'Member' containment reference list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Member' containment reference list.
- See Also:
- Wfs20Package.getValueCollectionType_Member()
 
 - 
getAdditionalValuesAdditionalValuesType getAdditionalValues() Returns the value of the 'Additional Values' containment reference.If the meaning of the 'Additional Values' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Additional Values' containment reference.
- See Also:
- setAdditionalValues(AdditionalValuesType),- Wfs20Package.getValueCollectionType_AdditionalValues()
 
 - 
setAdditionalValuesvoid setAdditionalValues(AdditionalValuesType value) Sets the value of the 'Additional Values' containment reference.- Parameters:
- value- the new value of the 'Additional Values' containment reference.
- See Also:
- getAdditionalValues()
 
 - 
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.getValueCollectionType_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()
 
 - 
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.getValueCollectionType_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.getValueCollectionType_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.getValueCollectionType_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.getValueCollectionType_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.getValueCollectionType_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()
 
 
- 
 
-