Interface Fault
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
FaultImpl
public interface Fault extends org.apache.xmlbeans.XmlObjectAn XML Fault(@http://schemas.xmlsoap.org/soap/envelope/). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFault.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetailaddNewDetail()Appends and returns a new empty "detail" elementDetailgetDetail()Gets the "detail" elementStringgetFaultactor()Gets the "faultactor" elementQNamegetFaultcode()Gets the "faultcode" elementStringgetFaultstring()Gets the "faultstring" elementbooleanisSetDetail()True if has "detail" elementbooleanisSetFaultactor()True if has "faultactor" elementvoidsetDetail(Detail detail)Sets the "detail" elementvoidsetFaultactor(String faultactor)Sets the "faultactor" elementvoidsetFaultcode(QName faultcode)Sets the "faultcode" elementvoidsetFaultstring(String faultstring)Sets the "faultstring" elementvoidunsetDetail()Unsets the "detail" elementvoidunsetFaultactor()Unsets the "faultactor" elementorg.apache.xmlbeans.XmlAnyURIxgetFaultactor()Gets (as xml) the "faultactor" elementorg.apache.xmlbeans.XmlQNamexgetFaultcode()Gets (as xml) the "faultcode" elementorg.apache.xmlbeans.XmlStringxgetFaultstring()Gets (as xml) the "faultstring" elementvoidxsetFaultactor(org.apache.xmlbeans.XmlAnyURI faultactor)Sets (as xml) the "faultactor" elementvoidxsetFaultcode(org.apache.xmlbeans.XmlQName faultcode)Sets (as xml) the "faultcode" elementvoidxsetFaultstring(org.apache.xmlbeans.XmlString faultstring)Sets (as xml) the "faultstring" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getFaultcode
QName getFaultcode()
Gets the "faultcode" element
-
xgetFaultcode
org.apache.xmlbeans.XmlQName xgetFaultcode()
Gets (as xml) the "faultcode" element
-
setFaultcode
void setFaultcode(QName faultcode)
Sets the "faultcode" element
-
xsetFaultcode
void xsetFaultcode(org.apache.xmlbeans.XmlQName faultcode)
Sets (as xml) the "faultcode" element
-
getFaultstring
String getFaultstring()
Gets the "faultstring" element
-
xgetFaultstring
org.apache.xmlbeans.XmlString xgetFaultstring()
Gets (as xml) the "faultstring" element
-
setFaultstring
void setFaultstring(String faultstring)
Sets the "faultstring" element
-
xsetFaultstring
void xsetFaultstring(org.apache.xmlbeans.XmlString faultstring)
Sets (as xml) the "faultstring" element
-
getFaultactor
String getFaultactor()
Gets the "faultactor" element
-
xgetFaultactor
org.apache.xmlbeans.XmlAnyURI xgetFaultactor()
Gets (as xml) the "faultactor" element
-
isSetFaultactor
boolean isSetFaultactor()
True if has "faultactor" element
-
setFaultactor
void setFaultactor(String faultactor)
Sets the "faultactor" element
-
xsetFaultactor
void xsetFaultactor(org.apache.xmlbeans.XmlAnyURI faultactor)
Sets (as xml) the "faultactor" element
-
unsetFaultactor
void unsetFaultactor()
Unsets the "faultactor" element
-
getDetail
Detail getDetail()
Gets the "detail" element
-
isSetDetail
boolean isSetDetail()
True if has "detail" element
-
setDetail
void setDetail(Detail detail)
Sets the "detail" element
-
addNewDetail
Detail addNewDetail()
Appends and returns a new empty "detail" element
-
unsetDetail
void unsetDetail()
Unsets the "detail" element
-
-