Package | Description |
---|---|
org.xmlsoap.schemas.wsdl.soap | |
org.xmlsoap.schemas.wsdl.soap.impl |
Modifier and Type | Method and Description |
---|---|
static UseChoice |
UseChoice.Factory.newInstance() |
static UseChoice |
UseChoice.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static UseChoice |
UseChoice.Factory.newValue(Object obj) |
static UseChoice |
UseChoice.Factory.parse(File file) |
static UseChoice |
UseChoice.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static UseChoice |
UseChoice.Factory.parse(InputStream is) |
static UseChoice |
UseChoice.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static UseChoice |
UseChoice.Factory.parse(Node node) |
static UseChoice |
UseChoice.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static UseChoice |
UseChoice.Factory.parse(Reader r) |
static UseChoice |
UseChoice.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static UseChoice |
UseChoice.Factory.parse(String xmlAsString) |
static UseChoice |
UseChoice.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static UseChoice |
UseChoice.Factory.parse(URL u) |
static UseChoice |
UseChoice.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static UseChoice |
UseChoice.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static UseChoice |
UseChoice.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static UseChoice |
UseChoice.Factory.parse(XMLStreamReader sr) |
static UseChoice |
UseChoice.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
UseChoice |
THeaderFault.xgetUse()
Gets (as xml) the "use" attribute
|
UseChoice |
THeader.xgetUse()
Gets (as xml) the "use" attribute
|
UseChoice |
TBody.xgetUse()
Gets (as xml) the "use" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
THeaderFault.xsetUse(UseChoice use)
Sets (as xml) the "use" attribute
|
void |
THeader.xsetUse(UseChoice use)
Sets (as xml) the "use" attribute
|
void |
TBody.xsetUse(UseChoice use)
Sets (as xml) the "use" attribute
|
Modifier and Type | Class and Description |
---|---|
class |
UseChoiceImpl
An XML useChoice(@http://schemas.xmlsoap.org/wsdl/soap/).
|
Modifier and Type | Method and Description |
---|---|
UseChoice |
THeaderImpl.xgetUse()
Gets (as xml) the "use" attribute
|
UseChoice |
THeaderFaultImpl.xgetUse()
Gets (as xml) the "use" attribute
|
UseChoice |
TBodyImpl.xgetUse()
Gets (as xml) the "use" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
THeaderImpl.xsetUse(UseChoice use)
Sets (as xml) the "use" attribute
|
void |
THeaderFaultImpl.xsetUse(UseChoice use)
Sets (as xml) the "use" attribute
|
void |
TBodyImpl.xsetUse(UseChoice use)
Sets (as xml) the "use" attribute
|
Copyright © 2019. All Rights Reserved.