org.oasisOpen.docs.wsrf.bf2
Interface BaseFaultType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
ContinuingFaultType
All Known Implementing Classes:
BaseFaultTypeImpl, ContinuingFaultTypeImpl

public interface BaseFaultType
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getTimestamp

Calendar getTimestamp()
Gets the "Timestamp" element


xgetTimestamp

org.apache.xmlbeans.XmlDateTime xgetTimestamp()
Gets (as xml) the "Timestamp" element


setTimestamp

void setTimestamp(Calendar timestamp)
Sets the "Timestamp" element


xsetTimestamp

void xsetTimestamp(org.apache.xmlbeans.XmlDateTime timestamp)
Sets (as xml) the "Timestamp" element


getOriginator

EndpointReferenceType getOriginator()
Gets the "Originator" element


isSetOriginator

boolean isSetOriginator()
True if has "Originator" element


setOriginator

void setOriginator(EndpointReferenceType originator)
Sets the "Originator" element


addNewOriginator

EndpointReferenceType addNewOriginator()
Appends and returns a new empty "Originator" element


unsetOriginator

void unsetOriginator()
Unsets the "Originator" element


getErrorCode

BaseFaultType.ErrorCode getErrorCode()
Gets the "ErrorCode" element


isSetErrorCode

boolean isSetErrorCode()
True if has "ErrorCode" element


setErrorCode

void setErrorCode(BaseFaultType.ErrorCode errorCode)
Sets the "ErrorCode" element


addNewErrorCode

BaseFaultType.ErrorCode addNewErrorCode()
Appends and returns a new empty "ErrorCode" element


unsetErrorCode

void unsetErrorCode()
Unsets the "ErrorCode" element


getDescriptionArray

BaseFaultType.Description[] getDescriptionArray()
Gets array of all "Description" elements


getDescriptionArray

BaseFaultType.Description getDescriptionArray(int i)
Gets ith "Description" element


sizeOfDescriptionArray

int sizeOfDescriptionArray()
Returns number of "Description" element


setDescriptionArray

void setDescriptionArray(BaseFaultType.Description[] descriptionArray)
Sets array of all "Description" element


setDescriptionArray

void setDescriptionArray(int i,
                         BaseFaultType.Description description)
Sets ith "Description" element


insertNewDescription

BaseFaultType.Description insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "Description" element


addNewDescription

BaseFaultType.Description addNewDescription()
Appends and returns a new empty value (as xml) as the last "Description" element


removeDescription

void removeDescription(int i)
Removes the ith "Description" element


getFaultCause

BaseFaultType.FaultCause getFaultCause()
Gets the "FaultCause" element


isSetFaultCause

boolean isSetFaultCause()
True if has "FaultCause" element


setFaultCause

void setFaultCause(BaseFaultType.FaultCause faultCause)
Sets the "FaultCause" element


addNewFaultCause

BaseFaultType.FaultCause addNewFaultCause()
Appends and returns a new empty "FaultCause" element


unsetFaultCause

void unsetFaultCause()
Unsets the "FaultCause" element



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.