Package org.isotc211.x2005.gmd
Interface MDDistributorType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MDDistributorTypeImpl
public interface MDDistributorType extends AbstractObjectType
An XML MD_Distributor_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMDDistributorType.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 MDStandardOrderProcessPropertyTypeaddNewDistributionOrderProcess()Appends and returns a new empty value (as xml) as the last "distributionOrderProcess" elementCIResponsiblePartyPropertyTypeaddNewDistributorContact()Appends and returns a new empty "distributorContact" elementMDFormatPropertyTypeaddNewDistributorFormat()Appends and returns a new empty value (as xml) as the last "distributorFormat" elementMDDigitalTransferOptionsPropertyTypeaddNewDistributorTransferOptions()Appends and returns a new empty value (as xml) as the last "distributorTransferOptions" elementMDStandardOrderProcessPropertyType[]getDistributionOrderProcessArray()Gets array of all "distributionOrderProcess" elementsMDStandardOrderProcessPropertyTypegetDistributionOrderProcessArray(int i)Gets ith "distributionOrderProcess" elementCIResponsiblePartyPropertyTypegetDistributorContact()Gets the "distributorContact" elementMDFormatPropertyType[]getDistributorFormatArray()Gets array of all "distributorFormat" elementsMDFormatPropertyTypegetDistributorFormatArray(int i)Gets ith "distributorFormat" elementMDDigitalTransferOptionsPropertyType[]getDistributorTransferOptionsArray()Gets array of all "distributorTransferOptions" elementsMDDigitalTransferOptionsPropertyTypegetDistributorTransferOptionsArray(int i)Gets ith "distributorTransferOptions" elementMDStandardOrderProcessPropertyTypeinsertNewDistributionOrderProcess(int i)Inserts and returns a new empty value (as xml) as the ith "distributionOrderProcess" elementMDFormatPropertyTypeinsertNewDistributorFormat(int i)Inserts and returns a new empty value (as xml) as the ith "distributorFormat" elementMDDigitalTransferOptionsPropertyTypeinsertNewDistributorTransferOptions(int i)Inserts and returns a new empty value (as xml) as the ith "distributorTransferOptions" elementvoidremoveDistributionOrderProcess(int i)Removes the ith "distributionOrderProcess" elementvoidremoveDistributorFormat(int i)Removes the ith "distributorFormat" elementvoidremoveDistributorTransferOptions(int i)Removes the ith "distributorTransferOptions" elementvoidsetDistributionOrderProcessArray(int i, MDStandardOrderProcessPropertyType distributionOrderProcess)Sets ith "distributionOrderProcess" elementvoidsetDistributionOrderProcessArray(MDStandardOrderProcessPropertyType[] distributionOrderProcessArray)Sets array of all "distributionOrderProcess" elementvoidsetDistributorContact(CIResponsiblePartyPropertyType distributorContact)Sets the "distributorContact" elementvoidsetDistributorFormatArray(int i, MDFormatPropertyType distributorFormat)Sets ith "distributorFormat" elementvoidsetDistributorFormatArray(MDFormatPropertyType[] distributorFormatArray)Sets array of all "distributorFormat" elementvoidsetDistributorTransferOptionsArray(int i, MDDigitalTransferOptionsPropertyType distributorTransferOptions)Sets ith "distributorTransferOptions" elementvoidsetDistributorTransferOptionsArray(MDDigitalTransferOptionsPropertyType[] distributorTransferOptionsArray)Sets array of all "distributorTransferOptions" elementintsizeOfDistributionOrderProcessArray()Returns number of "distributionOrderProcess" elementintsizeOfDistributorFormatArray()Returns number of "distributorFormat" elementintsizeOfDistributorTransferOptionsArray()Returns number of "distributorTransferOptions" 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
-
getDistributorContact
CIResponsiblePartyPropertyType getDistributorContact()
Gets the "distributorContact" element
-
setDistributorContact
void setDistributorContact(CIResponsiblePartyPropertyType distributorContact)
Sets the "distributorContact" element
-
addNewDistributorContact
CIResponsiblePartyPropertyType addNewDistributorContact()
Appends and returns a new empty "distributorContact" element
-
getDistributionOrderProcessArray
MDStandardOrderProcessPropertyType[] getDistributionOrderProcessArray()
Gets array of all "distributionOrderProcess" elements
-
getDistributionOrderProcessArray
MDStandardOrderProcessPropertyType getDistributionOrderProcessArray(int i)
Gets ith "distributionOrderProcess" element
-
sizeOfDistributionOrderProcessArray
int sizeOfDistributionOrderProcessArray()
Returns number of "distributionOrderProcess" element
-
setDistributionOrderProcessArray
void setDistributionOrderProcessArray(MDStandardOrderProcessPropertyType[] distributionOrderProcessArray)
Sets array of all "distributionOrderProcess" element
-
setDistributionOrderProcessArray
void setDistributionOrderProcessArray(int i, MDStandardOrderProcessPropertyType distributionOrderProcess)Sets ith "distributionOrderProcess" element
-
insertNewDistributionOrderProcess
MDStandardOrderProcessPropertyType insertNewDistributionOrderProcess(int i)
Inserts and returns a new empty value (as xml) as the ith "distributionOrderProcess" element
-
addNewDistributionOrderProcess
MDStandardOrderProcessPropertyType addNewDistributionOrderProcess()
Appends and returns a new empty value (as xml) as the last "distributionOrderProcess" element
-
removeDistributionOrderProcess
void removeDistributionOrderProcess(int i)
Removes the ith "distributionOrderProcess" element
-
getDistributorFormatArray
MDFormatPropertyType[] getDistributorFormatArray()
Gets array of all "distributorFormat" elements
-
getDistributorFormatArray
MDFormatPropertyType getDistributorFormatArray(int i)
Gets ith "distributorFormat" element
-
sizeOfDistributorFormatArray
int sizeOfDistributorFormatArray()
Returns number of "distributorFormat" element
-
setDistributorFormatArray
void setDistributorFormatArray(MDFormatPropertyType[] distributorFormatArray)
Sets array of all "distributorFormat" element
-
setDistributorFormatArray
void setDistributorFormatArray(int i, MDFormatPropertyType distributorFormat)Sets ith "distributorFormat" element
-
insertNewDistributorFormat
MDFormatPropertyType insertNewDistributorFormat(int i)
Inserts and returns a new empty value (as xml) as the ith "distributorFormat" element
-
addNewDistributorFormat
MDFormatPropertyType addNewDistributorFormat()
Appends and returns a new empty value (as xml) as the last "distributorFormat" element
-
removeDistributorFormat
void removeDistributorFormat(int i)
Removes the ith "distributorFormat" element
-
getDistributorTransferOptionsArray
MDDigitalTransferOptionsPropertyType[] getDistributorTransferOptionsArray()
Gets array of all "distributorTransferOptions" elements
-
getDistributorTransferOptionsArray
MDDigitalTransferOptionsPropertyType getDistributorTransferOptionsArray(int i)
Gets ith "distributorTransferOptions" element
-
sizeOfDistributorTransferOptionsArray
int sizeOfDistributorTransferOptionsArray()
Returns number of "distributorTransferOptions" element
-
setDistributorTransferOptionsArray
void setDistributorTransferOptionsArray(MDDigitalTransferOptionsPropertyType[] distributorTransferOptionsArray)
Sets array of all "distributorTransferOptions" element
-
setDistributorTransferOptionsArray
void setDistributorTransferOptionsArray(int i, MDDigitalTransferOptionsPropertyType distributorTransferOptions)Sets ith "distributorTransferOptions" element
-
insertNewDistributorTransferOptions
MDDigitalTransferOptionsPropertyType insertNewDistributorTransferOptions(int i)
Inserts and returns a new empty value (as xml) as the ith "distributorTransferOptions" element
-
addNewDistributorTransferOptions
MDDigitalTransferOptionsPropertyType addNewDistributorTransferOptions()
Appends and returns a new empty value (as xml) as the last "distributorTransferOptions" element
-
removeDistributorTransferOptions
void removeDistributorTransferOptions(int i)
Removes the ith "distributorTransferOptions" element
-
-