Uses of Interface
org.isotc211.x2005.gmd.MDDistributorPropertyType
-
Packages that use MDDistributorPropertyType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of MDDistributorPropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return MDDistributorPropertyType Modifier and Type Method Description MDDistributorPropertyTypeMDDistributionType. addNewDistributor()Appends and returns a new empty value (as xml) as the last "distributor" elementMDDistributorPropertyTypeMDFormatType. addNewFormatDistributor()Appends and returns a new empty value (as xml) as the last "formatDistributor" elementMDDistributorPropertyType[]MDDistributionType. getDistributorArray()Gets array of all "distributor" elementsMDDistributorPropertyTypeMDDistributionType. getDistributorArray(int i)Gets ith "distributor" elementMDDistributorPropertyType[]MDFormatType. getFormatDistributorArray()Gets array of all "formatDistributor" elementsMDDistributorPropertyTypeMDFormatType. getFormatDistributorArray(int i)Gets ith "formatDistributor" elementMDDistributorPropertyTypeMDDistributionType. insertNewDistributor(int i)Inserts and returns a new empty value (as xml) as the ith "distributor" elementMDDistributorPropertyTypeMDFormatType. insertNewFormatDistributor(int i)Inserts and returns a new empty value (as xml) as the ith "formatDistributor" elementstatic MDDistributorPropertyTypeMDDistributorPropertyType.Factory. newInstance()static MDDistributorPropertyTypeMDDistributorPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MDDistributorPropertyTypeMDDistributorPropertyType.Factory. parse(File file)static MDDistributorPropertyTypeMDDistributorPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MDDistributorPropertyTypeMDDistributorPropertyType.Factory. parse(InputStream is)static MDDistributorPropertyTypeMDDistributorPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MDDistributorPropertyTypeMDDistributorPropertyType.Factory. parse(Reader r)static MDDistributorPropertyTypeMDDistributorPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MDDistributorPropertyTypeMDDistributorPropertyType.Factory. parse(String xmlAsString)static MDDistributorPropertyTypeMDDistributorPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MDDistributorPropertyTypeMDDistributorPropertyType.Factory. parse(URL u)static MDDistributorPropertyTypeMDDistributorPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MDDistributorPropertyTypeMDDistributorPropertyType.Factory. parse(XMLStreamReader sr)static MDDistributorPropertyTypeMDDistributorPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MDDistributorPropertyTypeMDDistributorPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MDDistributorPropertyTypeMDDistributorPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MDDistributorPropertyTypeMDDistributorPropertyType.Factory. parse(Node node)static MDDistributorPropertyTypeMDDistributorPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type MDDistributorPropertyType Modifier and Type Method Description voidMDDistributionType. setDistributorArray(int i, MDDistributorPropertyType distributor)Sets ith "distributor" elementvoidMDDistributionType. setDistributorArray(MDDistributorPropertyType[] distributorArray)Sets array of all "distributor" elementvoidMDFormatType. setFormatDistributorArray(int i, MDDistributorPropertyType formatDistributor)Sets ith "formatDistributor" elementvoidMDFormatType. setFormatDistributorArray(MDDistributorPropertyType[] formatDistributorArray)Sets array of all "formatDistributor" element -
Uses of MDDistributorPropertyType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement MDDistributorPropertyType Modifier and Type Class Description classMDDistributorPropertyTypeImplAn XML MD_Distributor_PropertyType(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return MDDistributorPropertyType Modifier and Type Method Description MDDistributorPropertyTypeMDDistributionTypeImpl. addNewDistributor()Appends and returns a new empty value (as xml) as the last "distributor" elementMDDistributorPropertyTypeMDFormatTypeImpl. addNewFormatDistributor()Appends and returns a new empty value (as xml) as the last "formatDistributor" elementMDDistributorPropertyType[]MDDistributionTypeImpl. getDistributorArray()Gets array of all "distributor" elementsMDDistributorPropertyTypeMDDistributionTypeImpl. getDistributorArray(int i)Gets ith "distributor" elementMDDistributorPropertyType[]MDFormatTypeImpl. getFormatDistributorArray()Gets array of all "formatDistributor" elementsMDDistributorPropertyTypeMDFormatTypeImpl. getFormatDistributorArray(int i)Gets ith "formatDistributor" elementMDDistributorPropertyTypeMDDistributionTypeImpl. insertNewDistributor(int i)Inserts and returns a new empty value (as xml) as the ith "distributor" elementMDDistributorPropertyTypeMDFormatTypeImpl. insertNewFormatDistributor(int i)Inserts and returns a new empty value (as xml) as the ith "formatDistributor" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type MDDistributorPropertyType Modifier and Type Method Description voidMDDistributionTypeImpl. setDistributorArray(int i, MDDistributorPropertyType distributor)Sets ith "distributor" elementvoidMDDistributionTypeImpl. setDistributorArray(MDDistributorPropertyType[] distributorArray)Sets array of all "distributor" elementvoidMDFormatTypeImpl. setFormatDistributorArray(int i, MDDistributorPropertyType formatDistributor)Sets ith "formatDistributor" elementvoidMDFormatTypeImpl. setFormatDistributorArray(MDDistributorPropertyType[] formatDistributorArray)Sets array of all "formatDistributor" element
-