| Package | Description |
|---|---|
| org.w3.ns.wsdl | |
| org.w3.ns.wsdl.impl |
| Modifier and Type | Method and Description |
|---|---|
IncludeType |
IncludeDocument.addNewInclude()
Appends and returns a new empty "include" element
|
IncludeType |
DescriptionType.addNewInclude()
Appends and returns a new empty value (as xml) as the last "include" element
|
IncludeType |
IncludeDocument.getInclude()
Gets the "include" element
|
IncludeType[] |
DescriptionType.getIncludeArray()
Gets array of all "include" elements
|
IncludeType |
DescriptionType.getIncludeArray(int i)
Gets ith "include" element
|
IncludeType |
DescriptionType.insertNewInclude(int i)
Inserts and returns a new empty value (as xml) as the ith "include" element
|
static IncludeType |
IncludeType.Factory.newInstance() |
static IncludeType |
IncludeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static IncludeType |
IncludeType.Factory.parse(File file) |
static IncludeType |
IncludeType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static IncludeType |
IncludeType.Factory.parse(InputStream is) |
static IncludeType |
IncludeType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static IncludeType |
IncludeType.Factory.parse(Node node) |
static IncludeType |
IncludeType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static IncludeType |
IncludeType.Factory.parse(Reader r) |
static IncludeType |
IncludeType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static IncludeType |
IncludeType.Factory.parse(String xmlAsString) |
static IncludeType |
IncludeType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static IncludeType |
IncludeType.Factory.parse(URL u) |
static IncludeType |
IncludeType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static IncludeType |
IncludeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static IncludeType |
IncludeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static IncludeType |
IncludeType.Factory.parse(XMLStreamReader sr) |
static IncludeType |
IncludeType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
IncludeDocument.setInclude(IncludeType include)
Sets the "include" element
|
void |
DescriptionType.setIncludeArray(IncludeType[] includeArray)
Sets array of all "include" element
|
void |
DescriptionType.setIncludeArray(int i,
IncludeType include)
Sets ith "include" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
IncludeTypeImpl
An XML IncludeType(@http://www.w3.org/ns/wsdl).
|
| Modifier and Type | Method and Description |
|---|---|
IncludeType |
IncludeDocumentImpl.addNewInclude()
Appends and returns a new empty "include" element
|
IncludeType |
DescriptionTypeImpl.addNewInclude()
Appends and returns a new empty value (as xml) as the last "include" element
|
IncludeType |
IncludeDocumentImpl.getInclude()
Gets the "include" element
|
IncludeType[] |
DescriptionTypeImpl.getIncludeArray()
Gets array of all "include" elements
|
IncludeType |
DescriptionTypeImpl.getIncludeArray(int i)
Gets ith "include" element
|
IncludeType |
DescriptionTypeImpl.insertNewInclude(int i)
Inserts and returns a new empty value (as xml) as the ith "include" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncludeDocumentImpl.setInclude(IncludeType include)
Sets the "include" element
|
void |
DescriptionTypeImpl.setIncludeArray(IncludeType[] includeArray)
Sets array of all "include" element
|
void |
DescriptionTypeImpl.setIncludeArray(int i,
IncludeType include)
Sets ith "include" element
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.