|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BaseFaultType
An XML BaseFaultType(@http://docs.oasis-open.org/wsrf/bf-2). This is a complex type.
Nested Class Summary | |
---|---|
static interface |
BaseFaultType.Description
An XML Description(@http://docs.oasis-open.org/wsrf/bf-2). |
static interface |
BaseFaultType.ErrorCode
An XML ErrorCode(@http://docs.oasis-open.org/wsrf/bf-2). |
static class |
BaseFaultType.Factory
A factory class with static methods for creating instances of this type. |
static interface |
BaseFaultType.FaultCause
An XML FaultCause(@http://docs.oasis-open.org/wsrf/bf-2). |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
BaseFaultType.Description |
addNewDescription()
Appends and returns a new empty value (as xml) as the last "Description" element |
BaseFaultType.ErrorCode |
addNewErrorCode()
Appends and returns a new empty "ErrorCode" element |
BaseFaultType.FaultCause |
addNewFaultCause()
Appends and returns a new empty "FaultCause" element |
EndpointReferenceType |
addNewOriginator()
Appends and returns a new empty "Originator" element |
BaseFaultType.Description[] |
getDescriptionArray()
Gets array of all "Description" elements |
BaseFaultType.Description |
getDescriptionArray(int i)
Gets ith "Description" element |
BaseFaultType.ErrorCode |
getErrorCode()
Gets the "ErrorCode" element |
BaseFaultType.FaultCause |
getFaultCause()
Gets the "FaultCause" element |
EndpointReferenceType |
getOriginator()
Gets the "Originator" element |
Calendar |
getTimestamp()
Gets the "Timestamp" element |
BaseFaultType.Description |
insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "Description" element |
boolean |
isSetErrorCode()
True if has "ErrorCode" element |
boolean |
isSetFaultCause()
True if has "FaultCause" element |
boolean |
isSetOriginator()
True if has "Originator" element |
void |
removeDescription(int i)
Removes the ith "Description" element |
void |
setDescriptionArray(BaseFaultType.Description[] descriptionArray)
Sets array of all "Description" element |
void |
setDescriptionArray(int i,
BaseFaultType.Description description)
Sets ith "Description" element |
void |
setErrorCode(BaseFaultType.ErrorCode errorCode)
Sets the "ErrorCode" element |
void |
setFaultCause(BaseFaultType.FaultCause faultCause)
Sets the "FaultCause" element |
void |
setOriginator(EndpointReferenceType originator)
Sets the "Originator" element |
void |
setTimestamp(Calendar timestamp)
Sets the "Timestamp" element |
int |
sizeOfDescriptionArray()
Returns number of "Description" element |
void |
unsetErrorCode()
Unsets the "ErrorCode" element |
void |
unsetFaultCause()
Unsets the "FaultCause" element |
void |
unsetOriginator()
Unsets the "Originator" element |
org.apache.xmlbeans.XmlDateTime |
xgetTimestamp()
Gets (as xml) the "Timestamp" element |
void |
xsetTimestamp(org.apache.xmlbeans.XmlDateTime timestamp)
Sets (as xml) the "Timestamp" element |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
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 |
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 |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
Calendar getTimestamp()
org.apache.xmlbeans.XmlDateTime xgetTimestamp()
void setTimestamp(Calendar timestamp)
void xsetTimestamp(org.apache.xmlbeans.XmlDateTime timestamp)
EndpointReferenceType getOriginator()
boolean isSetOriginator()
void setOriginator(EndpointReferenceType originator)
EndpointReferenceType addNewOriginator()
void unsetOriginator()
BaseFaultType.ErrorCode getErrorCode()
boolean isSetErrorCode()
void setErrorCode(BaseFaultType.ErrorCode errorCode)
BaseFaultType.ErrorCode addNewErrorCode()
void unsetErrorCode()
BaseFaultType.Description[] getDescriptionArray()
BaseFaultType.Description getDescriptionArray(int i)
int sizeOfDescriptionArray()
void setDescriptionArray(BaseFaultType.Description[] descriptionArray)
void setDescriptionArray(int i, BaseFaultType.Description description)
BaseFaultType.Description insertNewDescription(int i)
BaseFaultType.Description addNewDescription()
void removeDescription(int i)
BaseFaultType.FaultCause getFaultCause()
boolean isSetFaultCause()
void setFaultCause(BaseFaultType.FaultCause faultCause)
BaseFaultType.FaultCause addNewFaultCause()
void unsetFaultCause()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |