Package org.isotc211.x2005.gmd
Interface MDDistributionType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MDDistributionTypeImpl
public interface MDDistributionType extends AbstractObjectType
An XML MD_Distribution_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMDDistributionType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MDFormatPropertyTypeaddNewDistributionFormat()Appends and returns a new empty value (as xml) as the last "distributionFormat" elementMDDistributorPropertyTypeaddNewDistributor()Appends and returns a new empty value (as xml) as the last "distributor" elementMDDigitalTransferOptionsPropertyTypeaddNewTransferOptions()Appends and returns a new empty value (as xml) as the last "transferOptions" elementMDFormatPropertyType[]getDistributionFormatArray()Gets array of all "distributionFormat" elementsMDFormatPropertyTypegetDistributionFormatArray(int i)Gets ith "distributionFormat" elementMDDistributorPropertyType[]getDistributorArray()Gets array of all "distributor" elementsMDDistributorPropertyTypegetDistributorArray(int i)Gets ith "distributor" elementMDDigitalTransferOptionsPropertyType[]getTransferOptionsArray()Gets array of all "transferOptions" elementsMDDigitalTransferOptionsPropertyTypegetTransferOptionsArray(int i)Gets ith "transferOptions" elementMDFormatPropertyTypeinsertNewDistributionFormat(int i)Inserts and returns a new empty value (as xml) as the ith "distributionFormat" elementMDDistributorPropertyTypeinsertNewDistributor(int i)Inserts and returns a new empty value (as xml) as the ith "distributor" elementMDDigitalTransferOptionsPropertyTypeinsertNewTransferOptions(int i)Inserts and returns a new empty value (as xml) as the ith "transferOptions" elementvoidremoveDistributionFormat(int i)Removes the ith "distributionFormat" elementvoidremoveDistributor(int i)Removes the ith "distributor" elementvoidremoveTransferOptions(int i)Removes the ith "transferOptions" elementvoidsetDistributionFormatArray(int i, MDFormatPropertyType distributionFormat)Sets ith "distributionFormat" elementvoidsetDistributionFormatArray(MDFormatPropertyType[] distributionFormatArray)Sets array of all "distributionFormat" elementvoidsetDistributorArray(int i, MDDistributorPropertyType distributor)Sets ith "distributor" elementvoidsetDistributorArray(MDDistributorPropertyType[] distributorArray)Sets array of all "distributor" elementvoidsetTransferOptionsArray(int i, MDDigitalTransferOptionsPropertyType transferOptions)Sets ith "transferOptions" elementvoidsetTransferOptionsArray(MDDigitalTransferOptionsPropertyType[] transferOptionsArray)Sets array of all "transferOptions" elementintsizeOfDistributionFormatArray()Returns number of "distributionFormat" elementintsizeOfDistributorArray()Returns number of "distributor" elementintsizeOfTransferOptionsArray()Returns number of "transferOptions" element-
Methods inherited from interface org.isotc211.x2005.gco.AbstractObjectType
getId, getUuid, isSetId, isSetUuid, setId, setUuid, unsetId, unsetUuid, xgetId, xgetUuid, xsetId, xsetUuid
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getDistributionFormatArray
MDFormatPropertyType[] getDistributionFormatArray()
Gets array of all "distributionFormat" elements
-
getDistributionFormatArray
MDFormatPropertyType getDistributionFormatArray(int i)
Gets ith "distributionFormat" element
-
sizeOfDistributionFormatArray
int sizeOfDistributionFormatArray()
Returns number of "distributionFormat" element
-
setDistributionFormatArray
void setDistributionFormatArray(MDFormatPropertyType[] distributionFormatArray)
Sets array of all "distributionFormat" element
-
setDistributionFormatArray
void setDistributionFormatArray(int i, MDFormatPropertyType distributionFormat)Sets ith "distributionFormat" element
-
insertNewDistributionFormat
MDFormatPropertyType insertNewDistributionFormat(int i)
Inserts and returns a new empty value (as xml) as the ith "distributionFormat" element
-
addNewDistributionFormat
MDFormatPropertyType addNewDistributionFormat()
Appends and returns a new empty value (as xml) as the last "distributionFormat" element
-
removeDistributionFormat
void removeDistributionFormat(int i)
Removes the ith "distributionFormat" element
-
getDistributorArray
MDDistributorPropertyType[] getDistributorArray()
Gets array of all "distributor" elements
-
getDistributorArray
MDDistributorPropertyType getDistributorArray(int i)
Gets ith "distributor" element
-
sizeOfDistributorArray
int sizeOfDistributorArray()
Returns number of "distributor" element
-
setDistributorArray
void setDistributorArray(MDDistributorPropertyType[] distributorArray)
Sets array of all "distributor" element
-
setDistributorArray
void setDistributorArray(int i, MDDistributorPropertyType distributor)Sets ith "distributor" element
-
insertNewDistributor
MDDistributorPropertyType insertNewDistributor(int i)
Inserts and returns a new empty value (as xml) as the ith "distributor" element
-
addNewDistributor
MDDistributorPropertyType addNewDistributor()
Appends and returns a new empty value (as xml) as the last "distributor" element
-
removeDistributor
void removeDistributor(int i)
Removes the ith "distributor" element
-
getTransferOptionsArray
MDDigitalTransferOptionsPropertyType[] getTransferOptionsArray()
Gets array of all "transferOptions" elements
-
getTransferOptionsArray
MDDigitalTransferOptionsPropertyType getTransferOptionsArray(int i)
Gets ith "transferOptions" element
-
sizeOfTransferOptionsArray
int sizeOfTransferOptionsArray()
Returns number of "transferOptions" element
-
setTransferOptionsArray
void setTransferOptionsArray(MDDigitalTransferOptionsPropertyType[] transferOptionsArray)
Sets array of all "transferOptions" element
-
setTransferOptionsArray
void setTransferOptionsArray(int i, MDDigitalTransferOptionsPropertyType transferOptions)Sets ith "transferOptions" element
-
insertNewTransferOptions
MDDigitalTransferOptionsPropertyType insertNewTransferOptions(int i)
Inserts and returns a new empty value (as xml) as the ith "transferOptions" element
-
addNewTransferOptions
MDDigitalTransferOptionsPropertyType addNewTransferOptions()
Appends and returns a new empty value (as xml) as the last "transferOptions" element
-
removeTransferOptions
void removeTransferOptions(int i)
Removes the ith "transferOptions" element
-
-