Package org.isotc211.x2005.gmd
Interface MDFormatType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MDFormatTypeImpl
public interface MDFormatType extends AbstractObjectType
An XML MD_Format_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMDFormatType.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 CharacterStringPropertyTypeaddNewAmendmentNumber()Appends and returns a new empty "amendmentNumber" elementCharacterStringPropertyTypeaddNewFileDecompressionTechnique()Appends and returns a new empty "fileDecompressionTechnique" elementMDDistributorPropertyTypeaddNewFormatDistributor()Appends and returns a new empty value (as xml) as the last "formatDistributor" elementCharacterStringPropertyTypeaddNewName()Appends and returns a new empty "name" elementCharacterStringPropertyTypeaddNewSpecification()Appends and returns a new empty "specification" elementCharacterStringPropertyTypeaddNewVersion()Appends and returns a new empty "version" elementCharacterStringPropertyTypegetAmendmentNumber()Gets the "amendmentNumber" elementCharacterStringPropertyTypegetFileDecompressionTechnique()Gets the "fileDecompressionTechnique" elementMDDistributorPropertyType[]getFormatDistributorArray()Gets array of all "formatDistributor" elementsMDDistributorPropertyTypegetFormatDistributorArray(int i)Gets ith "formatDistributor" elementCharacterStringPropertyTypegetName()Gets the "name" elementCharacterStringPropertyTypegetSpecification()Gets the "specification" elementCharacterStringPropertyTypegetVersion()Gets the "version" elementMDDistributorPropertyTypeinsertNewFormatDistributor(int i)Inserts and returns a new empty value (as xml) as the ith "formatDistributor" elementbooleanisSetAmendmentNumber()True if has "amendmentNumber" elementbooleanisSetFileDecompressionTechnique()True if has "fileDecompressionTechnique" elementbooleanisSetSpecification()True if has "specification" elementvoidremoveFormatDistributor(int i)Removes the ith "formatDistributor" elementvoidsetAmendmentNumber(CharacterStringPropertyType amendmentNumber)Sets the "amendmentNumber" elementvoidsetFileDecompressionTechnique(CharacterStringPropertyType fileDecompressionTechnique)Sets the "fileDecompressionTechnique" elementvoidsetFormatDistributorArray(int i, MDDistributorPropertyType formatDistributor)Sets ith "formatDistributor" elementvoidsetFormatDistributorArray(MDDistributorPropertyType[] formatDistributorArray)Sets array of all "formatDistributor" elementvoidsetName(CharacterStringPropertyType name)Sets the "name" elementvoidsetSpecification(CharacterStringPropertyType specification)Sets the "specification" elementvoidsetVersion(CharacterStringPropertyType version)Sets the "version" elementintsizeOfFormatDistributorArray()Returns number of "formatDistributor" elementvoidunsetAmendmentNumber()Unsets the "amendmentNumber" elementvoidunsetFileDecompressionTechnique()Unsets the "fileDecompressionTechnique" elementvoidunsetSpecification()Unsets the "specification" 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
-
getName
CharacterStringPropertyType getName()
Gets the "name" element
-
setName
void setName(CharacterStringPropertyType name)
Sets the "name" element
-
addNewName
CharacterStringPropertyType addNewName()
Appends and returns a new empty "name" element
-
getVersion
CharacterStringPropertyType getVersion()
Gets the "version" element
-
setVersion
void setVersion(CharacterStringPropertyType version)
Sets the "version" element
-
addNewVersion
CharacterStringPropertyType addNewVersion()
Appends and returns a new empty "version" element
-
getAmendmentNumber
CharacterStringPropertyType getAmendmentNumber()
Gets the "amendmentNumber" element
-
isSetAmendmentNumber
boolean isSetAmendmentNumber()
True if has "amendmentNumber" element
-
setAmendmentNumber
void setAmendmentNumber(CharacterStringPropertyType amendmentNumber)
Sets the "amendmentNumber" element
-
addNewAmendmentNumber
CharacterStringPropertyType addNewAmendmentNumber()
Appends and returns a new empty "amendmentNumber" element
-
unsetAmendmentNumber
void unsetAmendmentNumber()
Unsets the "amendmentNumber" element
-
getSpecification
CharacterStringPropertyType getSpecification()
Gets the "specification" element
-
isSetSpecification
boolean isSetSpecification()
True if has "specification" element
-
setSpecification
void setSpecification(CharacterStringPropertyType specification)
Sets the "specification" element
-
addNewSpecification
CharacterStringPropertyType addNewSpecification()
Appends and returns a new empty "specification" element
-
unsetSpecification
void unsetSpecification()
Unsets the "specification" element
-
getFileDecompressionTechnique
CharacterStringPropertyType getFileDecompressionTechnique()
Gets the "fileDecompressionTechnique" element
-
isSetFileDecompressionTechnique
boolean isSetFileDecompressionTechnique()
True if has "fileDecompressionTechnique" element
-
setFileDecompressionTechnique
void setFileDecompressionTechnique(CharacterStringPropertyType fileDecompressionTechnique)
Sets the "fileDecompressionTechnique" element
-
addNewFileDecompressionTechnique
CharacterStringPropertyType addNewFileDecompressionTechnique()
Appends and returns a new empty "fileDecompressionTechnique" element
-
unsetFileDecompressionTechnique
void unsetFileDecompressionTechnique()
Unsets the "fileDecompressionTechnique" element
-
getFormatDistributorArray
MDDistributorPropertyType[] getFormatDistributorArray()
Gets array of all "formatDistributor" elements
-
getFormatDistributorArray
MDDistributorPropertyType getFormatDistributorArray(int i)
Gets ith "formatDistributor" element
-
sizeOfFormatDistributorArray
int sizeOfFormatDistributorArray()
Returns number of "formatDistributor" element
-
setFormatDistributorArray
void setFormatDistributorArray(MDDistributorPropertyType[] formatDistributorArray)
Sets array of all "formatDistributor" element
-
setFormatDistributorArray
void setFormatDistributorArray(int i, MDDistributorPropertyType formatDistributor)Sets ith "formatDistributor" element
-
insertNewFormatDistributor
MDDistributorPropertyType insertNewFormatDistributor(int i)
Inserts and returns a new empty value (as xml) as the ith "formatDistributor" element
-
addNewFormatDistributor
MDDistributorPropertyType addNewFormatDistributor()
Appends and returns a new empty value (as xml) as the last "formatDistributor" element
-
removeFormatDistributor
void removeFormatDistributor(int i)
Removes the ith "formatDistributor" element
-
-