Package org.isotc211.x2005.gmd
Interface CITelephoneType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
CITelephoneTypeImpl
public interface CITelephoneType extends AbstractObjectType
An XML CI_Telephone_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCITelephoneType.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 CharacterStringPropertyTypeaddNewFacsimile()Appends and returns a new empty value (as xml) as the last "facsimile" elementCharacterStringPropertyTypeaddNewVoice()Appends and returns a new empty value (as xml) as the last "voice" elementCharacterStringPropertyType[]getFacsimileArray()Gets array of all "facsimile" elementsCharacterStringPropertyTypegetFacsimileArray(int i)Gets ith "facsimile" elementCharacterStringPropertyType[]getVoiceArray()Gets array of all "voice" elementsCharacterStringPropertyTypegetVoiceArray(int i)Gets ith "voice" elementCharacterStringPropertyTypeinsertNewFacsimile(int i)Inserts and returns a new empty value (as xml) as the ith "facsimile" elementCharacterStringPropertyTypeinsertNewVoice(int i)Inserts and returns a new empty value (as xml) as the ith "voice" elementvoidremoveFacsimile(int i)Removes the ith "facsimile" elementvoidremoveVoice(int i)Removes the ith "voice" elementvoidsetFacsimileArray(int i, CharacterStringPropertyType facsimile)Sets ith "facsimile" elementvoidsetFacsimileArray(CharacterStringPropertyType[] facsimileArray)Sets array of all "facsimile" elementvoidsetVoiceArray(int i, CharacterStringPropertyType voice)Sets ith "voice" elementvoidsetVoiceArray(CharacterStringPropertyType[] voiceArray)Sets array of all "voice" elementintsizeOfFacsimileArray()Returns number of "facsimile" elementintsizeOfVoiceArray()Returns number of "voice" 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
-
getVoiceArray
CharacterStringPropertyType[] getVoiceArray()
Gets array of all "voice" elements
-
getVoiceArray
CharacterStringPropertyType getVoiceArray(int i)
Gets ith "voice" element
-
sizeOfVoiceArray
int sizeOfVoiceArray()
Returns number of "voice" element
-
setVoiceArray
void setVoiceArray(CharacterStringPropertyType[] voiceArray)
Sets array of all "voice" element
-
setVoiceArray
void setVoiceArray(int i, CharacterStringPropertyType voice)Sets ith "voice" element
-
insertNewVoice
CharacterStringPropertyType insertNewVoice(int i)
Inserts and returns a new empty value (as xml) as the ith "voice" element
-
addNewVoice
CharacterStringPropertyType addNewVoice()
Appends and returns a new empty value (as xml) as the last "voice" element
-
removeVoice
void removeVoice(int i)
Removes the ith "voice" element
-
getFacsimileArray
CharacterStringPropertyType[] getFacsimileArray()
Gets array of all "facsimile" elements
-
getFacsimileArray
CharacterStringPropertyType getFacsimileArray(int i)
Gets ith "facsimile" element
-
sizeOfFacsimileArray
int sizeOfFacsimileArray()
Returns number of "facsimile" element
-
setFacsimileArray
void setFacsimileArray(CharacterStringPropertyType[] facsimileArray)
Sets array of all "facsimile" element
-
setFacsimileArray
void setFacsimileArray(int i, CharacterStringPropertyType facsimile)Sets ith "facsimile" element
-
insertNewFacsimile
CharacterStringPropertyType insertNewFacsimile(int i)
Inserts and returns a new empty value (as xml) as the ith "facsimile" element
-
addNewFacsimile
CharacterStringPropertyType addNewFacsimile()
Appends and returns a new empty value (as xml) as the last "facsimile" element
-
removeFacsimile
void removeFacsimile(int i)
Removes the ith "facsimile" element
-
-