Package | Description |
---|---|
org.xmlsoap.schemas.wsdl.soap | |
org.xmlsoap.schemas.wsdl.soap.impl |
Modifier and Type | Method and Description |
---|---|
static TStyleChoice |
TStyleChoice.Factory.newInstance() |
static TStyleChoice |
TStyleChoice.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TStyleChoice |
TStyleChoice.Factory.newValue(Object obj) |
static TStyleChoice |
TStyleChoice.Factory.parse(File file) |
static TStyleChoice |
TStyleChoice.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TStyleChoice |
TStyleChoice.Factory.parse(InputStream is) |
static TStyleChoice |
TStyleChoice.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TStyleChoice |
TStyleChoice.Factory.parse(Node node) |
static TStyleChoice |
TStyleChoice.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TStyleChoice |
TStyleChoice.Factory.parse(Reader r) |
static TStyleChoice |
TStyleChoice.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TStyleChoice |
TStyleChoice.Factory.parse(String xmlAsString) |
static TStyleChoice |
TStyleChoice.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TStyleChoice |
TStyleChoice.Factory.parse(URL u) |
static TStyleChoice |
TStyleChoice.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TStyleChoice |
TStyleChoice.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TStyleChoice |
TStyleChoice.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TStyleChoice |
TStyleChoice.Factory.parse(XMLStreamReader sr) |
static TStyleChoice |
TStyleChoice.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
TStyleChoice |
TOperation.xgetStyle()
Gets (as xml) the "style" attribute
|
TStyleChoice |
TBinding.xgetStyle()
Gets (as xml) the "style" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
TOperation.xsetStyle(TStyleChoice style)
Sets (as xml) the "style" attribute
|
void |
TBinding.xsetStyle(TStyleChoice style)
Sets (as xml) the "style" attribute
|
Modifier and Type | Class and Description |
---|---|
class |
TStyleChoiceImpl
An XML tStyleChoice(@http://schemas.xmlsoap.org/wsdl/soap/).
|
Modifier and Type | Method and Description |
---|---|
TStyleChoice |
TOperationImpl.xgetStyle()
Gets (as xml) the "style" attribute
|
TStyleChoice |
TBindingImpl.xgetStyle()
Gets (as xml) the "style" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
TOperationImpl.xsetStyle(TStyleChoice style)
Sets (as xml) the "style" attribute
|
void |
TBindingImpl.xsetStyle(TStyleChoice style)
Sets (as xml) the "style" attribute
|
Copyright © 2019. All Rights Reserved.