Package | Description |
---|---|
org.w3.x2003.x05.soapEnvelope | |
org.w3.x2003.x05.soapEnvelope.impl |
Modifier and Type | Method and Description |
---|---|
Reasontext |
Faultreason.addNewText()
Appends and returns a new empty value (as xml) as the last "Text" element
|
Reasontext[] |
Faultreason.getTextArray()
Deprecated.
|
Reasontext |
Faultreason.getTextArray(int i)
Gets ith "Text" element
|
Reasontext |
Faultreason.insertNewText(int i)
Inserts and returns a new empty value (as xml) as the ith "Text" element
|
static Reasontext |
Reasontext.Factory.newInstance() |
static Reasontext |
Reasontext.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static Reasontext |
Reasontext.Factory.parse(File file) |
static Reasontext |
Reasontext.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static Reasontext |
Reasontext.Factory.parse(InputStream is) |
static Reasontext |
Reasontext.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static Reasontext |
Reasontext.Factory.parse(Node node) |
static Reasontext |
Reasontext.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static Reasontext |
Reasontext.Factory.parse(Reader r) |
static Reasontext |
Reasontext.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static Reasontext |
Reasontext.Factory.parse(String xmlAsString) |
static Reasontext |
Reasontext.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static Reasontext |
Reasontext.Factory.parse(URL u) |
static Reasontext |
Reasontext.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static Reasontext |
Reasontext.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static Reasontext |
Reasontext.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static Reasontext |
Reasontext.Factory.parse(XMLStreamReader sr) |
static Reasontext |
Reasontext.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<Reasontext> |
Faultreason.getTextList()
Gets a List of "Text" elements
|
Modifier and Type | Method and Description |
---|---|
void |
Faultreason.setTextArray(int i,
Reasontext text)
Sets ith "Text" element
|
void |
Faultreason.setTextArray(Reasontext[] textArray)
Sets array of all "Text" element
|
Modifier and Type | Class and Description |
---|---|
class |
ReasontextImpl
An XML reasontext(@http://www.w3.org/2003/05/soap-envelope).
|
Modifier and Type | Method and Description |
---|---|
Reasontext |
FaultreasonImpl.addNewText()
Appends and returns a new empty value (as xml) as the last "Text" element
|
Reasontext[] |
FaultreasonImpl.getTextArray()
Deprecated.
|
Reasontext |
FaultreasonImpl.getTextArray(int i)
Gets ith "Text" element
|
Reasontext |
FaultreasonImpl.insertNewText(int i)
Inserts and returns a new empty value (as xml) as the ith "Text" element
|
Modifier and Type | Method and Description |
---|---|
List<Reasontext> |
FaultreasonImpl.getTextList()
Gets a List of "Text" elements
|
Modifier and Type | Method and Description |
---|---|
void |
FaultreasonImpl.setTextArray(int i,
Reasontext text)
Sets ith "Text" element
|
void |
FaultreasonImpl.setTextArray(Reasontext[] textArray)
Sets array of all "Text" element
|
Copyright © 2019. All Rights Reserved.