Package | Description |
---|---|
org.xmlsoap.schemas.wsdl.soap | |
org.xmlsoap.schemas.wsdl.soap.impl |
Modifier and Type | Method and Description |
---|---|
TAddress |
AddressDocument.addNewAddress()
Appends and returns a new empty "address" element
|
TAddress |
AddressDocument.getAddress()
Gets the "address" element
|
static TAddress |
TAddress.Factory.newInstance() |
static TAddress |
TAddress.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TAddress |
TAddress.Factory.parse(File file) |
static TAddress |
TAddress.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TAddress |
TAddress.Factory.parse(InputStream is) |
static TAddress |
TAddress.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TAddress |
TAddress.Factory.parse(Node node) |
static TAddress |
TAddress.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TAddress |
TAddress.Factory.parse(Reader r) |
static TAddress |
TAddress.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TAddress |
TAddress.Factory.parse(String xmlAsString) |
static TAddress |
TAddress.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TAddress |
TAddress.Factory.parse(URL u) |
static TAddress |
TAddress.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TAddress |
TAddress.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TAddress |
TAddress.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TAddress |
TAddress.Factory.parse(XMLStreamReader sr) |
static TAddress |
TAddress.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
AddressDocument.setAddress(TAddress address)
Sets the "address" element
|
Modifier and Type | Class and Description |
---|---|
class |
TAddressImpl
An XML tAddress(@http://schemas.xmlsoap.org/wsdl/soap/).
|
Modifier and Type | Method and Description |
---|---|
TAddress |
AddressDocumentImpl.addNewAddress()
Appends and returns a new empty "address" element
|
TAddress |
AddressDocumentImpl.getAddress()
Gets the "address" element
|
Modifier and Type | Method and Description |
---|---|
void |
AddressDocumentImpl.setAddress(TAddress address)
Sets the "address" element
|
Copyright © 2019. All Rights Reserved.