Uses of Interface
org.isotc211.x2005.gmd.MDDistributorType
-
Packages that use MDDistributorType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of MDDistributorType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return MDDistributorType Modifier and Type Method Description MDDistributorTypeMDDistributorDocument. addNewMDDistributor()Appends and returns a new empty "MD_Distributor" elementMDDistributorTypeMDDistributorPropertyType. addNewMDDistributor()Appends and returns a new empty "MD_Distributor" elementMDDistributorTypeMDDistributorDocument. getMDDistributor()Gets the "MD_Distributor" elementMDDistributorTypeMDDistributorPropertyType. getMDDistributor()Gets the "MD_Distributor" elementstatic MDDistributorTypeMDDistributorType.Factory. newInstance()static MDDistributorTypeMDDistributorType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MDDistributorTypeMDDistributorType.Factory. parse(File file)static MDDistributorTypeMDDistributorType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MDDistributorTypeMDDistributorType.Factory. parse(InputStream is)static MDDistributorTypeMDDistributorType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MDDistributorTypeMDDistributorType.Factory. parse(Reader r)static MDDistributorTypeMDDistributorType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MDDistributorTypeMDDistributorType.Factory. parse(String xmlAsString)static MDDistributorTypeMDDistributorType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MDDistributorTypeMDDistributorType.Factory. parse(URL u)static MDDistributorTypeMDDistributorType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MDDistributorTypeMDDistributorType.Factory. parse(XMLStreamReader sr)static MDDistributorTypeMDDistributorType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MDDistributorTypeMDDistributorType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MDDistributorTypeMDDistributorType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MDDistributorTypeMDDistributorType.Factory. parse(Node node)static MDDistributorTypeMDDistributorType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type MDDistributorType Modifier and Type Method Description voidMDDistributorDocument. setMDDistributor(MDDistributorType mdDistributor)Sets the "MD_Distributor" elementvoidMDDistributorPropertyType. setMDDistributor(MDDistributorType mdDistributor)Sets the "MD_Distributor" element -
Uses of MDDistributorType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement MDDistributorType Modifier and Type Class Description classMDDistributorTypeImplAn XML MD_Distributor_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return MDDistributorType Modifier and Type Method Description MDDistributorTypeMDDistributorDocumentImpl. addNewMDDistributor()Appends and returns a new empty "MD_Distributor" elementMDDistributorTypeMDDistributorPropertyTypeImpl. addNewMDDistributor()Appends and returns a new empty "MD_Distributor" elementMDDistributorTypeMDDistributorDocumentImpl. getMDDistributor()Gets the "MD_Distributor" elementMDDistributorTypeMDDistributorPropertyTypeImpl. getMDDistributor()Gets the "MD_Distributor" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type MDDistributorType Modifier and Type Method Description voidMDDistributorDocumentImpl. setMDDistributor(MDDistributorType mdDistributor)Sets the "MD_Distributor" elementvoidMDDistributorPropertyTypeImpl. setMDDistributor(MDDistributorType mdDistributor)Sets the "MD_Distributor" element
-