Package | Description |
---|---|
org.xmlsoap.schemas.wsdl | |
org.xmlsoap.schemas.wsdl.impl |
Modifier and Type | Method and Description |
---|---|
TImport |
TDefinitions.addNewImport()
Appends and returns a new empty value (as xml) as the last "import" element
|
TImport[] |
TDefinitions.getImportArray()
Deprecated.
|
TImport |
TDefinitions.getImportArray(int i)
Gets ith "import" element
|
TImport |
TDefinitions.insertNewImport(int i)
Inserts and returns a new empty value (as xml) as the ith "import" element
|
static TImport |
TImport.Factory.newInstance() |
static TImport |
TImport.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TImport |
TImport.Factory.parse(File file) |
static TImport |
TImport.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TImport |
TImport.Factory.parse(InputStream is) |
static TImport |
TImport.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TImport |
TImport.Factory.parse(Node node) |
static TImport |
TImport.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TImport |
TImport.Factory.parse(Reader r) |
static TImport |
TImport.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TImport |
TImport.Factory.parse(String xmlAsString) |
static TImport |
TImport.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TImport |
TImport.Factory.parse(URL u) |
static TImport |
TImport.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TImport |
TImport.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TImport |
TImport.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TImport |
TImport.Factory.parse(XMLStreamReader sr) |
static TImport |
TImport.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<TImport> |
TDefinitions.getImportList()
Gets a List of "import" elements
|
Modifier and Type | Method and Description |
---|---|
void |
TDefinitions.setImportArray(int i,
TImport ximport)
Sets ith "import" element
|
void |
TDefinitions.setImportArray(TImport[] ximportArray)
Sets array of all "import" element
|
Modifier and Type | Class and Description |
---|---|
class |
TImportImpl
An XML tImport(@http://schemas.xmlsoap.org/wsdl/).
|
Modifier and Type | Method and Description |
---|---|
TImport |
TDefinitionsImpl.addNewImport()
Appends and returns a new empty value (as xml) as the last "import" element
|
TImport[] |
TDefinitionsImpl.getImportArray()
Deprecated.
|
TImport |
TDefinitionsImpl.getImportArray(int i)
Gets ith "import" element
|
TImport |
TDefinitionsImpl.insertNewImport(int i)
Inserts and returns a new empty value (as xml) as the ith "import" element
|
Modifier and Type | Method and Description |
---|---|
List<TImport> |
TDefinitionsImpl.getImportList()
Gets a List of "import" elements
|
Modifier and Type | Method and Description |
---|---|
void |
TDefinitionsImpl.setImportArray(int i,
TImport ximport)
Sets ith "import" element
|
void |
TDefinitionsImpl.setImportArray(TImport[] ximportArray)
Sets array of all "import" element
|
Copyright © 2019. All Rights Reserved.