Uses of Interface
org.isotc211.x2005.gmd.MDFormatPropertyType
-
Packages that use MDFormatPropertyType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of MDFormatPropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return MDFormatPropertyType Modifier and Type Method Description MDFormatPropertyTypeMDDistributionType. addNewDistributionFormat()Appends and returns a new empty value (as xml) as the last "distributionFormat" elementMDFormatPropertyTypeMDDistributorType. addNewDistributorFormat()Appends and returns a new empty value (as xml) as the last "distributorFormat" elementMDFormatPropertyTypeAbstractMDIdentificationType. addNewResourceFormat()Appends and returns a new empty value (as xml) as the last "resourceFormat" elementMDFormatPropertyType[]MDDistributionType. getDistributionFormatArray()Gets array of all "distributionFormat" elementsMDFormatPropertyTypeMDDistributionType. getDistributionFormatArray(int i)Gets ith "distributionFormat" elementMDFormatPropertyType[]MDDistributorType. getDistributorFormatArray()Gets array of all "distributorFormat" elementsMDFormatPropertyTypeMDDistributorType. getDistributorFormatArray(int i)Gets ith "distributorFormat" elementMDFormatPropertyType[]AbstractMDIdentificationType. getResourceFormatArray()Gets array of all "resourceFormat" elementsMDFormatPropertyTypeAbstractMDIdentificationType. getResourceFormatArray(int i)Gets ith "resourceFormat" elementMDFormatPropertyTypeMDDistributionType. insertNewDistributionFormat(int i)Inserts and returns a new empty value (as xml) as the ith "distributionFormat" elementMDFormatPropertyTypeMDDistributorType. insertNewDistributorFormat(int i)Inserts and returns a new empty value (as xml) as the ith "distributorFormat" elementMDFormatPropertyTypeAbstractMDIdentificationType. insertNewResourceFormat(int i)Inserts and returns a new empty value (as xml) as the ith "resourceFormat" elementstatic MDFormatPropertyTypeMDFormatPropertyType.Factory. newInstance()static MDFormatPropertyTypeMDFormatPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MDFormatPropertyTypeMDFormatPropertyType.Factory. parse(File file)static MDFormatPropertyTypeMDFormatPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MDFormatPropertyTypeMDFormatPropertyType.Factory. parse(InputStream is)static MDFormatPropertyTypeMDFormatPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MDFormatPropertyTypeMDFormatPropertyType.Factory. parse(Reader r)static MDFormatPropertyTypeMDFormatPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MDFormatPropertyTypeMDFormatPropertyType.Factory. parse(String xmlAsString)static MDFormatPropertyTypeMDFormatPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MDFormatPropertyTypeMDFormatPropertyType.Factory. parse(URL u)static MDFormatPropertyTypeMDFormatPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MDFormatPropertyTypeMDFormatPropertyType.Factory. parse(XMLStreamReader sr)static MDFormatPropertyTypeMDFormatPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MDFormatPropertyTypeMDFormatPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MDFormatPropertyTypeMDFormatPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MDFormatPropertyTypeMDFormatPropertyType.Factory. parse(Node node)static MDFormatPropertyTypeMDFormatPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type MDFormatPropertyType Modifier and Type Method Description voidMDDistributionType. setDistributionFormatArray(int i, MDFormatPropertyType distributionFormat)Sets ith "distributionFormat" elementvoidMDDistributionType. setDistributionFormatArray(MDFormatPropertyType[] distributionFormatArray)Sets array of all "distributionFormat" elementvoidMDDistributorType. setDistributorFormatArray(int i, MDFormatPropertyType distributorFormat)Sets ith "distributorFormat" elementvoidMDDistributorType. setDistributorFormatArray(MDFormatPropertyType[] distributorFormatArray)Sets array of all "distributorFormat" elementvoidAbstractMDIdentificationType. setResourceFormatArray(int i, MDFormatPropertyType resourceFormat)Sets ith "resourceFormat" elementvoidAbstractMDIdentificationType. setResourceFormatArray(MDFormatPropertyType[] resourceFormatArray)Sets array of all "resourceFormat" element -
Uses of MDFormatPropertyType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement MDFormatPropertyType Modifier and Type Class Description classMDFormatPropertyTypeImplAn XML MD_Format_PropertyType(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return MDFormatPropertyType Modifier and Type Method Description MDFormatPropertyTypeMDDistributionTypeImpl. addNewDistributionFormat()Appends and returns a new empty value (as xml) as the last "distributionFormat" elementMDFormatPropertyTypeMDDistributorTypeImpl. addNewDistributorFormat()Appends and returns a new empty value (as xml) as the last "distributorFormat" elementMDFormatPropertyTypeAbstractMDIdentificationTypeImpl. addNewResourceFormat()Appends and returns a new empty value (as xml) as the last "resourceFormat" elementMDFormatPropertyType[]MDDistributionTypeImpl. getDistributionFormatArray()Gets array of all "distributionFormat" elementsMDFormatPropertyTypeMDDistributionTypeImpl. getDistributionFormatArray(int i)Gets ith "distributionFormat" elementMDFormatPropertyType[]MDDistributorTypeImpl. getDistributorFormatArray()Gets array of all "distributorFormat" elementsMDFormatPropertyTypeMDDistributorTypeImpl. getDistributorFormatArray(int i)Gets ith "distributorFormat" elementMDFormatPropertyType[]AbstractMDIdentificationTypeImpl. getResourceFormatArray()Gets array of all "resourceFormat" elementsMDFormatPropertyTypeAbstractMDIdentificationTypeImpl. getResourceFormatArray(int i)Gets ith "resourceFormat" elementMDFormatPropertyTypeMDDistributionTypeImpl. insertNewDistributionFormat(int i)Inserts and returns a new empty value (as xml) as the ith "distributionFormat" elementMDFormatPropertyTypeMDDistributorTypeImpl. insertNewDistributorFormat(int i)Inserts and returns a new empty value (as xml) as the ith "distributorFormat" elementMDFormatPropertyTypeAbstractMDIdentificationTypeImpl. insertNewResourceFormat(int i)Inserts and returns a new empty value (as xml) as the ith "resourceFormat" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type MDFormatPropertyType Modifier and Type Method Description voidMDDistributionTypeImpl. setDistributionFormatArray(int i, MDFormatPropertyType distributionFormat)Sets ith "distributionFormat" elementvoidMDDistributionTypeImpl. setDistributionFormatArray(MDFormatPropertyType[] distributionFormatArray)Sets array of all "distributionFormat" elementvoidMDDistributorTypeImpl. setDistributorFormatArray(int i, MDFormatPropertyType distributorFormat)Sets ith "distributorFormat" elementvoidMDDistributorTypeImpl. setDistributorFormatArray(MDFormatPropertyType[] distributorFormatArray)Sets array of all "distributorFormat" elementvoidAbstractMDIdentificationTypeImpl. setResourceFormatArray(int i, MDFormatPropertyType resourceFormat)Sets ith "resourceFormat" elementvoidAbstractMDIdentificationTypeImpl. setResourceFormatArray(MDFormatPropertyType[] resourceFormatArray)Sets array of all "resourceFormat" element
-