Uses of Interface
net.opengis.ows.x11.DomainMetadataType
-
Packages that use DomainMetadataType Package Description net.opengis.ows.x11 net.opengis.ows.x11.impl -
-
Uses of DomainMetadataType in net.opengis.ows.x11
Methods in net.opengis.ows.x11 that return DomainMetadataType Modifier and Type Method Description DomainMetadataTypeDataTypeDocument. addNewDataType()Appends and returns a new empty "DataType" elementDomainMetadataTypeUnNamedDomainType. addNewDataType()Appends and returns a new empty "DataType" elementDomainMetadataTypeMeaningDocument. addNewMeaning()Appends and returns a new empty "Meaning" elementDomainMetadataTypeUnNamedDomainType. addNewMeaning()Appends and returns a new empty "Meaning" elementDomainMetadataTypeReferenceSystemDocument. addNewReferenceSystem()Appends and returns a new empty "ReferenceSystem" elementDomainMetadataTypeUnNamedDomainType. addNewReferenceSystem()Appends and returns a new empty "ReferenceSystem" elementDomainMetadataTypeUnNamedDomainType. addNewUOM()Appends and returns a new empty "UOM" elementDomainMetadataTypeUOMDocument. addNewUOM()Appends and returns a new empty "UOM" elementDomainMetadataTypeDataTypeDocument. getDataType()Gets the "DataType" elementDomainMetadataTypeUnNamedDomainType. getDataType()Gets the "DataType" elementDomainMetadataTypeMeaningDocument. getMeaning()Gets the "Meaning" elementDomainMetadataTypeUnNamedDomainType. getMeaning()Gets the "Meaning" elementDomainMetadataTypeReferenceSystemDocument. getReferenceSystem()Gets the "ReferenceSystem" elementDomainMetadataTypeUnNamedDomainType. getReferenceSystem()Gets the "ReferenceSystem" elementDomainMetadataTypeUnNamedDomainType. getUOM()Gets the "UOM" elementDomainMetadataTypeUOMDocument. getUOM()Gets the "UOM" elementstatic DomainMetadataTypeDomainMetadataType.Factory. newInstance()static DomainMetadataTypeDomainMetadataType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DomainMetadataTypeDomainMetadataType.Factory. parse(File file)static DomainMetadataTypeDomainMetadataType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DomainMetadataTypeDomainMetadataType.Factory. parse(InputStream is)static DomainMetadataTypeDomainMetadataType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DomainMetadataTypeDomainMetadataType.Factory. parse(Reader r)static DomainMetadataTypeDomainMetadataType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DomainMetadataTypeDomainMetadataType.Factory. parse(String xmlAsString)static DomainMetadataTypeDomainMetadataType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DomainMetadataTypeDomainMetadataType.Factory. parse(URL u)static DomainMetadataTypeDomainMetadataType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DomainMetadataTypeDomainMetadataType.Factory. parse(XMLStreamReader sr)static DomainMetadataTypeDomainMetadataType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DomainMetadataTypeDomainMetadataType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DomainMetadataTypeDomainMetadataType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DomainMetadataTypeDomainMetadataType.Factory. parse(Node node)static DomainMetadataTypeDomainMetadataType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ows.x11 with parameters of type DomainMetadataType Modifier and Type Method Description voidDataTypeDocument. setDataType(DomainMetadataType dataType)Sets the "DataType" elementvoidUnNamedDomainType. setDataType(DomainMetadataType dataType)Sets the "DataType" elementvoidMeaningDocument. setMeaning(DomainMetadataType meaning)Sets the "Meaning" elementvoidUnNamedDomainType. setMeaning(DomainMetadataType meaning)Sets the "Meaning" elementvoidReferenceSystemDocument. setReferenceSystem(DomainMetadataType referenceSystem)Sets the "ReferenceSystem" elementvoidUnNamedDomainType. setReferenceSystem(DomainMetadataType referenceSystem)Sets the "ReferenceSystem" elementvoidUnNamedDomainType. setUOM(DomainMetadataType uom)Sets the "UOM" elementvoidUOMDocument. setUOM(DomainMetadataType uom)Sets the "UOM" element -
Uses of DomainMetadataType in net.opengis.ows.x11.impl
Classes in net.opengis.ows.x11.impl that implement DomainMetadataType Modifier and Type Class Description classDomainMetadataTypeImplAn XML DomainMetadataType(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11.impl that return DomainMetadataType Modifier and Type Method Description DomainMetadataTypeDataTypeDocumentImpl. addNewDataType()Appends and returns a new empty "DataType" elementDomainMetadataTypeUnNamedDomainTypeImpl. addNewDataType()Appends and returns a new empty "DataType" elementDomainMetadataTypeMeaningDocumentImpl. addNewMeaning()Appends and returns a new empty "Meaning" elementDomainMetadataTypeUnNamedDomainTypeImpl. addNewMeaning()Appends and returns a new empty "Meaning" elementDomainMetadataTypeReferenceSystemDocumentImpl. addNewReferenceSystem()Appends and returns a new empty "ReferenceSystem" elementDomainMetadataTypeUnNamedDomainTypeImpl. addNewReferenceSystem()Appends and returns a new empty "ReferenceSystem" elementDomainMetadataTypeUnNamedDomainTypeImpl. addNewUOM()Appends and returns a new empty "UOM" elementDomainMetadataTypeUOMDocumentImpl. addNewUOM()Appends and returns a new empty "UOM" elementDomainMetadataTypeDataTypeDocumentImpl. getDataType()Gets the "DataType" elementDomainMetadataTypeUnNamedDomainTypeImpl. getDataType()Gets the "DataType" elementDomainMetadataTypeMeaningDocumentImpl. getMeaning()Gets the "Meaning" elementDomainMetadataTypeUnNamedDomainTypeImpl. getMeaning()Gets the "Meaning" elementDomainMetadataTypeReferenceSystemDocumentImpl. getReferenceSystem()Gets the "ReferenceSystem" elementDomainMetadataTypeUnNamedDomainTypeImpl. getReferenceSystem()Gets the "ReferenceSystem" elementDomainMetadataTypeUnNamedDomainTypeImpl. getUOM()Gets the "UOM" elementDomainMetadataTypeUOMDocumentImpl. getUOM()Gets the "UOM" elementMethods in net.opengis.ows.x11.impl with parameters of type DomainMetadataType Modifier and Type Method Description voidDataTypeDocumentImpl. setDataType(DomainMetadataType dataType)Sets the "DataType" elementvoidUnNamedDomainTypeImpl. setDataType(DomainMetadataType dataType)Sets the "DataType" elementvoidMeaningDocumentImpl. setMeaning(DomainMetadataType meaning)Sets the "Meaning" elementvoidUnNamedDomainTypeImpl. setMeaning(DomainMetadataType meaning)Sets the "Meaning" elementvoidReferenceSystemDocumentImpl. setReferenceSystem(DomainMetadataType referenceSystem)Sets the "ReferenceSystem" elementvoidUnNamedDomainTypeImpl. setReferenceSystem(DomainMetadataType referenceSystem)Sets the "ReferenceSystem" elementvoidUnNamedDomainTypeImpl. setUOM(DomainMetadataType uom)Sets the "UOM" elementvoidUOMDocumentImpl. setUOM(DomainMetadataType uom)Sets the "UOM" element
-