Uses of Interface
net.opengis.swe.x20.DataChoiceType
-
Packages that use DataChoiceType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of DataChoiceType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return DataChoiceType Modifier and Type Method Description DataChoiceTypeDataChoiceDocument. addNewDataChoice()Appends and returns a new empty "DataChoice" elementDataChoiceTypeDataChoicePropertyByValueType. addNewDataChoice()Appends and returns a new empty "DataChoice" elementDataChoiceTypeDataChoicePropertyType. addNewDataChoice()Appends and returns a new empty "DataChoice" elementDataChoiceTypeDataChoiceDocument. getDataChoice()Gets the "DataChoice" elementDataChoiceTypeDataChoicePropertyByValueType. getDataChoice()Gets the "DataChoice" elementDataChoiceTypeDataChoicePropertyType. getDataChoice()Gets the "DataChoice" elementstatic DataChoiceTypeDataChoiceType.Factory. newInstance()static DataChoiceTypeDataChoiceType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DataChoiceTypeDataChoiceType.Factory. parse(File file)static DataChoiceTypeDataChoiceType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DataChoiceTypeDataChoiceType.Factory. parse(InputStream is)static DataChoiceTypeDataChoiceType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DataChoiceTypeDataChoiceType.Factory. parse(Reader r)static DataChoiceTypeDataChoiceType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DataChoiceTypeDataChoiceType.Factory. parse(String xmlAsString)static DataChoiceTypeDataChoiceType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DataChoiceTypeDataChoiceType.Factory. parse(URL u)static DataChoiceTypeDataChoiceType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DataChoiceTypeDataChoiceType.Factory. parse(XMLStreamReader sr)static DataChoiceTypeDataChoiceType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DataChoiceTypeDataChoiceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DataChoiceTypeDataChoiceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DataChoiceTypeDataChoiceType.Factory. parse(Node node)static DataChoiceTypeDataChoiceType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type DataChoiceType Modifier and Type Method Description voidDataChoiceDocument. setDataChoice(DataChoiceType dataChoice)Sets the "DataChoice" elementvoidDataChoicePropertyByValueType. setDataChoice(DataChoiceType dataChoice)Sets the "DataChoice" elementvoidDataChoicePropertyType. setDataChoice(DataChoiceType dataChoice)Sets the "DataChoice" element -
Uses of DataChoiceType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement DataChoiceType Modifier and Type Class Description classDataChoiceTypeImplAn XML DataChoiceType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return DataChoiceType Modifier and Type Method Description DataChoiceTypeDataChoiceDocumentImpl. addNewDataChoice()Appends and returns a new empty "DataChoice" elementDataChoiceTypeDataChoicePropertyByValueTypeImpl. addNewDataChoice()Appends and returns a new empty "DataChoice" elementDataChoiceTypeDataChoicePropertyTypeImpl. addNewDataChoice()Appends and returns a new empty "DataChoice" elementDataChoiceTypeDataChoiceDocumentImpl. getDataChoice()Gets the "DataChoice" elementDataChoiceTypeDataChoicePropertyByValueTypeImpl. getDataChoice()Gets the "DataChoice" elementDataChoiceTypeDataChoicePropertyTypeImpl. getDataChoice()Gets the "DataChoice" elementMethods in net.opengis.swe.x20.impl with parameters of type DataChoiceType Modifier and Type Method Description voidDataChoiceDocumentImpl. setDataChoice(DataChoiceType dataChoice)Sets the "DataChoice" elementvoidDataChoicePropertyByValueTypeImpl. setDataChoice(DataChoiceType dataChoice)Sets the "DataChoice" elementvoidDataChoicePropertyTypeImpl. setDataChoice(DataChoiceType dataChoice)Sets the "DataChoice" element
-