public interface BaseFaultType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
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).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
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
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextCalendar 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()
Copyright © 2018 52north.org. All rights reserved.