Uses of Interface
net.opengis.sensorml.x20.AbstractMetadataListType
-
Packages that use AbstractMetadataListType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of AbstractMetadataListType in net.opengis.sensorml.x20
Subinterfaces of AbstractMetadataListType in net.opengis.sensorml.x20 Modifier and Type Interface Description interfaceCapabilityListTypeAn XML CapabilityListType(@http://www.opengis.net/sensorml/2.0).interfaceCharacteristicListTypeAn XML CharacteristicListType(@http://www.opengis.net/sensorml/2.0).interfaceClassifierListTypeAn XML ClassifierListType(@http://www.opengis.net/sensorml/2.0).interfaceContactListTypeAn XML ContactListType(@http://www.opengis.net/sensorml/2.0).interfaceDocumentListTypeAn XML DocumentListType(@http://www.opengis.net/sensorml/2.0).interfaceEventListTypeAn XML EventListType(@http://www.opengis.net/sensorml/2.0).interfaceFeatureListTypeAn XML FeatureListType(@http://www.opengis.net/sensorml/2.0).interfaceIdentifierListTypeAn XML IdentifierListType(@http://www.opengis.net/sensorml/2.0).interfaceKeywordListTypeAn XML KeywordListType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20 that return AbstractMetadataListType Modifier and Type Method Description AbstractMetadataListTypeAbstractMetadataListDocument. addNewAbstractMetadataList()Appends and returns a new empty "AbstractMetadataList" elementAbstractMetadataListTypeAbstractMetadataListPropertyType. addNewAbstractMetadataList()Appends and returns a new empty "AbstractMetadataList" elementAbstractMetadataListTypeAbstractMetadataListDocument. getAbstractMetadataList()Gets the "AbstractMetadataList" elementAbstractMetadataListTypeAbstractMetadataListPropertyType. getAbstractMetadataList()Gets the "AbstractMetadataList" elementstatic AbstractMetadataListTypeAbstractMetadataListType.Factory. newInstance()static AbstractMetadataListTypeAbstractMetadataListType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AbstractMetadataListTypeAbstractMetadataListType.Factory. parse(File file)static AbstractMetadataListTypeAbstractMetadataListType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractMetadataListTypeAbstractMetadataListType.Factory. parse(InputStream is)static AbstractMetadataListTypeAbstractMetadataListType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractMetadataListTypeAbstractMetadataListType.Factory. parse(Reader r)static AbstractMetadataListTypeAbstractMetadataListType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractMetadataListTypeAbstractMetadataListType.Factory. parse(String xmlAsString)static AbstractMetadataListTypeAbstractMetadataListType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractMetadataListTypeAbstractMetadataListType.Factory. parse(URL u)static AbstractMetadataListTypeAbstractMetadataListType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractMetadataListTypeAbstractMetadataListType.Factory. parse(XMLStreamReader sr)static AbstractMetadataListTypeAbstractMetadataListType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractMetadataListTypeAbstractMetadataListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractMetadataListTypeAbstractMetadataListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractMetadataListTypeAbstractMetadataListType.Factory. parse(Node node)static AbstractMetadataListTypeAbstractMetadataListType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type AbstractMetadataListType Modifier and Type Method Description voidAbstractMetadataListDocument. setAbstractMetadataList(AbstractMetadataListType abstractMetadataList)Sets the "AbstractMetadataList" elementvoidAbstractMetadataListPropertyType. setAbstractMetadataList(AbstractMetadataListType abstractMetadataList)Sets the "AbstractMetadataList" element -
Uses of AbstractMetadataListType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement AbstractMetadataListType Modifier and Type Class Description classAbstractMetadataListTypeImplAn XML AbstractMetadataListType(@http://www.opengis.net/sensorml/2.0).classCapabilityListTypeImplAn XML CapabilityListType(@http://www.opengis.net/sensorml/2.0).classCharacteristicListTypeImplAn XML CharacteristicListType(@http://www.opengis.net/sensorml/2.0).classClassifierListTypeImplAn XML ClassifierListType(@http://www.opengis.net/sensorml/2.0).classContactListTypeImplAn XML ContactListType(@http://www.opengis.net/sensorml/2.0).classDocumentListTypeImplAn XML DocumentListType(@http://www.opengis.net/sensorml/2.0).classEventListTypeImplAn XML EventListType(@http://www.opengis.net/sensorml/2.0).classFeatureListTypeImplAn XML FeatureListType(@http://www.opengis.net/sensorml/2.0).classIdentifierListTypeImplAn XML IdentifierListType(@http://www.opengis.net/sensorml/2.0).classKeywordListTypeImplAn XML KeywordListType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return AbstractMetadataListType Modifier and Type Method Description AbstractMetadataListTypeAbstractMetadataListDocumentImpl. addNewAbstractMetadataList()Appends and returns a new empty "AbstractMetadataList" elementAbstractMetadataListTypeAbstractMetadataListPropertyTypeImpl. addNewAbstractMetadataList()Appends and returns a new empty "AbstractMetadataList" elementAbstractMetadataListTypeAbstractMetadataListDocumentImpl. getAbstractMetadataList()Gets the "AbstractMetadataList" elementAbstractMetadataListTypeAbstractMetadataListPropertyTypeImpl. getAbstractMetadataList()Gets the "AbstractMetadataList" elementMethods in net.opengis.sensorml.x20.impl with parameters of type AbstractMetadataListType Modifier and Type Method Description voidAbstractMetadataListDocumentImpl. setAbstractMetadataList(AbstractMetadataListType abstractMetadataList)Sets the "AbstractMetadataList" elementvoidAbstractMetadataListPropertyTypeImpl. setAbstractMetadataList(AbstractMetadataListType abstractMetadataList)Sets the "AbstractMetadataList" element
-