Package | Description |
---|---|
org.xmlsoap.schemas.wsdl.mime | |
org.xmlsoap.schemas.wsdl.mime.impl |
Modifier and Type | Method and Description |
---|---|
TPart |
MultipartRelatedType.addNewPart()
Appends and returns a new empty value (as xml) as the last "part" element
|
TPart[] |
MultipartRelatedType.getPartArray()
Deprecated.
|
TPart |
MultipartRelatedType.getPartArray(int i)
Gets ith "part" element
|
TPart |
MultipartRelatedType.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> |
MultipartRelatedType.getPartList()
Gets a List of "part" elements
|
Modifier and Type | Method and Description |
---|---|
void |
MultipartRelatedType.setPartArray(int i,
TPart part)
Sets ith "part" element
|
void |
MultipartRelatedType.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/mime/).
|
Modifier and Type | Method and Description |
---|---|
TPart |
MultipartRelatedTypeImpl.addNewPart()
Appends and returns a new empty value (as xml) as the last "part" element
|
TPart[] |
MultipartRelatedTypeImpl.getPartArray()
Deprecated.
|
TPart |
MultipartRelatedTypeImpl.getPartArray(int i)
Gets ith "part" element
|
TPart |
MultipartRelatedTypeImpl.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> |
MultipartRelatedTypeImpl.getPartList()
Gets a List of "part" elements
|
Modifier and Type | Method and Description |
---|---|
void |
MultipartRelatedTypeImpl.setPartArray(int i,
TPart part)
Sets ith "part" element
|
void |
MultipartRelatedTypeImpl.setPartArray(TPart[] partArray)
Sets array of all "part" element
|
Copyright © 2019. All Rights Reserved.