Package org.isotc211.x2005.gmd
Interface MDMediumType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MDMediumTypeImpl
public interface MDMediumType extends AbstractObjectType
An XML MD_Medium_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMDMediumType.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 RealPropertyTypeaddNewDensity()Appends and returns a new empty value (as xml) as the last "density" elementCharacterStringPropertyTypeaddNewDensityUnits()Appends and returns a new empty "densityUnits" elementMDMediumFormatCodePropertyTypeaddNewMediumFormat()Appends and returns a new empty value (as xml) as the last "mediumFormat" elementCharacterStringPropertyTypeaddNewMediumNote()Appends and returns a new empty "mediumNote" elementMDMediumNameCodePropertyTypeaddNewName()Appends and returns a new empty "name" elementIntegerPropertyTypeaddNewVolumes()Appends and returns a new empty "volumes" elementRealPropertyType[]getDensityArray()Gets array of all "density" elementsRealPropertyTypegetDensityArray(int i)Gets ith "density" elementCharacterStringPropertyTypegetDensityUnits()Gets the "densityUnits" elementMDMediumFormatCodePropertyType[]getMediumFormatArray()Gets array of all "mediumFormat" elementsMDMediumFormatCodePropertyTypegetMediumFormatArray(int i)Gets ith "mediumFormat" elementCharacterStringPropertyTypegetMediumNote()Gets the "mediumNote" elementMDMediumNameCodePropertyTypegetName()Gets the "name" elementIntegerPropertyTypegetVolumes()Gets the "volumes" elementRealPropertyTypeinsertNewDensity(int i)Inserts and returns a new empty value (as xml) as the ith "density" elementMDMediumFormatCodePropertyTypeinsertNewMediumFormat(int i)Inserts and returns a new empty value (as xml) as the ith "mediumFormat" elementbooleanisSetDensityUnits()True if has "densityUnits" elementbooleanisSetMediumNote()True if has "mediumNote" elementbooleanisSetName()True if has "name" elementbooleanisSetVolumes()True if has "volumes" elementvoidremoveDensity(int i)Removes the ith "density" elementvoidremoveMediumFormat(int i)Removes the ith "mediumFormat" elementvoidsetDensityArray(int i, RealPropertyType density)Sets ith "density" elementvoidsetDensityArray(RealPropertyType[] densityArray)Sets array of all "density" elementvoidsetDensityUnits(CharacterStringPropertyType densityUnits)Sets the "densityUnits" elementvoidsetMediumFormatArray(int i, MDMediumFormatCodePropertyType mediumFormat)Sets ith "mediumFormat" elementvoidsetMediumFormatArray(MDMediumFormatCodePropertyType[] mediumFormatArray)Sets array of all "mediumFormat" elementvoidsetMediumNote(CharacterStringPropertyType mediumNote)Sets the "mediumNote" elementvoidsetName(MDMediumNameCodePropertyType name)Sets the "name" elementvoidsetVolumes(IntegerPropertyType volumes)Sets the "volumes" elementintsizeOfDensityArray()Returns number of "density" elementintsizeOfMediumFormatArray()Returns number of "mediumFormat" elementvoidunsetDensityUnits()Unsets the "densityUnits" elementvoidunsetMediumNote()Unsets the "mediumNote" elementvoidunsetName()Unsets the "name" elementvoidunsetVolumes()Unsets the "volumes" 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
MDMediumNameCodePropertyType getName()
Gets the "name" element
-
isSetName
boolean isSetName()
True if has "name" element
-
setName
void setName(MDMediumNameCodePropertyType name)
Sets the "name" element
-
addNewName
MDMediumNameCodePropertyType addNewName()
Appends and returns a new empty "name" element
-
unsetName
void unsetName()
Unsets the "name" element
-
getDensityArray
RealPropertyType[] getDensityArray()
Gets array of all "density" elements
-
getDensityArray
RealPropertyType getDensityArray(int i)
Gets ith "density" element
-
sizeOfDensityArray
int sizeOfDensityArray()
Returns number of "density" element
-
setDensityArray
void setDensityArray(RealPropertyType[] densityArray)
Sets array of all "density" element
-
setDensityArray
void setDensityArray(int i, RealPropertyType density)Sets ith "density" element
-
insertNewDensity
RealPropertyType insertNewDensity(int i)
Inserts and returns a new empty value (as xml) as the ith "density" element
-
addNewDensity
RealPropertyType addNewDensity()
Appends and returns a new empty value (as xml) as the last "density" element
-
removeDensity
void removeDensity(int i)
Removes the ith "density" element
-
getDensityUnits
CharacterStringPropertyType getDensityUnits()
Gets the "densityUnits" element
-
isSetDensityUnits
boolean isSetDensityUnits()
True if has "densityUnits" element
-
setDensityUnits
void setDensityUnits(CharacterStringPropertyType densityUnits)
Sets the "densityUnits" element
-
addNewDensityUnits
CharacterStringPropertyType addNewDensityUnits()
Appends and returns a new empty "densityUnits" element
-
unsetDensityUnits
void unsetDensityUnits()
Unsets the "densityUnits" element
-
getVolumes
IntegerPropertyType getVolumes()
Gets the "volumes" element
-
isSetVolumes
boolean isSetVolumes()
True if has "volumes" element
-
setVolumes
void setVolumes(IntegerPropertyType volumes)
Sets the "volumes" element
-
addNewVolumes
IntegerPropertyType addNewVolumes()
Appends and returns a new empty "volumes" element
-
unsetVolumes
void unsetVolumes()
Unsets the "volumes" element
-
getMediumFormatArray
MDMediumFormatCodePropertyType[] getMediumFormatArray()
Gets array of all "mediumFormat" elements
-
getMediumFormatArray
MDMediumFormatCodePropertyType getMediumFormatArray(int i)
Gets ith "mediumFormat" element
-
sizeOfMediumFormatArray
int sizeOfMediumFormatArray()
Returns number of "mediumFormat" element
-
setMediumFormatArray
void setMediumFormatArray(MDMediumFormatCodePropertyType[] mediumFormatArray)
Sets array of all "mediumFormat" element
-
setMediumFormatArray
void setMediumFormatArray(int i, MDMediumFormatCodePropertyType mediumFormat)Sets ith "mediumFormat" element
-
insertNewMediumFormat
MDMediumFormatCodePropertyType insertNewMediumFormat(int i)
Inserts and returns a new empty value (as xml) as the ith "mediumFormat" element
-
addNewMediumFormat
MDMediumFormatCodePropertyType addNewMediumFormat()
Appends and returns a new empty value (as xml) as the last "mediumFormat" element
-
removeMediumFormat
void removeMediumFormat(int i)
Removes the ith "mediumFormat" element
-
getMediumNote
CharacterStringPropertyType getMediumNote()
Gets the "mediumNote" element
-
isSetMediumNote
boolean isSetMediumNote()
True if has "mediumNote" element
-
setMediumNote
void setMediumNote(CharacterStringPropertyType mediumNote)
Sets the "mediumNote" element
-
addNewMediumNote
CharacterStringPropertyType addNewMediumNote()
Appends and returns a new empty "mediumNote" element
-
unsetMediumNote
void unsetMediumNote()
Unsets the "mediumNote" element
-
-