Uses of Interface
net.opengis.sensorml.x20.ModeType
-
Packages that use ModeType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of ModeType in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return ModeType Modifier and Type Method Description ModeTypeModeDocument. addNewMode()Appends and returns a new empty "Mode" elementModeTypeModePropertyType. addNewMode()Appends and returns a new empty "Mode" elementModeTypeModeDocument. getMode()Gets the "Mode" elementModeTypeModePropertyType. getMode()Gets the "Mode" elementstatic ModeTypeModeType.Factory. newInstance()static ModeTypeModeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ModeTypeModeType.Factory. parse(File file)static ModeTypeModeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ModeTypeModeType.Factory. parse(InputStream is)static ModeTypeModeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ModeTypeModeType.Factory. parse(Reader r)static ModeTypeModeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ModeTypeModeType.Factory. parse(String xmlAsString)static ModeTypeModeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ModeTypeModeType.Factory. parse(URL u)static ModeTypeModeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ModeTypeModeType.Factory. parse(XMLStreamReader sr)static ModeTypeModeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ModeTypeModeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ModeTypeModeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ModeTypeModeType.Factory. parse(Node node)static ModeTypeModeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type ModeType Modifier and Type Method Description voidModeDocument. setMode(ModeType mode)Sets the "Mode" elementvoidModePropertyType. setMode(ModeType mode)Sets the "Mode" element -
Uses of ModeType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement ModeType Modifier and Type Class Description classModeTypeImplAn XML ModeType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return ModeType Modifier and Type Method Description ModeTypeModeDocumentImpl. addNewMode()Appends and returns a new empty "Mode" elementModeTypeModePropertyTypeImpl. addNewMode()Appends and returns a new empty "Mode" elementModeTypeModeDocumentImpl. getMode()Gets the "Mode" elementModeTypeModePropertyTypeImpl. getMode()Gets the "Mode" elementMethods in net.opengis.sensorml.x20.impl with parameters of type ModeType Modifier and Type Method Description voidModeDocumentImpl. setMode(ModeType mode)Sets the "Mode" elementvoidModePropertyTypeImpl. setMode(ModeType mode)Sets the "Mode" element
-