public interface Fault
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
Fault.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
Faultcode |
addNewCode()
Appends and returns a new empty "Code" element
|
Detail |
addNewDetail()
Appends and returns a new empty "Detail" element
|
Faultreason |
addNewReason()
Appends and returns a new empty "Reason" element
|
Faultcode |
getCode()
Gets the "Code" element
|
Detail |
getDetail()
Gets the "Detail" element
|
String |
getNode()
Gets the "Node" element
|
Faultreason |
getReason()
Gets the "Reason" element
|
String |
getRole()
Gets the "Role" element
|
boolean |
isSetDetail()
True if has "Detail" element
|
boolean |
isSetNode()
True if has "Node" element
|
boolean |
isSetRole()
True if has "Role" element
|
void |
setCode(Faultcode code)
Sets the "Code" element
|
void |
setDetail(Detail detail)
Sets the "Detail" element
|
void |
setNode(String node)
Sets the "Node" element
|
void |
setReason(Faultreason reason)
Sets the "Reason" element
|
void |
setRole(String role)
Sets the "Role" element
|
void |
unsetDetail()
Unsets the "Detail" element
|
void |
unsetNode()
Unsets the "Node" element
|
void |
unsetRole()
Unsets the "Role" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetNode()
Gets (as xml) the "Node" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetRole()
Gets (as xml) the "Role" element
|
void |
xsetNode(org.apache.xmlbeans.XmlAnyURI node)
Sets (as xml) the "Node" element
|
void |
xsetRole(org.apache.xmlbeans.XmlAnyURI role)
Sets (as xml) the "Role" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
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
Faultcode getCode()
void setCode(Faultcode code)
Faultcode addNewCode()
Faultreason getReason()
void setReason(Faultreason reason)
Faultreason addNewReason()
String getNode()
org.apache.xmlbeans.XmlAnyURI xgetNode()
boolean isSetNode()
void setNode(String node)
void xsetNode(org.apache.xmlbeans.XmlAnyURI node)
void unsetNode()
String getRole()
org.apache.xmlbeans.XmlAnyURI xgetRole()
boolean isSetRole()
void setRole(String role)
void xsetRole(org.apache.xmlbeans.XmlAnyURI role)
void unsetRole()
Detail getDetail()
boolean isSetDetail()
void setDetail(Detail detail)
Detail addNewDetail()
void unsetDetail()
Copyright © 2019. All Rights Reserved.