| Package | Description |
|---|---|
| x0.oasisNamesTcEbxmlRegrepXsdRim3 | |
| x0.oasisNamesTcEbxmlRegrepXsdRim3.impl |
| Modifier and Type | Method and Description |
|---|---|
TelephoneNumberType |
TelephoneNumberDocument.addNewTelephoneNumber()
Appends and returns a new empty "TelephoneNumber" element
|
TelephoneNumberType |
OrganizationType.addNewTelephoneNumber()
Appends and returns a new empty value (as xml) as the last "TelephoneNumber" element
|
TelephoneNumberType |
PersonType.addNewTelephoneNumber()
Appends and returns a new empty value (as xml) as the last "TelephoneNumber" element
|
TelephoneNumberType |
TelephoneNumberListType.addNewTelephoneNumber()
Appends and returns a new empty value (as xml) as the last "TelephoneNumber" element
|
TelephoneNumberType |
TelephoneNumberDocument.getTelephoneNumber()
Gets the "TelephoneNumber" element
|
TelephoneNumberType[] |
OrganizationType.getTelephoneNumberArray()
Gets array of all "TelephoneNumber" elements
|
TelephoneNumberType[] |
PersonType.getTelephoneNumberArray()
Gets array of all "TelephoneNumber" elements
|
TelephoneNumberType[] |
TelephoneNumberListType.getTelephoneNumberArray()
Gets array of all "TelephoneNumber" elements
|
TelephoneNumberType |
OrganizationType.getTelephoneNumberArray(int i)
Gets ith "TelephoneNumber" element
|
TelephoneNumberType |
PersonType.getTelephoneNumberArray(int i)
Gets ith "TelephoneNumber" element
|
TelephoneNumberType |
TelephoneNumberListType.getTelephoneNumberArray(int i)
Gets ith "TelephoneNumber" element
|
TelephoneNumberType |
OrganizationType.insertNewTelephoneNumber(int i)
Inserts and returns a new empty value (as xml) as the ith "TelephoneNumber" element
|
TelephoneNumberType |
PersonType.insertNewTelephoneNumber(int i)
Inserts and returns a new empty value (as xml) as the ith "TelephoneNumber" element
|
TelephoneNumberType |
TelephoneNumberListType.insertNewTelephoneNumber(int i)
Inserts and returns a new empty value (as xml) as the ith "TelephoneNumber" element
|
static TelephoneNumberType |
TelephoneNumberType.Factory.newInstance() |
static TelephoneNumberType |
TelephoneNumberType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TelephoneNumberType |
TelephoneNumberType.Factory.parse(java.io.File file) |
static TelephoneNumberType |
TelephoneNumberType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static TelephoneNumberType |
TelephoneNumberType.Factory.parse(java.io.InputStream is) |
static TelephoneNumberType |
TelephoneNumberType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TelephoneNumberType |
TelephoneNumberType.Factory.parse(org.w3c.dom.Node node) |
static TelephoneNumberType |
TelephoneNumberType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static TelephoneNumberType |
TelephoneNumberType.Factory.parse(java.io.Reader r) |
static TelephoneNumberType |
TelephoneNumberType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TelephoneNumberType |
TelephoneNumberType.Factory.parse(java.lang.String xmlAsString) |
static TelephoneNumberType |
TelephoneNumberType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TelephoneNumberType |
TelephoneNumberType.Factory.parse(java.net.URL u) |
static TelephoneNumberType |
TelephoneNumberType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static TelephoneNumberType |
TelephoneNumberType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TelephoneNumberType |
TelephoneNumberType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TelephoneNumberType |
TelephoneNumberType.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static TelephoneNumberType |
TelephoneNumberType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
TelephoneNumberDocument.setTelephoneNumber(TelephoneNumberType telephoneNumber)
Sets the "TelephoneNumber" element
|
void |
OrganizationType.setTelephoneNumberArray(int i,
TelephoneNumberType telephoneNumber)
Sets ith "TelephoneNumber" element
|
void |
PersonType.setTelephoneNumberArray(int i,
TelephoneNumberType telephoneNumber)
Sets ith "TelephoneNumber" element
|
void |
TelephoneNumberListType.setTelephoneNumberArray(int i,
TelephoneNumberType telephoneNumber)
Sets ith "TelephoneNumber" element
|
void |
OrganizationType.setTelephoneNumberArray(TelephoneNumberType[] telephoneNumberArray)
Sets array of all "TelephoneNumber" element
|
void |
PersonType.setTelephoneNumberArray(TelephoneNumberType[] telephoneNumberArray)
Sets array of all "TelephoneNumber" element
|
void |
TelephoneNumberListType.setTelephoneNumberArray(TelephoneNumberType[] telephoneNumberArray)
Sets array of all "TelephoneNumber" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
TelephoneNumberTypeImpl
An XML TelephoneNumberType(@urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0).
|
| Modifier and Type | Method and Description |
|---|---|
TelephoneNumberType |
OrganizationTypeImpl.addNewTelephoneNumber()
Appends and returns a new empty value (as xml) as the last "TelephoneNumber" element
|
TelephoneNumberType |
TelephoneNumberDocumentImpl.addNewTelephoneNumber()
Appends and returns a new empty "TelephoneNumber" element
|
TelephoneNumberType |
PersonTypeImpl.addNewTelephoneNumber()
Appends and returns a new empty value (as xml) as the last "TelephoneNumber" element
|
TelephoneNumberType |
TelephoneNumberListTypeImpl.addNewTelephoneNumber()
Appends and returns a new empty value (as xml) as the last "TelephoneNumber" element
|
TelephoneNumberType |
TelephoneNumberDocumentImpl.getTelephoneNumber()
Gets the "TelephoneNumber" element
|
TelephoneNumberType[] |
OrganizationTypeImpl.getTelephoneNumberArray()
Gets array of all "TelephoneNumber" elements
|
TelephoneNumberType[] |
PersonTypeImpl.getTelephoneNumberArray()
Gets array of all "TelephoneNumber" elements
|
TelephoneNumberType[] |
TelephoneNumberListTypeImpl.getTelephoneNumberArray()
Gets array of all "TelephoneNumber" elements
|
TelephoneNumberType |
OrganizationTypeImpl.getTelephoneNumberArray(int i)
Gets ith "TelephoneNumber" element
|
TelephoneNumberType |
PersonTypeImpl.getTelephoneNumberArray(int i)
Gets ith "TelephoneNumber" element
|
TelephoneNumberType |
TelephoneNumberListTypeImpl.getTelephoneNumberArray(int i)
Gets ith "TelephoneNumber" element
|
TelephoneNumberType |
OrganizationTypeImpl.insertNewTelephoneNumber(int i)
Inserts and returns a new empty value (as xml) as the ith "TelephoneNumber" element
|
TelephoneNumberType |
PersonTypeImpl.insertNewTelephoneNumber(int i)
Inserts and returns a new empty value (as xml) as the ith "TelephoneNumber" element
|
TelephoneNumberType |
TelephoneNumberListTypeImpl.insertNewTelephoneNumber(int i)
Inserts and returns a new empty value (as xml) as the ith "TelephoneNumber" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
TelephoneNumberDocumentImpl.setTelephoneNumber(TelephoneNumberType telephoneNumber)
Sets the "TelephoneNumber" element
|
void |
OrganizationTypeImpl.setTelephoneNumberArray(int i,
TelephoneNumberType telephoneNumber)
Sets ith "TelephoneNumber" element
|
void |
PersonTypeImpl.setTelephoneNumberArray(int i,
TelephoneNumberType telephoneNumber)
Sets ith "TelephoneNumber" element
|
void |
TelephoneNumberListTypeImpl.setTelephoneNumberArray(int i,
TelephoneNumberType telephoneNumber)
Sets ith "TelephoneNumber" element
|
void |
OrganizationTypeImpl.setTelephoneNumberArray(TelephoneNumberType[] telephoneNumberArray)
Sets array of all "TelephoneNumber" element
|
void |
PersonTypeImpl.setTelephoneNumberArray(TelephoneNumberType[] telephoneNumberArray)
Sets array of all "TelephoneNumber" element
|
void |
TelephoneNumberListTypeImpl.setTelephoneNumberArray(TelephoneNumberType[] telephoneNumberArray)
Sets array of all "TelephoneNumber" element
|
Copyright © 2015–2018 52north.org. All rights reserved.