|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Reasontext | |
|---|---|
| org.w3.x2003.x05.soapEnvelope | |
| org.w3.x2003.x05.soapEnvelope.impl | |
| Uses of Reasontext in org.w3.x2003.x05.soapEnvelope |
|---|
| Methods in org.w3.x2003.x05.soapEnvelope that return Reasontext | |
|---|---|
Reasontext |
Faultreason.addNewText()
Appends and returns a new empty value (as xml) as the last "Text" element |
Reasontext[] |
Faultreason.getTextArray()
Gets array of all "Text" elements |
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(java.io.File file)
|
static Reasontext |
Reasontext.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static Reasontext |
Reasontext.Factory.parse(java.io.InputStream is)
|
static Reasontext |
Reasontext.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static Reasontext |
Reasontext.Factory.parse(org.w3c.dom.Node node)
|
static Reasontext |
Reasontext.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static Reasontext |
Reasontext.Factory.parse(java.io.Reader r)
|
static Reasontext |
Reasontext.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static Reasontext |
Reasontext.Factory.parse(java.lang.String xmlAsString)
|
static Reasontext |
Reasontext.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static Reasontext |
Reasontext.Factory.parse(java.net.URL u)
|
static Reasontext |
Reasontext.Factory.parse(java.net.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(javax.xml.stream.XMLStreamReader sr)
|
static Reasontext |
Reasontext.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
| Methods in org.w3.x2003.x05.soapEnvelope with parameters of type Reasontext | |
|---|---|
void |
Faultreason.setTextArray(int i,
Reasontext text)
Sets ith "Text" element |
void |
Faultreason.setTextArray(Reasontext[] textArray)
Sets array of all "Text" element |
| Uses of Reasontext in org.w3.x2003.x05.soapEnvelope.impl |
|---|
| Classes in org.w3.x2003.x05.soapEnvelope.impl that implement Reasontext | |
|---|---|
class |
ReasontextImpl
An XML reasontext(@http://www.w3.org/2003/05/soap-envelope). |
| Methods in org.w3.x2003.x05.soapEnvelope.impl that return Reasontext | |
|---|---|
Reasontext |
FaultreasonImpl.addNewText()
Appends and returns a new empty value (as xml) as the last "Text" element |
Reasontext[] |
FaultreasonImpl.getTextArray()
Gets array of all "Text" elements |
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 |
| Methods in org.w3.x2003.x05.soapEnvelope.impl with parameters of type Reasontext | |
|---|---|
void |
FaultreasonImpl.setTextArray(int i,
Reasontext text)
Sets ith "Text" element |
void |
FaultreasonImpl.setTextArray(Reasontext[] textArray)
Sets array of all "Text" element |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||