|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TelephoneType
An XML TelephoneType(@http://www.opengis.net/ows/1.1). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
TelephoneType.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 | |||||||||