Uses of Interface
net.opengis.eml.x002.EMLDocument.EML
-
Packages that use EMLDocument.EML Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of EMLDocument.EML in net.opengis.eml.x002
Methods in net.opengis.eml.x002 that return EMLDocument.EML Modifier and Type Method Description EMLDocument.EMLEMLDocument. addNewEML()Appends and returns a new empty "EML" elementEMLDocument.EMLEMLDocument. getEML()Gets the "EML" elementstatic EMLDocument.EMLEMLDocument.EML.Factory. newInstance()static EMLDocument.EMLEMLDocument.EML.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.eml.x002 with parameters of type EMLDocument.EML Modifier and Type Method Description voidEMLDocument. setEML(EMLDocument.EML eml)Sets the "EML" element -
Uses of EMLDocument.EML in net.opengis.eml.x002.impl
Classes in net.opengis.eml.x002.impl that implement EMLDocument.EML Modifier and Type Class Description static classEMLDocumentImpl.EMLImplAn XML EML(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002.impl that return EMLDocument.EML Modifier and Type Method Description EMLDocument.EMLEMLDocumentImpl. addNewEML()Appends and returns a new empty "EML" elementEMLDocument.EMLEMLDocumentImpl. getEML()Gets the "EML" elementMethods in net.opengis.eml.x002.impl with parameters of type EMLDocument.EML Modifier and Type Method Description voidEMLDocumentImpl. setEML(EMLDocument.EML eml)Sets the "EML" element
-