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 Summary
All 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
-
getMember
EList<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()
-
getAdditionalValues
AdditionalValuesType 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()
-
setAdditionalValues
void 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()
-
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.getValueCollectionType_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()
-
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.getValueCollectionType_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.getValueCollectionType_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.getValueCollectionType_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.getValueCollectionType_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.getValueCollectionType_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()
-
-