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 TypeMethodDescriptionvoid
Adds a new value propertycopy()
protected String
int
Returns number of value propertiesGets the pattern propertyGets the list of value propertiesboolean
Checks if pattern is setboolean
void
setPattern
(String pattern) Sets the pattern propertyMethods inherited from class org.vast.data.AbstractSWEImpl
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getValueList
in interfaceAllowedTokens
-
getNumValues
public int getNumValues()Returns number of value properties- Specified by:
getNumValues
in interfaceAllowedTokens
-
addValue
Adds a new value property- Specified by:
addValue
in interfaceAllowedTokens
-
getPattern
Gets the pattern property- Specified by:
getPattern
in interfaceAllowedTokens
-
isSetPattern
public boolean isSetPattern()Checks if pattern is set- Specified by:
isSetPattern
in interfaceAllowedTokens
-
setPattern
Sets the pattern property- Specified by:
setPattern
in interfaceAllowedTokens
-