Uses of Interface
org.isotc211.x2005.gmd.MDDigitalTransferOptionsPropertyType
-
Packages that use MDDigitalTransferOptionsPropertyType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of MDDigitalTransferOptionsPropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return MDDigitalTransferOptionsPropertyType Modifier and Type Method Description MDDigitalTransferOptionsPropertyTypeMDDistributorType. addNewDistributorTransferOptions()Appends and returns a new empty value (as xml) as the last "distributorTransferOptions" elementMDDigitalTransferOptionsPropertyTypeMDDistributionType. addNewTransferOptions()Appends and returns a new empty value (as xml) as the last "transferOptions" elementMDDigitalTransferOptionsPropertyType[]MDDistributorType. getDistributorTransferOptionsArray()Gets array of all "distributorTransferOptions" elementsMDDigitalTransferOptionsPropertyTypeMDDistributorType. getDistributorTransferOptionsArray(int i)Gets ith "distributorTransferOptions" elementMDDigitalTransferOptionsPropertyType[]MDDistributionType. getTransferOptionsArray()Gets array of all "transferOptions" elementsMDDigitalTransferOptionsPropertyTypeMDDistributionType. getTransferOptionsArray(int i)Gets ith "transferOptions" elementMDDigitalTransferOptionsPropertyTypeMDDistributorType. insertNewDistributorTransferOptions(int i)Inserts and returns a new empty value (as xml) as the ith "distributorTransferOptions" elementMDDigitalTransferOptionsPropertyTypeMDDistributionType. insertNewTransferOptions(int i)Inserts and returns a new empty value (as xml) as the ith "transferOptions" elementstatic MDDigitalTransferOptionsPropertyTypeMDDigitalTransferOptionsPropertyType.Factory. newInstance()static MDDigitalTransferOptionsPropertyTypeMDDigitalTransferOptionsPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MDDigitalTransferOptionsPropertyTypeMDDigitalTransferOptionsPropertyType.Factory. parse(File file)static MDDigitalTransferOptionsPropertyTypeMDDigitalTransferOptionsPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MDDigitalTransferOptionsPropertyTypeMDDigitalTransferOptionsPropertyType.Factory. parse(InputStream is)static MDDigitalTransferOptionsPropertyTypeMDDigitalTransferOptionsPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MDDigitalTransferOptionsPropertyTypeMDDigitalTransferOptionsPropertyType.Factory. parse(Reader r)static MDDigitalTransferOptionsPropertyTypeMDDigitalTransferOptionsPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MDDigitalTransferOptionsPropertyTypeMDDigitalTransferOptionsPropertyType.Factory. parse(String xmlAsString)static MDDigitalTransferOptionsPropertyTypeMDDigitalTransferOptionsPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MDDigitalTransferOptionsPropertyTypeMDDigitalTransferOptionsPropertyType.Factory. parse(URL u)static MDDigitalTransferOptionsPropertyTypeMDDigitalTransferOptionsPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MDDigitalTransferOptionsPropertyTypeMDDigitalTransferOptionsPropertyType.Factory. parse(XMLStreamReader sr)static MDDigitalTransferOptionsPropertyTypeMDDigitalTransferOptionsPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MDDigitalTransferOptionsPropertyTypeMDDigitalTransferOptionsPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MDDigitalTransferOptionsPropertyTypeMDDigitalTransferOptionsPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MDDigitalTransferOptionsPropertyTypeMDDigitalTransferOptionsPropertyType.Factory. parse(Node node)static MDDigitalTransferOptionsPropertyTypeMDDigitalTransferOptionsPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type MDDigitalTransferOptionsPropertyType Modifier and Type Method Description voidMDDistributorType. setDistributorTransferOptionsArray(int i, MDDigitalTransferOptionsPropertyType distributorTransferOptions)Sets ith "distributorTransferOptions" elementvoidMDDistributorType. setDistributorTransferOptionsArray(MDDigitalTransferOptionsPropertyType[] distributorTransferOptionsArray)Sets array of all "distributorTransferOptions" elementvoidMDDistributionType. setTransferOptionsArray(int i, MDDigitalTransferOptionsPropertyType transferOptions)Sets ith "transferOptions" elementvoidMDDistributionType. setTransferOptionsArray(MDDigitalTransferOptionsPropertyType[] transferOptionsArray)Sets array of all "transferOptions" element -
Uses of MDDigitalTransferOptionsPropertyType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement MDDigitalTransferOptionsPropertyType Modifier and Type Class Description classMDDigitalTransferOptionsPropertyTypeImplAn XML MD_DigitalTransferOptions_PropertyType(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return MDDigitalTransferOptionsPropertyType Modifier and Type Method Description MDDigitalTransferOptionsPropertyTypeMDDistributorTypeImpl. addNewDistributorTransferOptions()Appends and returns a new empty value (as xml) as the last "distributorTransferOptions" elementMDDigitalTransferOptionsPropertyTypeMDDistributionTypeImpl. addNewTransferOptions()Appends and returns a new empty value (as xml) as the last "transferOptions" elementMDDigitalTransferOptionsPropertyType[]MDDistributorTypeImpl. getDistributorTransferOptionsArray()Gets array of all "distributorTransferOptions" elementsMDDigitalTransferOptionsPropertyTypeMDDistributorTypeImpl. getDistributorTransferOptionsArray(int i)Gets ith "distributorTransferOptions" elementMDDigitalTransferOptionsPropertyType[]MDDistributionTypeImpl. getTransferOptionsArray()Gets array of all "transferOptions" elementsMDDigitalTransferOptionsPropertyTypeMDDistributionTypeImpl. getTransferOptionsArray(int i)Gets ith "transferOptions" elementMDDigitalTransferOptionsPropertyTypeMDDistributorTypeImpl. insertNewDistributorTransferOptions(int i)Inserts and returns a new empty value (as xml) as the ith "distributorTransferOptions" elementMDDigitalTransferOptionsPropertyTypeMDDistributionTypeImpl. insertNewTransferOptions(int i)Inserts and returns a new empty value (as xml) as the ith "transferOptions" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type MDDigitalTransferOptionsPropertyType Modifier and Type Method Description voidMDDistributorTypeImpl. setDistributorTransferOptionsArray(int i, MDDigitalTransferOptionsPropertyType distributorTransferOptions)Sets ith "distributorTransferOptions" elementvoidMDDistributorTypeImpl. setDistributorTransferOptionsArray(MDDigitalTransferOptionsPropertyType[] distributorTransferOptionsArray)Sets array of all "distributorTransferOptions" elementvoidMDDistributionTypeImpl. setTransferOptionsArray(int i, MDDigitalTransferOptionsPropertyType transferOptions)Sets ith "transferOptions" elementvoidMDDistributionTypeImpl. setTransferOptionsArray(MDDigitalTransferOptionsPropertyType[] transferOptionsArray)Sets array of all "transferOptions" element
-