Package | Description |
---|---|
org.xmlsoap.schemas.soap.envelope | |
org.xmlsoap.schemas.soap.envelope.impl |
Modifier and Type | Method and Description |
---|---|
Detail |
Fault.addNewDetail()
Appends and returns a new empty "detail" element
|
Detail |
Fault.getDetail()
Gets the "detail" element
|
static Detail |
Detail.Factory.newInstance() |
static Detail |
Detail.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static Detail |
Detail.Factory.parse(File file) |
static Detail |
Detail.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static Detail |
Detail.Factory.parse(InputStream is) |
static Detail |
Detail.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static Detail |
Detail.Factory.parse(Node node) |
static Detail |
Detail.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static Detail |
Detail.Factory.parse(Reader r) |
static Detail |
Detail.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static Detail |
Detail.Factory.parse(String xmlAsString) |
static Detail |
Detail.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static Detail |
Detail.Factory.parse(URL u) |
static Detail |
Detail.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static Detail |
Detail.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static Detail |
Detail.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static Detail |
Detail.Factory.parse(XMLStreamReader sr) |
static Detail |
Detail.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
Fault.setDetail(Detail detail)
Sets the "detail" element
|
Modifier and Type | Method and Description |
---|---|
Detail |
FaultImpl.addNewDetail()
Appends and returns a new empty "detail" element
|
Detail |
FaultImpl.getDetail()
Gets the "detail" element
|
Modifier and Type | Method and Description |
---|---|
void |
FaultImpl.setDetail(Detail detail)
Sets the "detail" element
|
Copyright © 2019. All Rights Reserved.