Package org.isotc211.x2005.gmd
Interface PTLocaleContainerType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PTLocaleContainerTypeImpl
public interface PTLocaleContainerType extends org.apache.xmlbeans.XmlObjectAn XML PT_LocaleContainer_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPTLocaleContainerType.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 CIDatePropertyTypeaddNewDate()Appends and returns a new empty value (as xml) as the last "date" elementCharacterStringPropertyTypeaddNewDescription()Appends and returns a new empty "description" elementPTLocalePropertyTypeaddNewLocale()Appends and returns a new empty "locale" elementLocalisedCharacterStringPropertyTypeaddNewLocalisedString()Appends and returns a new empty value (as xml) as the last "localisedString" elementCIResponsiblePartyPropertyTypeaddNewResponsibleParty()Appends and returns a new empty value (as xml) as the last "responsibleParty" elementCIDatePropertyType[]getDateArray()Gets array of all "date" elementsCIDatePropertyTypegetDateArray(int i)Gets ith "date" elementCharacterStringPropertyTypegetDescription()Gets the "description" elementPTLocalePropertyTypegetLocale()Gets the "locale" elementLocalisedCharacterStringPropertyType[]getLocalisedStringArray()Gets array of all "localisedString" elementsLocalisedCharacterStringPropertyTypegetLocalisedStringArray(int i)Gets ith "localisedString" elementCIResponsiblePartyPropertyType[]getResponsiblePartyArray()Gets array of all "responsibleParty" elementsCIResponsiblePartyPropertyTypegetResponsiblePartyArray(int i)Gets ith "responsibleParty" elementCIDatePropertyTypeinsertNewDate(int i)Inserts and returns a new empty value (as xml) as the ith "date" elementLocalisedCharacterStringPropertyTypeinsertNewLocalisedString(int i)Inserts and returns a new empty value (as xml) as the ith "localisedString" elementCIResponsiblePartyPropertyTypeinsertNewResponsibleParty(int i)Inserts and returns a new empty value (as xml) as the ith "responsibleParty" elementvoidremoveDate(int i)Removes the ith "date" elementvoidremoveLocalisedString(int i)Removes the ith "localisedString" elementvoidremoveResponsibleParty(int i)Removes the ith "responsibleParty" elementvoidsetDateArray(int i, CIDatePropertyType date)Sets ith "date" elementvoidsetDateArray(CIDatePropertyType[] dateArray)Sets array of all "date" elementvoidsetDescription(CharacterStringPropertyType description)Sets the "description" elementvoidsetLocale(PTLocalePropertyType locale)Sets the "locale" elementvoidsetLocalisedStringArray(int i, LocalisedCharacterStringPropertyType localisedString)Sets ith "localisedString" elementvoidsetLocalisedStringArray(LocalisedCharacterStringPropertyType[] localisedStringArray)Sets array of all "localisedString" elementvoidsetResponsiblePartyArray(int i, CIResponsiblePartyPropertyType responsibleParty)Sets ith "responsibleParty" elementvoidsetResponsiblePartyArray(CIResponsiblePartyPropertyType[] responsiblePartyArray)Sets array of all "responsibleParty" elementintsizeOfDateArray()Returns number of "date" elementintsizeOfLocalisedStringArray()Returns number of "localisedString" elementintsizeOfResponsiblePartyArray()Returns number of "responsibleParty" element-
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
-
getDescription
CharacterStringPropertyType getDescription()
Gets the "description" element
-
setDescription
void setDescription(CharacterStringPropertyType description)
Sets the "description" element
-
addNewDescription
CharacterStringPropertyType addNewDescription()
Appends and returns a new empty "description" element
-
getLocale
PTLocalePropertyType getLocale()
Gets the "locale" element
-
setLocale
void setLocale(PTLocalePropertyType locale)
Sets the "locale" element
-
addNewLocale
PTLocalePropertyType addNewLocale()
Appends and returns a new empty "locale" element
-
getDateArray
CIDatePropertyType[] getDateArray()
Gets array of all "date" elements
-
getDateArray
CIDatePropertyType getDateArray(int i)
Gets ith "date" element
-
sizeOfDateArray
int sizeOfDateArray()
Returns number of "date" element
-
setDateArray
void setDateArray(CIDatePropertyType[] dateArray)
Sets array of all "date" element
-
setDateArray
void setDateArray(int i, CIDatePropertyType date)Sets ith "date" element
-
insertNewDate
CIDatePropertyType insertNewDate(int i)
Inserts and returns a new empty value (as xml) as the ith "date" element
-
addNewDate
CIDatePropertyType addNewDate()
Appends and returns a new empty value (as xml) as the last "date" element
-
removeDate
void removeDate(int i)
Removes the ith "date" element
-
getResponsiblePartyArray
CIResponsiblePartyPropertyType[] getResponsiblePartyArray()
Gets array of all "responsibleParty" elements
-
getResponsiblePartyArray
CIResponsiblePartyPropertyType getResponsiblePartyArray(int i)
Gets ith "responsibleParty" element
-
sizeOfResponsiblePartyArray
int sizeOfResponsiblePartyArray()
Returns number of "responsibleParty" element
-
setResponsiblePartyArray
void setResponsiblePartyArray(CIResponsiblePartyPropertyType[] responsiblePartyArray)
Sets array of all "responsibleParty" element
-
setResponsiblePartyArray
void setResponsiblePartyArray(int i, CIResponsiblePartyPropertyType responsibleParty)Sets ith "responsibleParty" element
-
insertNewResponsibleParty
CIResponsiblePartyPropertyType insertNewResponsibleParty(int i)
Inserts and returns a new empty value (as xml) as the ith "responsibleParty" element
-
addNewResponsibleParty
CIResponsiblePartyPropertyType addNewResponsibleParty()
Appends and returns a new empty value (as xml) as the last "responsibleParty" element
-
removeResponsibleParty
void removeResponsibleParty(int i)
Removes the ith "responsibleParty" element
-
getLocalisedStringArray
LocalisedCharacterStringPropertyType[] getLocalisedStringArray()
Gets array of all "localisedString" elements
-
getLocalisedStringArray
LocalisedCharacterStringPropertyType getLocalisedStringArray(int i)
Gets ith "localisedString" element
-
sizeOfLocalisedStringArray
int sizeOfLocalisedStringArray()
Returns number of "localisedString" element
-
setLocalisedStringArray
void setLocalisedStringArray(LocalisedCharacterStringPropertyType[] localisedStringArray)
Sets array of all "localisedString" element
-
setLocalisedStringArray
void setLocalisedStringArray(int i, LocalisedCharacterStringPropertyType localisedString)Sets ith "localisedString" element
-
insertNewLocalisedString
LocalisedCharacterStringPropertyType insertNewLocalisedString(int i)
Inserts and returns a new empty value (as xml) as the ith "localisedString" element
-
addNewLocalisedString
LocalisedCharacterStringPropertyType addNewLocalisedString()
Appends and returns a new empty value (as xml) as the last "localisedString" element
-
removeLocalisedString
void removeLocalisedString(int i)
Removes the ith "localisedString" element
-
-