Uses of Interface
net.opengis.eml.x001.EMLDocument.EML
-
Packages that use EMLDocument.EML Package Description net.opengis.eml.x001 net.opengis.eml.x001.impl -
-
Uses of EMLDocument.EML in net.opengis.eml.x001
Methods in net.opengis.eml.x001 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.x001 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.x001.impl
Classes in net.opengis.eml.x001.impl that implement EMLDocument.EML Modifier and Type Class Description static classEMLDocumentImpl.EMLImplAn XML EML(@http://www.opengis.net/eml/0.0.1).Methods in net.opengis.eml.x001.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.x001.impl with parameters of type EMLDocument.EML Modifier and Type Method Description voidEMLDocumentImpl. setEML(EMLDocument.EML eml)Sets the "EML" element
-