public interface TelephoneNumberListType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
TelephoneNumberListType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
TelephoneNumberType |
addNewTelephoneNumber()
Appends and returns a new empty value (as xml) as the last "TelephoneNumber" element
|
TelephoneNumberType[] |
getTelephoneNumberArray()
Gets array of all "TelephoneNumber" elements
|
TelephoneNumberType |
getTelephoneNumberArray(int i)
Gets ith "TelephoneNumber" element
|
TelephoneNumberType |
insertNewTelephoneNumber(int i)
Inserts and returns a new empty value (as xml) as the ith "TelephoneNumber" element
|
void |
removeTelephoneNumber(int i)
Removes the ith "TelephoneNumber" element
|
void |
setTelephoneNumberArray(int i,
TelephoneNumberType telephoneNumber)
Sets ith "TelephoneNumber" element
|
void |
setTelephoneNumberArray(TelephoneNumberType[] telephoneNumberArray)
Sets array of all "TelephoneNumber" element
|
int |
sizeOfTelephoneNumberArray()
Returns number of "TelephoneNumber" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextTelephoneNumberType[] getTelephoneNumberArray()
TelephoneNumberType getTelephoneNumberArray(int i)
int sizeOfTelephoneNumberArray()
void setTelephoneNumberArray(TelephoneNumberType[] telephoneNumberArray)
void setTelephoneNumberArray(int i,
TelephoneNumberType telephoneNumber)
TelephoneNumberType insertNewTelephoneNumber(int i)
TelephoneNumberType addNewTelephoneNumber()
void removeTelephoneNumber(int i)
Copyright © 2015–2018 52north.org. All rights reserved.