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 |
---|---|
Detail |
addNewDetail()
Appends and returns a new empty "detail" element
|
FaultString |
addNewFaultstring()
Appends and returns a new empty "faultstring" element
|
Detail |
getDetail()
Gets the "detail" element
|
String |
getFaultactor()
Gets the "faultactor" element
|
QName |
getFaultcode()
Gets the "faultcode" element
|
FaultString |
getFaultstring()
Gets the "faultstring" element
|
boolean |
isSetDetail()
True if has "detail" element
|
boolean |
isSetFaultactor()
True if has "faultactor" element
|
void |
setDetail(Detail detail)
Sets the "detail" element
|
void |
setFaultactor(String faultactor)
Sets the "faultactor" element
|
void |
setFaultcode(QName faultcode)
Sets the "faultcode" element
|
void |
setFaultstring(FaultString faultstring)
Sets the "faultstring" element
|
void |
unsetDetail()
Unsets the "detail" element
|
void |
unsetFaultactor()
Unsets the "faultactor" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetFaultactor()
Gets (as xml) the "faultactor" element
|
org.apache.xmlbeans.XmlQName |
xgetFaultcode()
Gets (as xml) the "faultcode" element
|
void |
xsetFaultactor(org.apache.xmlbeans.XmlAnyURI faultactor)
Sets (as xml) the "faultactor" element
|
void |
xsetFaultcode(org.apache.xmlbeans.XmlQName faultcode)
Sets (as xml) the "faultcode" 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
QName getFaultcode()
org.apache.xmlbeans.XmlQName xgetFaultcode()
void setFaultcode(QName faultcode)
void xsetFaultcode(org.apache.xmlbeans.XmlQName faultcode)
FaultString getFaultstring()
void setFaultstring(FaultString faultstring)
FaultString addNewFaultstring()
String getFaultactor()
org.apache.xmlbeans.XmlAnyURI xgetFaultactor()
boolean isSetFaultactor()
void setFaultactor(String faultactor)
void xsetFaultactor(org.apache.xmlbeans.XmlAnyURI faultactor)
void unsetFaultactor()
Detail getDetail()
boolean isSetDetail()
void setDetail(Detail detail)
Detail addNewDetail()
void unsetDetail()
Copyright © 2019. All Rights Reserved.