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 TypeMethodDescriptionvoidAdds a new mode propertyGets the list of mode propertiesintReturns number of mode propertiesMethods 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
- 
modeList
 
 - 
 - 
Constructor Details
- 
ModeChoiceImpl
public ModeChoiceImpl() 
 - 
 - 
Method Details
- 
getModeList
Gets the list of mode properties- Specified by:
 getModeListin interfaceModeChoice
 - 
getNumModes
public int getNumModes()Returns number of mode properties- Specified by:
 getNumModesin interfaceModeChoice
 - 
addMode
Adds a new mode property- Specified by:
 addModein interfaceModeChoice
 
 -