Uses of Interface
net.opengis.sensorml.x20.ModePropertyType
-
Packages that use ModePropertyType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of ModePropertyType in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return ModePropertyType Modifier and Type Method Description ModePropertyTypeModeChoiceType. addNewMode()Appends and returns a new empty value (as xml) as the last "mode" elementModePropertyType[]ModeChoiceType. getModeArray()Gets array of all "mode" elementsModePropertyTypeModeChoiceType. getModeArray(int i)Gets ith "mode" elementModePropertyTypeModeChoiceType. insertNewMode(int i)Inserts and returns a new empty value (as xml) as the ith "mode" elementstatic ModePropertyTypeModePropertyType.Factory. newInstance()static ModePropertyTypeModePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ModePropertyTypeModePropertyType.Factory. parse(File file)static ModePropertyTypeModePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ModePropertyTypeModePropertyType.Factory. parse(InputStream is)static ModePropertyTypeModePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ModePropertyTypeModePropertyType.Factory. parse(Reader r)static ModePropertyTypeModePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ModePropertyTypeModePropertyType.Factory. parse(String xmlAsString)static ModePropertyTypeModePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ModePropertyTypeModePropertyType.Factory. parse(URL u)static ModePropertyTypeModePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ModePropertyTypeModePropertyType.Factory. parse(XMLStreamReader sr)static ModePropertyTypeModePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ModePropertyTypeModePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ModePropertyTypeModePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ModePropertyTypeModePropertyType.Factory. parse(Node node)static ModePropertyTypeModePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type ModePropertyType Modifier and Type Method Description voidModeChoiceType. setModeArray(int i, ModePropertyType mode)Sets ith "mode" elementvoidModeChoiceType. setModeArray(ModePropertyType[] modeArray)Sets array of all "mode" element -
Uses of ModePropertyType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement ModePropertyType Modifier and Type Class Description classModePropertyTypeImplAn XML ModePropertyType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return ModePropertyType Modifier and Type Method Description ModePropertyTypeModeChoiceTypeImpl. addNewMode()Appends and returns a new empty value (as xml) as the last "mode" elementModePropertyType[]ModeChoiceTypeImpl. getModeArray()Gets array of all "mode" elementsModePropertyTypeModeChoiceTypeImpl. getModeArray(int i)Gets ith "mode" elementModePropertyTypeModeChoiceTypeImpl. insertNewMode(int i)Inserts and returns a new empty value (as xml) as the ith "mode" elementMethods in net.opengis.sensorml.x20.impl with parameters of type ModePropertyType Modifier and Type Method Description voidModeChoiceTypeImpl. setModeArray(int i, ModePropertyType mode)Sets ith "mode" elementvoidModeChoiceTypeImpl. setModeArray(ModePropertyType[] modeArray)Sets array of all "mode" element
-