Package | Description |
---|---|
org.xmlsoap.schemas.wsdl | |
org.xmlsoap.schemas.wsdl.impl |
Modifier and Type | Method and Description |
---|---|
TDocumentation |
TDocumented.addNewDocumentation()
Appends and returns a new empty "documentation" element
|
TDocumentation |
TDocumented.getDocumentation()
Gets the "documentation" element
|
static TDocumentation |
TDocumentation.Factory.newInstance() |
static TDocumentation |
TDocumentation.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TDocumentation |
TDocumentation.Factory.parse(File file) |
static TDocumentation |
TDocumentation.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TDocumentation |
TDocumentation.Factory.parse(InputStream is) |
static TDocumentation |
TDocumentation.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TDocumentation |
TDocumentation.Factory.parse(Node node) |
static TDocumentation |
TDocumentation.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TDocumentation |
TDocumentation.Factory.parse(Reader r) |
static TDocumentation |
TDocumentation.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TDocumentation |
TDocumentation.Factory.parse(String xmlAsString) |
static TDocumentation |
TDocumentation.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TDocumentation |
TDocumentation.Factory.parse(URL u) |
static TDocumentation |
TDocumentation.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TDocumentation |
TDocumentation.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TDocumentation |
TDocumentation.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TDocumentation |
TDocumentation.Factory.parse(XMLStreamReader sr) |
static TDocumentation |
TDocumentation.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
TDocumented.setDocumentation(TDocumentation documentation)
Sets the "documentation" element
|
Modifier and Type | Class and Description |
---|---|
class |
TDocumentationImpl
An XML tDocumentation(@http://schemas.xmlsoap.org/wsdl/).
|
Modifier and Type | Method and Description |
---|---|
TDocumentation |
TDocumentedImpl.addNewDocumentation()
Appends and returns a new empty "documentation" element
|
TDocumentation |
TDocumentedImpl.getDocumentation()
Gets the "documentation" element
|
Modifier and Type | Method and Description |
---|---|
void |
TDocumentedImpl.setDocumentation(TDocumentation documentation)
Sets the "documentation" element
|
Copyright © 2019. All Rights Reserved.