Package net.opengis.sensorML.x101
Interface ContactInfoDocument.ContactInfo.Phone
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ContactInfoDocumentImpl.ContactInfoImpl.PhoneImpl
- Enclosing interface:
- ContactInfoDocument.ContactInfo
public static interface ContactInfoDocument.ContactInfo.Phone extends org.apache.xmlbeans.XmlObjectAn XML phone(@http://www.opengis.net/sensorML/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContactInfoDocument.ContactInfo.Phone.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 voidaddFacsimile(String facsimile)Appends the value as the last "facsimile" elementorg.apache.xmlbeans.XmlStringaddNewFacsimile()Appends and returns a new empty value (as xml) as the last "facsimile" elementorg.apache.xmlbeans.XmlStringaddNewVoice()Appends and returns a new empty value (as xml) as the last "voice" elementvoidaddVoice(String voice)Appends the value as the last "voice" elementString[]getFacsimileArray()Gets array of all "facsimile" elementsStringgetFacsimileArray(int i)Gets ith "facsimile" elementString[]getVoiceArray()Gets array of all "voice" elementsStringgetVoiceArray(int i)Gets ith "voice" elementvoidinsertFacsimile(int i, String facsimile)Inserts the value as the ith "facsimile" elementorg.apache.xmlbeans.XmlStringinsertNewFacsimile(int i)Inserts and returns a new empty value (as xml) as the ith "facsimile" elementorg.apache.xmlbeans.XmlStringinsertNewVoice(int i)Inserts and returns a new empty value (as xml) as the ith "voice" elementvoidinsertVoice(int i, String voice)Inserts the value as the ith "voice" elementvoidremoveFacsimile(int i)Removes the ith "facsimile" elementvoidremoveVoice(int i)Removes the ith "voice" elementvoidsetFacsimileArray(int i, String facsimile)Sets ith "facsimile" elementvoidsetFacsimileArray(String[] facsimileArray)Sets array of all "facsimile" elementvoidsetVoiceArray(int i, String voice)Sets ith "voice" elementvoidsetVoiceArray(String[] voiceArray)Sets array of all "voice" elementintsizeOfFacsimileArray()Returns number of "facsimile" elementintsizeOfVoiceArray()Returns number of "voice" elementorg.apache.xmlbeans.XmlString[]xgetFacsimileArray()Gets (as xml) array of all "facsimile" elementsorg.apache.xmlbeans.XmlStringxgetFacsimileArray(int i)Gets (as xml) ith "facsimile" elementorg.apache.xmlbeans.XmlString[]xgetVoiceArray()Gets (as xml) array of all "voice" elementsorg.apache.xmlbeans.XmlStringxgetVoiceArray(int i)Gets (as xml) ith "voice" elementvoidxsetFacsimileArray(int i, org.apache.xmlbeans.XmlString facsimile)Sets (as xml) ith "facsimile" elementvoidxsetFacsimileArray(org.apache.xmlbeans.XmlString[] facsimileArray)Sets (as xml) array of all "facsimile" elementvoidxsetVoiceArray(int i, org.apache.xmlbeans.XmlString voice)Sets (as xml) ith "voice" elementvoidxsetVoiceArray(org.apache.xmlbeans.XmlString[] voiceArray)Sets (as xml) array of all "voice" 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
-
getVoiceArray
String[] getVoiceArray()
Gets array of all "voice" elements
-
getVoiceArray
String getVoiceArray(int i)
Gets ith "voice" element
-
xgetVoiceArray
org.apache.xmlbeans.XmlString[] xgetVoiceArray()
Gets (as xml) array of all "voice" elements
-
xgetVoiceArray
org.apache.xmlbeans.XmlString xgetVoiceArray(int i)
Gets (as xml) ith "voice" element
-
sizeOfVoiceArray
int sizeOfVoiceArray()
Returns number of "voice" element
-
setVoiceArray
void setVoiceArray(String[] voiceArray)
Sets array of all "voice" element
-
setVoiceArray
void setVoiceArray(int i, String voice)Sets ith "voice" element
-
xsetVoiceArray
void xsetVoiceArray(org.apache.xmlbeans.XmlString[] voiceArray)
Sets (as xml) array of all "voice" element
-
xsetVoiceArray
void xsetVoiceArray(int i, org.apache.xmlbeans.XmlString voice)Sets (as xml) ith "voice" element
-
insertVoice
void insertVoice(int i, String voice)Inserts the value as the ith "voice" element
-
addVoice
void addVoice(String voice)
Appends the value as the last "voice" element
-
insertNewVoice
org.apache.xmlbeans.XmlString insertNewVoice(int i)
Inserts and returns a new empty value (as xml) as the ith "voice" element
-
addNewVoice
org.apache.xmlbeans.XmlString 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
String[] getFacsimileArray()
Gets array of all "facsimile" elements
-
getFacsimileArray
String getFacsimileArray(int i)
Gets ith "facsimile" element
-
xgetFacsimileArray
org.apache.xmlbeans.XmlString[] xgetFacsimileArray()
Gets (as xml) array of all "facsimile" elements
-
xgetFacsimileArray
org.apache.xmlbeans.XmlString xgetFacsimileArray(int i)
Gets (as xml) ith "facsimile" element
-
sizeOfFacsimileArray
int sizeOfFacsimileArray()
Returns number of "facsimile" element
-
setFacsimileArray
void setFacsimileArray(String[] facsimileArray)
Sets array of all "facsimile" element
-
setFacsimileArray
void setFacsimileArray(int i, String facsimile)Sets ith "facsimile" element
-
xsetFacsimileArray
void xsetFacsimileArray(org.apache.xmlbeans.XmlString[] facsimileArray)
Sets (as xml) array of all "facsimile" element
-
xsetFacsimileArray
void xsetFacsimileArray(int i, org.apache.xmlbeans.XmlString facsimile)Sets (as xml) ith "facsimile" element
-
insertFacsimile
void insertFacsimile(int i, String facsimile)Inserts the value as the ith "facsimile" element
-
addFacsimile
void addFacsimile(String facsimile)
Appends the value as the last "facsimile" element
-
insertNewFacsimile
org.apache.xmlbeans.XmlString insertNewFacsimile(int i)
Inserts and returns a new empty value (as xml) as the ith "facsimile" element
-
addNewFacsimile
org.apache.xmlbeans.XmlString 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
-
-