Uses of Interface
net.opengis.sensorml.x20.ModeChoiceType
-
Packages that use ModeChoiceType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of ModeChoiceType in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return ModeChoiceType Modifier and Type Method Description ModeChoiceTypeModeChoiceDocument. addNewModeChoice()Appends and returns a new empty "ModeChoice" elementModeChoiceTypeModeChoicePropertyType. addNewModeChoice()Appends and returns a new empty "ModeChoice" elementModeChoiceTypeModeChoiceDocument. getModeChoice()Gets the "ModeChoice" elementModeChoiceTypeModeChoicePropertyType. getModeChoice()Gets the "ModeChoice" elementstatic ModeChoiceTypeModeChoiceType.Factory. newInstance()static ModeChoiceTypeModeChoiceType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ModeChoiceTypeModeChoiceType.Factory. parse(File file)static ModeChoiceTypeModeChoiceType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ModeChoiceTypeModeChoiceType.Factory. parse(InputStream is)static ModeChoiceTypeModeChoiceType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ModeChoiceTypeModeChoiceType.Factory. parse(Reader r)static ModeChoiceTypeModeChoiceType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ModeChoiceTypeModeChoiceType.Factory. parse(String xmlAsString)static ModeChoiceTypeModeChoiceType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ModeChoiceTypeModeChoiceType.Factory. parse(URL u)static ModeChoiceTypeModeChoiceType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ModeChoiceTypeModeChoiceType.Factory. parse(XMLStreamReader sr)static ModeChoiceTypeModeChoiceType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ModeChoiceTypeModeChoiceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ModeChoiceTypeModeChoiceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ModeChoiceTypeModeChoiceType.Factory. parse(Node node)static ModeChoiceTypeModeChoiceType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type ModeChoiceType Modifier and Type Method Description voidModeChoiceDocument. setModeChoice(ModeChoiceType modeChoice)Sets the "ModeChoice" elementvoidModeChoicePropertyType. setModeChoice(ModeChoiceType modeChoice)Sets the "ModeChoice" element -
Uses of ModeChoiceType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement ModeChoiceType Modifier and Type Class Description classModeChoiceTypeImplAn XML ModeChoiceType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return ModeChoiceType Modifier and Type Method Description ModeChoiceTypeModeChoiceDocumentImpl. addNewModeChoice()Appends and returns a new empty "ModeChoice" elementModeChoiceTypeModeChoicePropertyTypeImpl. addNewModeChoice()Appends and returns a new empty "ModeChoice" elementModeChoiceTypeModeChoiceDocumentImpl. getModeChoice()Gets the "ModeChoice" elementModeChoiceTypeModeChoicePropertyTypeImpl. getModeChoice()Gets the "ModeChoice" elementMethods in net.opengis.sensorml.x20.impl with parameters of type ModeChoiceType Modifier and Type Method Description voidModeChoiceDocumentImpl. setModeChoice(ModeChoiceType modeChoice)Sets the "ModeChoice" elementvoidModeChoicePropertyTypeImpl. setModeChoice(ModeChoiceType modeChoice)Sets the "ModeChoice" element
-