| Package | Description |
|---|---|
| org.w3.ns.wsdl | |
| org.w3.ns.wsdl.impl |
| Modifier and Type | Method and Description |
|---|---|
DocumentationType |
DocumentedType.addNewDocumentation()
Appends and returns a new empty value (as xml) as the last "documentation" element
|
DocumentationType |
DocumentationDocument.addNewDocumentation()
Appends and returns a new empty "documentation" element
|
DocumentationType |
DocumentationDocument.getDocumentation()
Gets the "documentation" element
|
DocumentationType[] |
DocumentedType.getDocumentationArray()
Gets array of all "documentation" elements
|
DocumentationType |
DocumentedType.getDocumentationArray(int i)
Gets ith "documentation" element
|
DocumentationType |
DocumentedType.insertNewDocumentation(int i)
Inserts and returns a new empty value (as xml) as the ith "documentation" element
|
static DocumentationType |
DocumentationType.Factory.newInstance() |
static DocumentationType |
DocumentationType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static DocumentationType |
DocumentationType.Factory.parse(File file) |
static DocumentationType |
DocumentationType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static DocumentationType |
DocumentationType.Factory.parse(InputStream is) |
static DocumentationType |
DocumentationType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static DocumentationType |
DocumentationType.Factory.parse(Node node) |
static DocumentationType |
DocumentationType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static DocumentationType |
DocumentationType.Factory.parse(Reader r) |
static DocumentationType |
DocumentationType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static DocumentationType |
DocumentationType.Factory.parse(String xmlAsString) |
static DocumentationType |
DocumentationType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static DocumentationType |
DocumentationType.Factory.parse(URL u) |
static DocumentationType |
DocumentationType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static DocumentationType |
DocumentationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static DocumentationType |
DocumentationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static DocumentationType |
DocumentationType.Factory.parse(XMLStreamReader sr) |
static DocumentationType |
DocumentationType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentationDocument.setDocumentation(DocumentationType documentation)
Sets the "documentation" element
|
void |
DocumentedType.setDocumentationArray(DocumentationType[] documentationArray)
Sets array of all "documentation" element
|
void |
DocumentedType.setDocumentationArray(int i,
DocumentationType documentation)
Sets ith "documentation" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentationTypeImpl
An XML DocumentationType(@http://www.w3.org/ns/wsdl).
|
| Modifier and Type | Method and Description |
|---|---|
DocumentationType |
DocumentedTypeImpl.addNewDocumentation()
Appends and returns a new empty value (as xml) as the last "documentation" element
|
DocumentationType |
DocumentationDocumentImpl.addNewDocumentation()
Appends and returns a new empty "documentation" element
|
DocumentationType |
DocumentationDocumentImpl.getDocumentation()
Gets the "documentation" element
|
DocumentationType[] |
DocumentedTypeImpl.getDocumentationArray()
Gets array of all "documentation" elements
|
DocumentationType |
DocumentedTypeImpl.getDocumentationArray(int i)
Gets ith "documentation" element
|
DocumentationType |
DocumentedTypeImpl.insertNewDocumentation(int i)
Inserts and returns a new empty value (as xml) as the ith "documentation" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentationDocumentImpl.setDocumentation(DocumentationType documentation)
Sets the "documentation" element
|
void |
DocumentedTypeImpl.setDocumentationArray(DocumentationType[] documentationArray)
Sets array of all "documentation" element
|
void |
DocumentedTypeImpl.setDocumentationArray(int i,
DocumentationType documentation)
Sets ith "documentation" element
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.