| Package | Description |
|---|---|
| x0.oasisNamesTcEbxmlRegrepXsdRim3 | |
| x0.oasisNamesTcEbxmlRegrepXsdRim3.impl |
| Modifier and Type | Method and Description |
|---|---|
PostalAddressType |
OrganizationType.addNewAddress()
Appends and returns a new empty value (as xml) as the last "Address" element
|
PostalAddressType |
PersonType.addNewAddress()
Appends and returns a new empty value (as xml) as the last "Address" element
|
PostalAddressType |
AddressDocument.addNewAddress()
Appends and returns a new empty "Address" element
|
PostalAddressType |
PostalAddressDocument.addNewPostalAddress()
Appends and returns a new empty "PostalAddress" element
|
PostalAddressType |
AddressDocument.getAddress()
Gets the "Address" element
|
PostalAddressType[] |
OrganizationType.getAddressArray()
Gets array of all "Address" elements
|
PostalAddressType[] |
PersonType.getAddressArray()
Gets array of all "Address" elements
|
PostalAddressType |
OrganizationType.getAddressArray(int i)
Gets ith "Address" element
|
PostalAddressType |
PersonType.getAddressArray(int i)
Gets ith "Address" element
|
PostalAddressType |
PostalAddressDocument.getPostalAddress()
Gets the "PostalAddress" element
|
PostalAddressType |
OrganizationType.insertNewAddress(int i)
Inserts and returns a new empty value (as xml) as the ith "Address" element
|
PostalAddressType |
PersonType.insertNewAddress(int i)
Inserts and returns a new empty value (as xml) as the ith "Address" element
|
static PostalAddressType |
PostalAddressType.Factory.newInstance() |
static PostalAddressType |
PostalAddressType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static PostalAddressType |
PostalAddressType.Factory.parse(java.io.File file) |
static PostalAddressType |
PostalAddressType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static PostalAddressType |
PostalAddressType.Factory.parse(java.io.InputStream is) |
static PostalAddressType |
PostalAddressType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static PostalAddressType |
PostalAddressType.Factory.parse(org.w3c.dom.Node node) |
static PostalAddressType |
PostalAddressType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static PostalAddressType |
PostalAddressType.Factory.parse(java.io.Reader r) |
static PostalAddressType |
PostalAddressType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static PostalAddressType |
PostalAddressType.Factory.parse(java.lang.String xmlAsString) |
static PostalAddressType |
PostalAddressType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static PostalAddressType |
PostalAddressType.Factory.parse(java.net.URL u) |
static PostalAddressType |
PostalAddressType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static PostalAddressType |
PostalAddressType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static PostalAddressType |
PostalAddressType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static PostalAddressType |
PostalAddressType.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static PostalAddressType |
PostalAddressType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressDocument.setAddress(PostalAddressType address)
Sets the "Address" element
|
void |
OrganizationType.setAddressArray(int i,
PostalAddressType address)
Sets ith "Address" element
|
void |
PersonType.setAddressArray(int i,
PostalAddressType address)
Sets ith "Address" element
|
void |
OrganizationType.setAddressArray(PostalAddressType[] addressArray)
Sets array of all "Address" element
|
void |
PersonType.setAddressArray(PostalAddressType[] addressArray)
Sets array of all "Address" element
|
void |
PostalAddressDocument.setPostalAddress(PostalAddressType postalAddress)
Sets the "PostalAddress" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostalAddressTypeImpl
An XML PostalAddressType(@urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0).
|
| Modifier and Type | Method and Description |
|---|---|
PostalAddressType |
OrganizationTypeImpl.addNewAddress()
Appends and returns a new empty value (as xml) as the last "Address" element
|
PostalAddressType |
PersonTypeImpl.addNewAddress()
Appends and returns a new empty value (as xml) as the last "Address" element
|
PostalAddressType |
AddressDocumentImpl.addNewAddress()
Appends and returns a new empty "Address" element
|
PostalAddressType |
PostalAddressDocumentImpl.addNewPostalAddress()
Appends and returns a new empty "PostalAddress" element
|
PostalAddressType |
AddressDocumentImpl.getAddress()
Gets the "Address" element
|
PostalAddressType[] |
OrganizationTypeImpl.getAddressArray()
Gets array of all "Address" elements
|
PostalAddressType[] |
PersonTypeImpl.getAddressArray()
Gets array of all "Address" elements
|
PostalAddressType |
OrganizationTypeImpl.getAddressArray(int i)
Gets ith "Address" element
|
PostalAddressType |
PersonTypeImpl.getAddressArray(int i)
Gets ith "Address" element
|
PostalAddressType |
PostalAddressDocumentImpl.getPostalAddress()
Gets the "PostalAddress" element
|
PostalAddressType |
OrganizationTypeImpl.insertNewAddress(int i)
Inserts and returns a new empty value (as xml) as the ith "Address" element
|
PostalAddressType |
PersonTypeImpl.insertNewAddress(int i)
Inserts and returns a new empty value (as xml) as the ith "Address" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddressDocumentImpl.setAddress(PostalAddressType address)
Sets the "Address" element
|
void |
OrganizationTypeImpl.setAddressArray(int i,
PostalAddressType address)
Sets ith "Address" element
|
void |
PersonTypeImpl.setAddressArray(int i,
PostalAddressType address)
Sets ith "Address" element
|
void |
OrganizationTypeImpl.setAddressArray(PostalAddressType[] addressArray)
Sets array of all "Address" element
|
void |
PersonTypeImpl.setAddressArray(PostalAddressType[] addressArray)
Sets array of all "Address" element
|
void |
PostalAddressDocumentImpl.setPostalAddress(PostalAddressType postalAddress)
Sets the "PostalAddress" element
|
Copyright © 2015–2018 52north.org. All rights reserved.