Package | Description |
---|---|
org.xmlsoap.schemas.wsdl | |
org.xmlsoap.schemas.wsdl.impl |
Modifier and Type | Method and Description |
---|---|
TPart |
TMessage.addNewPart()
Appends and returns a new empty value (as xml) as the last "part" element
|
TPart[] |
TMessage.getPartArray()
Deprecated.
|
TPart |
TMessage.getPartArray(int i)
Gets ith "part" element
|
TPart |
TMessage.insertNewPart(int i)
Inserts and returns a new empty value (as xml) as the ith "part" element
|
static TPart |
TPart.Factory.newInstance() |
static TPart |
TPart.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TPart |
TPart.Factory.parse(File file) |
static TPart |
TPart.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TPart |
TPart.Factory.parse(InputStream is) |
static TPart |
TPart.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TPart |
TPart.Factory.parse(Node node) |
static TPart |
TPart.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TPart |
TPart.Factory.parse(Reader r) |
static TPart |
TPart.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TPart |
TPart.Factory.parse(String xmlAsString) |
static TPart |
TPart.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TPart |
TPart.Factory.parse(URL u) |
static TPart |
TPart.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TPart |
TPart.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TPart |
TPart.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TPart |
TPart.Factory.parse(XMLStreamReader sr) |
static TPart |
TPart.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<TPart> |
TMessage.getPartList()
Gets a List of "part" elements
|
Modifier and Type | Method and Description |
---|---|
void |
TMessage.setPartArray(int i,
TPart part)
Sets ith "part" element
|
void |
TMessage.setPartArray(TPart[] partArray)
Sets array of all "part" element
|
Modifier and Type | Class and Description |
---|---|
class |
TPartImpl
An XML tPart(@http://schemas.xmlsoap.org/wsdl/).
|
Modifier and Type | Method and Description |
---|---|
TPart |
TMessageImpl.addNewPart()
Appends and returns a new empty value (as xml) as the last "part" element
|
TPart[] |
TMessageImpl.getPartArray()
Deprecated.
|
TPart |
TMessageImpl.getPartArray(int i)
Gets ith "part" element
|
TPart |
TMessageImpl.insertNewPart(int i)
Inserts and returns a new empty value (as xml) as the ith "part" element
|
Modifier and Type | Method and Description |
---|---|
List<TPart> |
TMessageImpl.getPartList()
Gets a List of "part" elements
|
Modifier and Type | Method and Description |
---|---|
void |
TMessageImpl.setPartArray(int i,
TPart part)
Sets ith "part" element
|
void |
TMessageImpl.setPartArray(TPart[] partArray)
Sets array of all "part" element
|
Copyright © 2019. All Rights Reserved.