Uses of Interface
net.opengis.sensorml.x20.DataInterfaceType
-
Packages that use DataInterfaceType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of DataInterfaceType in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return DataInterfaceType Modifier and Type Method Description DataInterfaceTypeDataComponentOrObservablePropertyType. addNewDataInterface()Appends and returns a new empty "DataInterface" elementDataInterfaceTypeDataInterfaceDocument. addNewDataInterface()Appends and returns a new empty "DataInterface" elementDataInterfaceTypeDataInterfacePropertyType. addNewDataInterface()Appends and returns a new empty "DataInterface" elementDataInterfaceTypeDataComponentOrObservablePropertyType. getDataInterface()Gets the "DataInterface" elementDataInterfaceTypeDataInterfaceDocument. getDataInterface()Gets the "DataInterface" elementDataInterfaceTypeDataInterfacePropertyType. getDataInterface()Gets the "DataInterface" elementstatic DataInterfaceTypeDataInterfaceType.Factory. newInstance()static DataInterfaceTypeDataInterfaceType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DataInterfaceTypeDataInterfaceType.Factory. parse(File file)static DataInterfaceTypeDataInterfaceType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DataInterfaceTypeDataInterfaceType.Factory. parse(InputStream is)static DataInterfaceTypeDataInterfaceType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DataInterfaceTypeDataInterfaceType.Factory. parse(Reader r)static DataInterfaceTypeDataInterfaceType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DataInterfaceTypeDataInterfaceType.Factory. parse(String xmlAsString)static DataInterfaceTypeDataInterfaceType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DataInterfaceTypeDataInterfaceType.Factory. parse(URL u)static DataInterfaceTypeDataInterfaceType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DataInterfaceTypeDataInterfaceType.Factory. parse(XMLStreamReader sr)static DataInterfaceTypeDataInterfaceType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DataInterfaceTypeDataInterfaceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DataInterfaceTypeDataInterfaceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DataInterfaceTypeDataInterfaceType.Factory. parse(Node node)static DataInterfaceTypeDataInterfaceType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type DataInterfaceType Modifier and Type Method Description voidDataComponentOrObservablePropertyType. setDataInterface(DataInterfaceType dataInterface)Sets the "DataInterface" elementvoidDataInterfaceDocument. setDataInterface(DataInterfaceType dataInterface)Sets the "DataInterface" elementvoidDataInterfacePropertyType. setDataInterface(DataInterfaceType dataInterface)Sets the "DataInterface" element -
Uses of DataInterfaceType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement DataInterfaceType Modifier and Type Class Description classDataInterfaceTypeImplAn XML DataInterfaceType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return DataInterfaceType Modifier and Type Method Description DataInterfaceTypeDataComponentOrObservablePropertyTypeImpl. addNewDataInterface()Appends and returns a new empty "DataInterface" elementDataInterfaceTypeDataInterfaceDocumentImpl. addNewDataInterface()Appends and returns a new empty "DataInterface" elementDataInterfaceTypeDataInterfacePropertyTypeImpl. addNewDataInterface()Appends and returns a new empty "DataInterface" elementDataInterfaceTypeDataComponentOrObservablePropertyTypeImpl. getDataInterface()Gets the "DataInterface" elementDataInterfaceTypeDataInterfaceDocumentImpl. getDataInterface()Gets the "DataInterface" elementDataInterfaceTypeDataInterfacePropertyTypeImpl. getDataInterface()Gets the "DataInterface" elementMethods in net.opengis.sensorml.x20.impl with parameters of type DataInterfaceType Modifier and Type Method Description voidDataComponentOrObservablePropertyTypeImpl. setDataInterface(DataInterfaceType dataInterface)Sets the "DataInterface" elementvoidDataInterfaceDocumentImpl. setDataInterface(DataInterfaceType dataInterface)Sets the "DataInterface" elementvoidDataInterfacePropertyTypeImpl. setDataInterface(DataInterfaceType dataInterface)Sets the "DataInterface" element
-