| Package | Description |
|---|---|
| org.w3.ns.wsdl | |
| org.w3.ns.wsdl.impl |
| Modifier and Type | Method and Description |
|---|---|
ImportType |
ImportDocument.addNewImport()
Appends and returns a new empty "import" element
|
ImportType |
DescriptionType.addNewImport()
Appends and returns a new empty value (as xml) as the last "import" element
|
ImportType |
ImportDocument.getImport()
Gets the "import" element
|
ImportType[] |
DescriptionType.getImportArray()
Gets array of all "import" elements
|
ImportType |
DescriptionType.getImportArray(int i)
Gets ith "import" element
|
ImportType |
DescriptionType.insertNewImport(int i)
Inserts and returns a new empty value (as xml) as the ith "import" element
|
static ImportType |
ImportType.Factory.newInstance() |
static ImportType |
ImportType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ImportType |
ImportType.Factory.parse(File file) |
static ImportType |
ImportType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ImportType |
ImportType.Factory.parse(InputStream is) |
static ImportType |
ImportType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ImportType |
ImportType.Factory.parse(Node node) |
static ImportType |
ImportType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ImportType |
ImportType.Factory.parse(Reader r) |
static ImportType |
ImportType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ImportType |
ImportType.Factory.parse(String xmlAsString) |
static ImportType |
ImportType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ImportType |
ImportType.Factory.parse(URL u) |
static ImportType |
ImportType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ImportType |
ImportType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ImportType |
ImportType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ImportType |
ImportType.Factory.parse(XMLStreamReader sr) |
static ImportType |
ImportType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportDocument.setImport(ImportType ximport)
Sets the "import" element
|
void |
DescriptionType.setImportArray(ImportType[] ximportArray)
Sets array of all "import" element
|
void |
DescriptionType.setImportArray(int i,
ImportType ximport)
Sets ith "import" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImportTypeImpl
An XML ImportType(@http://www.w3.org/ns/wsdl).
|
| Modifier and Type | Method and Description |
|---|---|
ImportType |
ImportDocumentImpl.addNewImport()
Appends and returns a new empty "import" element
|
ImportType |
DescriptionTypeImpl.addNewImport()
Appends and returns a new empty value (as xml) as the last "import" element
|
ImportType |
ImportDocumentImpl.getImport()
Gets the "import" element
|
ImportType[] |
DescriptionTypeImpl.getImportArray()
Gets array of all "import" elements
|
ImportType |
DescriptionTypeImpl.getImportArray(int i)
Gets ith "import" element
|
ImportType |
DescriptionTypeImpl.insertNewImport(int i)
Inserts and returns a new empty value (as xml) as the ith "import" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportDocumentImpl.setImport(ImportType ximport)
Sets the "import" element
|
void |
DescriptionTypeImpl.setImportArray(ImportType[] ximportArray)
Sets array of all "import" element
|
void |
DescriptionTypeImpl.setImportArray(int i,
ImportType ximport)
Sets ith "import" element
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.