public interface ResponseType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
ResponseType.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 |
---|---|
FailureType |
addNewFailure()
Appends and returns a new empty "failure" element
|
FaultType |
addNewFault()
Appends and returns a new empty "fault" element
|
org.apache.xmlbeans.XmlObject |
addNewOut()
Appends and returns a new empty "out" element
|
FailureType |
getFailure()
Gets the "failure" element
|
FaultType |
getFault()
Gets the "fault" element
|
org.apache.xmlbeans.XmlObject |
getOut()
Gets the "out" element
|
boolean |
isSetFailure()
True if has "failure" element
|
boolean |
isSetFault()
True if has "fault" element
|
boolean |
isSetOut()
True if has "out" element
|
void |
setFailure(FailureType failure)
Sets the "failure" element
|
void |
setFault(FaultType fault)
Sets the "fault" element
|
void |
setOut(org.apache.xmlbeans.XmlObject out)
Sets the "out" element
|
void |
unsetFailure()
Unsets the "failure" element
|
void |
unsetFault()
Unsets the "fault" element
|
void |
unsetOut()
Unsets the "out" element
|
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
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
org.apache.xmlbeans.XmlObject getOut()
boolean isSetOut()
void setOut(org.apache.xmlbeans.XmlObject out)
org.apache.xmlbeans.XmlObject addNewOut()
void unsetOut()
FaultType getFault()
boolean isSetFault()
void setFault(FaultType fault)
FaultType addNewFault()
void unsetFault()
FailureType getFailure()
boolean isSetFailure()
void setFailure(FailureType failure)
FailureType addNewFailure()
void unsetFailure()