Uses of Interface
net.opengis.swes.x20.InsertionMetadataType
-
Packages that use InsertionMetadataType Package Description net.opengis.swes.x20 net.opengis.swes.x20.impl -
-
Uses of InsertionMetadataType in net.opengis.swes.x20
Methods in net.opengis.swes.x20 that return InsertionMetadataType Modifier and Type Method Description InsertionMetadataTypeInsertionMetadataDocument. addNewInsertionMetadata()Appends and returns a new empty "InsertionMetadata" elementInsertionMetadataTypeInsertionMetadataPropertyType. addNewInsertionMetadata()Appends and returns a new empty "InsertionMetadata" elementInsertionMetadataTypeInsertSensorType.Metadata. addNewInsertionMetadata()Appends and returns a new empty "InsertionMetadata" elementInsertionMetadataTypeInsertionMetadataDocument. getInsertionMetadata()Gets the "InsertionMetadata" elementInsertionMetadataTypeInsertionMetadataPropertyType. getInsertionMetadata()Gets the "InsertionMetadata" elementInsertionMetadataTypeInsertSensorType.Metadata. getInsertionMetadata()Gets the "InsertionMetadata" elementstatic InsertionMetadataTypeInsertionMetadataType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic InsertionMetadataTypeInsertionMetadataType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic InsertionMetadataTypeInsertionMetadataType.Factory. parse(File file)static InsertionMetadataTypeInsertionMetadataType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static InsertionMetadataTypeInsertionMetadataType.Factory. parse(InputStream is)static InsertionMetadataTypeInsertionMetadataType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static InsertionMetadataTypeInsertionMetadataType.Factory. parse(Reader r)static InsertionMetadataTypeInsertionMetadataType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static InsertionMetadataTypeInsertionMetadataType.Factory. parse(String xmlAsString)static InsertionMetadataTypeInsertionMetadataType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static InsertionMetadataTypeInsertionMetadataType.Factory. parse(URL u)static InsertionMetadataTypeInsertionMetadataType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static InsertionMetadataTypeInsertionMetadataType.Factory. parse(XMLStreamReader sr)static InsertionMetadataTypeInsertionMetadataType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static InsertionMetadataTypeInsertionMetadataType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic InsertionMetadataTypeInsertionMetadataType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic InsertionMetadataTypeInsertionMetadataType.Factory. parse(Node node)static InsertionMetadataTypeInsertionMetadataType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swes.x20 with parameters of type InsertionMetadataType Modifier and Type Method Description voidInsertionMetadataDocument. setInsertionMetadata(InsertionMetadataType insertionMetadata)Sets the "InsertionMetadata" elementvoidInsertionMetadataPropertyType. setInsertionMetadata(InsertionMetadataType insertionMetadata)Sets the "InsertionMetadata" elementvoidInsertSensorType.Metadata. setInsertionMetadata(InsertionMetadataType insertionMetadata)Sets the "InsertionMetadata" element -
Uses of InsertionMetadataType in net.opengis.swes.x20.impl
Classes in net.opengis.swes.x20.impl that implement InsertionMetadataType Modifier and Type Class Description classInsertionMetadataTypeImplAn XML InsertionMetadataType(@http://www.opengis.net/swes/2.0).Methods in net.opengis.swes.x20.impl that return InsertionMetadataType Modifier and Type Method Description InsertionMetadataTypeInsertionMetadataDocumentImpl. addNewInsertionMetadata()Appends and returns a new empty "InsertionMetadata" elementInsertionMetadataTypeInsertionMetadataPropertyTypeImpl. addNewInsertionMetadata()Appends and returns a new empty "InsertionMetadata" elementInsertionMetadataTypeInsertSensorTypeImpl.MetadataImpl. addNewInsertionMetadata()Appends and returns a new empty "InsertionMetadata" elementInsertionMetadataTypeInsertionMetadataDocumentImpl. getInsertionMetadata()Gets the "InsertionMetadata" elementInsertionMetadataTypeInsertionMetadataPropertyTypeImpl. getInsertionMetadata()Gets the "InsertionMetadata" elementInsertionMetadataTypeInsertSensorTypeImpl.MetadataImpl. getInsertionMetadata()Gets the "InsertionMetadata" elementMethods in net.opengis.swes.x20.impl with parameters of type InsertionMetadataType Modifier and Type Method Description voidInsertionMetadataDocumentImpl. setInsertionMetadata(InsertionMetadataType insertionMetadata)Sets the "InsertionMetadata" elementvoidInsertionMetadataPropertyTypeImpl. setInsertionMetadata(InsertionMetadataType insertionMetadata)Sets the "InsertionMetadata" elementvoidInsertSensorTypeImpl.MetadataImpl. setInsertionMetadata(InsertionMetadataType insertionMetadata)Sets the "InsertionMetadata" element
-