|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ContactInfoDocument.ContactInfo.Phone
An XML phone(@http://www.opengis.net/sensorML/1.0). This is a complex type.
Nested Class Summary | |
---|---|
static class |
ContactInfoDocument.ContactInfo.Phone.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
void |
addFacsimile(String facsimile)
Appends the value as the last "facsimile" element |
org.apache.xmlbeans.XmlString |
addNewFacsimile()
Appends and returns a new empty value (as xml) as the last "facsimile" element |
org.apache.xmlbeans.XmlString |
addNewVoice()
Appends and returns a new empty value (as xml) as the last "voice" element |
void |
addVoice(String voice)
Appends the value as the last "voice" element |
String[] |
getFacsimileArray()
Gets array of all "facsimile" elements |
String |
getFacsimileArray(int i)
Gets ith "facsimile" element |
String[] |
getVoiceArray()
Gets array of all "voice" elements |
String |
getVoiceArray(int i)
Gets ith "voice" element |
void |
insertFacsimile(int i,
String facsimile)
Inserts the value as the ith "facsimile" element |
org.apache.xmlbeans.XmlString |
insertNewFacsimile(int i)
Inserts and returns a new empty value (as xml) as the ith "facsimile" element |
org.apache.xmlbeans.XmlString |
insertNewVoice(int i)
Inserts and returns a new empty value (as xml) as the ith "voice" element |
void |
insertVoice(int i,
String voice)
Inserts the value as the ith "voice" element |
void |
removeFacsimile(int i)
Removes the ith "facsimile" element |
void |
removeVoice(int i)
Removes the ith "voice" element |
void |
setFacsimileArray(int i,
String facsimile)
Sets ith "facsimile" element |
void |
setFacsimileArray(String[] facsimileArray)
Sets array of all "facsimile" element |
void |
setVoiceArray(int i,
String voice)
Sets ith "voice" element |
void |
setVoiceArray(String[] voiceArray)
Sets array of all "voice" element |
int |
sizeOfFacsimileArray()
Returns number of "facsimile" element |
int |
sizeOfVoiceArray()
Returns number of "voice" element |
org.apache.xmlbeans.XmlString[] |
xgetFacsimileArray()
Gets (as xml) array of all "facsimile" elements |
org.apache.xmlbeans.XmlString |
xgetFacsimileArray(int i)
Gets (as xml) ith "facsimile" element |
org.apache.xmlbeans.XmlString[] |
xgetVoiceArray()
Gets (as xml) array of all "voice" elements |
org.apache.xmlbeans.XmlString |
xgetVoiceArray(int i)
Gets (as xml) ith "voice" element |
void |
xsetFacsimileArray(int i,
org.apache.xmlbeans.XmlString facsimile)
Sets (as xml) ith "facsimile" element |
void |
xsetFacsimileArray(org.apache.xmlbeans.XmlString[] facsimileArray)
Sets (as xml) array of all "facsimile" element |
void |
xsetVoiceArray(int i,
org.apache.xmlbeans.XmlString voice)
Sets (as xml) ith "voice" element |
void |
xsetVoiceArray(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, 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 |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
String[] getVoiceArray()
String getVoiceArray(int i)
org.apache.xmlbeans.XmlString[] xgetVoiceArray()
org.apache.xmlbeans.XmlString xgetVoiceArray(int i)
int sizeOfVoiceArray()
void setVoiceArray(String[] voiceArray)
void setVoiceArray(int i, String voice)
void xsetVoiceArray(org.apache.xmlbeans.XmlString[] voiceArray)
void xsetVoiceArray(int i, org.apache.xmlbeans.XmlString voice)
void insertVoice(int i, String voice)
void addVoice(String voice)
org.apache.xmlbeans.XmlString insertNewVoice(int i)
org.apache.xmlbeans.XmlString addNewVoice()
void removeVoice(int i)
String[] getFacsimileArray()
String getFacsimileArray(int i)
org.apache.xmlbeans.XmlString[] xgetFacsimileArray()
org.apache.xmlbeans.XmlString xgetFacsimileArray(int i)
int sizeOfFacsimileArray()
void setFacsimileArray(String[] facsimileArray)
void setFacsimileArray(int i, String facsimile)
void xsetFacsimileArray(org.apache.xmlbeans.XmlString[] facsimileArray)
void xsetFacsimileArray(int i, org.apache.xmlbeans.XmlString facsimile)
void insertFacsimile(int i, String facsimile)
void addFacsimile(String facsimile)
org.apache.xmlbeans.XmlString insertNewFacsimile(int i)
org.apache.xmlbeans.XmlString addNewFacsimile()
void removeFacsimile(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |