Package org.w3.x2003.x05.soapEnvelope
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://www.w3.org/2003/05/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 FaultcodeaddNewCode()Appends and returns a new empty "Code" elementDetailaddNewDetail()Appends and returns a new empty "Detail" elementFaultreasonaddNewReason()Appends and returns a new empty "Reason" elementFaultcodegetCode()Gets the "Code" elementDetailgetDetail()Gets the "Detail" elementStringgetNode()Gets the "Node" elementFaultreasongetReason()Gets the "Reason" elementStringgetRole()Gets the "Role" elementbooleanisSetDetail()True if has "Detail" elementbooleanisSetNode()True if has "Node" elementbooleanisSetRole()True if has "Role" elementvoidsetCode(Faultcode code)Sets the "Code" elementvoidsetDetail(Detail detail)Sets the "Detail" elementvoidsetNode(String node)Sets the "Node" elementvoidsetReason(Faultreason reason)Sets the "Reason" elementvoidsetRole(String role)Sets the "Role" elementvoidunsetDetail()Unsets the "Detail" elementvoidunsetNode()Unsets the "Node" elementvoidunsetRole()Unsets the "Role" elementorg.apache.xmlbeans.XmlAnyURIxgetNode()Gets (as xml) the "Node" elementorg.apache.xmlbeans.XmlAnyURIxgetRole()Gets (as xml) the "Role" elementvoidxsetNode(org.apache.xmlbeans.XmlAnyURI node)Sets (as xml) the "Node" elementvoidxsetRole(org.apache.xmlbeans.XmlAnyURI role)Sets (as xml) the "Role" 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
-
getCode
Faultcode getCode()
Gets the "Code" element
-
setCode
void setCode(Faultcode code)
Sets the "Code" element
-
addNewCode
Faultcode addNewCode()
Appends and returns a new empty "Code" element
-
getReason
Faultreason getReason()
Gets the "Reason" element
-
setReason
void setReason(Faultreason reason)
Sets the "Reason" element
-
addNewReason
Faultreason addNewReason()
Appends and returns a new empty "Reason" element
-
getNode
String getNode()
Gets the "Node" element
-
xgetNode
org.apache.xmlbeans.XmlAnyURI xgetNode()
Gets (as xml) the "Node" element
-
isSetNode
boolean isSetNode()
True if has "Node" element
-
setNode
void setNode(String node)
Sets the "Node" element
-
xsetNode
void xsetNode(org.apache.xmlbeans.XmlAnyURI node)
Sets (as xml) the "Node" element
-
unsetNode
void unsetNode()
Unsets the "Node" element
-
getRole
String getRole()
Gets the "Role" element
-
xgetRole
org.apache.xmlbeans.XmlAnyURI xgetRole()
Gets (as xml) the "Role" element
-
isSetRole
boolean isSetRole()
True if has "Role" element
-
setRole
void setRole(String role)
Sets the "Role" element
-
xsetRole
void xsetRole(org.apache.xmlbeans.XmlAnyURI role)
Sets (as xml) the "Role" element
-
unsetRole
void unsetRole()
Unsets the "Role" 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
-
-