Package org.vast.data
Class AllowedTokensImpl
java.lang.Object
org.vast.data.AbstractSWEImpl
org.vast.data.AllowedTokensImpl
- All Implemented Interfaces:
 Serializable,HasCopy,AbstractSWE,AllowedTokens,DataConstraint
POJO class for XML type AllowedTokensType(@http://www.opengis.net/swe/2.0).
 This is a complex type.
- See Also:
 
- 
Field Summary
FieldsFields inherited from class org.vast.data.AbstractSWEImpl
extensionList, id - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a new value propertycopy()protected StringintReturns number of value propertiesGets the pattern propertyGets the list of value propertiesbooleanChecks if pattern is setbooleanvoidsetPattern(String pattern) Sets the pattern propertyMethods inherited from class org.vast.data.AbstractSWEImpl
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId 
- 
Field Details
- 
valueList
 - 
pattern
 - 
compiledPattern
 
 - 
 - 
Constructor Details
- 
AllowedTokensImpl
public AllowedTokensImpl() 
 - 
 - 
Method Details
- 
copy
 - 
isValid
 - 
getAssertionMessage
 - 
getValueList
Gets the list of value properties- Specified by:
 getValueListin interfaceAllowedTokens
 - 
getNumValues
public int getNumValues()Returns number of value properties- Specified by:
 getNumValuesin interfaceAllowedTokens
 - 
addValue
Adds a new value property- Specified by:
 addValuein interfaceAllowedTokens
 - 
getPattern
Gets the pattern property- Specified by:
 getPatternin interfaceAllowedTokens
 - 
isSetPattern
public boolean isSetPattern()Checks if pattern is set- Specified by:
 isSetPatternin interfaceAllowedTokens
 - 
setPattern
Sets the pattern property- Specified by:
 setPatternin interfaceAllowedTokens
 
 -