Package net.opengis.sensorml.v20.impl
Class ModeChoiceImpl
java.lang.Object
org.vast.data.AbstractSWEImpl
net.opengis.sensorml.v20.impl.AbstractModesImpl
net.opengis.sensorml.v20.impl.ModeChoiceImpl
- All Implemented Interfaces:
Serializable
,AbstractModes
,ModeChoice
,AbstractSWE
POJO class for XML type ModeChoiceType(@http://www.opengis.net/sensorml/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 mode propertyGets the list of mode propertiesint
Returns number of mode propertiesMethods 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
-
modeList
-
-
Constructor Details
-
ModeChoiceImpl
public ModeChoiceImpl()
-
-
Method Details
-
getModeList
Gets the list of mode properties- Specified by:
getModeList
in interfaceModeChoice
-
getNumModes
public int getNumModes()Returns number of mode properties- Specified by:
getNumModes
in interfaceModeChoice
-
addMode
Adds a new mode property- Specified by:
addMode
in interfaceModeChoice
-