Package org.oasisOpen.docs.wsrf.bf2
Interface BaseFaultType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
AddRefusedFaultType,ContentCreationFailedFaultType,DeleteResourcePropertiesRequestFailedFaultType,InsertResourcePropertiesRequestFailedFaultType,InvalidModificationFaultType,InvalidQueryExpressionFaultType,InvalidResourcePropertyQNameFaultType,QueryEvaluationErrorFaultType,ResourceNotDestroyedFaultType,ResourceUnavailableFaultType,ResourceUnknownFaultType,SetResourcePropertyRequestFailedFaultType,TerminationTimeChangeRejectedFaultType,UnableToModifyResourcePropertyFaultType,UnableToPutResourcePropertyDocumentFaultType,UnableToSetTerminationTimeFaultType,UnknownQueryExpressionDialectFaultType,UnsupportedMemberInterfaceFaultType,UpdateResourcePropertiesRequestFailedFaultType
- All Known Implementing Classes:
AddRefusedFaultTypeImpl,BaseFaultTypeImpl,ContentCreationFailedFaultTypeImpl,DeleteResourcePropertiesRequestFailedFaultTypeImpl,InsertResourcePropertiesRequestFailedFaultTypeImpl,InvalidModificationFaultTypeImpl,InvalidQueryExpressionFaultTypeImpl,InvalidResourcePropertyQNameFaultTypeImpl,QueryEvaluationErrorFaultTypeImpl,ResourceNotDestroyedFaultTypeImpl,ResourceUnavailableFaultTypeImpl,ResourceUnknownFaultTypeImpl,SetResourcePropertyRequestFailedFaultTypeImpl,TerminationTimeChangeRejectedFaultTypeImpl,UnableToModifyResourcePropertyFaultTypeImpl,UnableToPutResourcePropertyDocumentFaultTypeImpl,UnableToSetTerminationTimeFaultTypeImpl,UnknownQueryExpressionDialectFaultTypeImpl,UnsupportedMemberInterfaceFaultTypeImpl,UpdateResourcePropertiesRequestFailedFaultTypeImpl
public interface BaseFaultType extends org.apache.xmlbeans.XmlObjectAn XML BaseFaultType(@http://docs.oasis-open.org/wsrf/bf-2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceBaseFaultType.DescriptionAn XML Description(@http://docs.oasis-open.org/wsrf/bf-2).static interfaceBaseFaultType.ErrorCodeAn XML ErrorCode(@http://docs.oasis-open.org/wsrf/bf-2).static classBaseFaultType.FactoryA factory class with static methods for creating instances of this type.static interfaceBaseFaultType.FaultCauseAn XML FaultCause(@http://docs.oasis-open.org/wsrf/bf-2).
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BaseFaultType.DescriptionaddNewDescription()Appends and returns a new empty value (as xml) as the last "Description" elementBaseFaultType.ErrorCodeaddNewErrorCode()Appends and returns a new empty "ErrorCode" elementBaseFaultType.FaultCauseaddNewFaultCause()Appends and returns a new empty "FaultCause" elementEndpointReferenceTypeaddNewOriginator()Appends and returns a new empty "Originator" elementBaseFaultType.Description[]getDescriptionArray()Gets array of all "Description" elementsBaseFaultType.DescriptiongetDescriptionArray(int i)Gets ith "Description" elementBaseFaultType.ErrorCodegetErrorCode()Gets the "ErrorCode" elementBaseFaultType.FaultCausegetFaultCause()Gets the "FaultCause" elementEndpointReferenceTypegetOriginator()Gets the "Originator" elementCalendargetTimestamp()Gets the "Timestamp" elementBaseFaultType.DescriptioninsertNewDescription(int i)Inserts and returns a new empty value (as xml) as the ith "Description" elementbooleanisSetErrorCode()True if has "ErrorCode" elementbooleanisSetFaultCause()True if has "FaultCause" elementbooleanisSetOriginator()True if has "Originator" elementvoidremoveDescription(int i)Removes the ith "Description" elementvoidsetDescriptionArray(int i, BaseFaultType.Description description)Sets ith "Description" elementvoidsetDescriptionArray(BaseFaultType.Description[] descriptionArray)Sets array of all "Description" elementvoidsetErrorCode(BaseFaultType.ErrorCode errorCode)Sets the "ErrorCode" elementvoidsetFaultCause(BaseFaultType.FaultCause faultCause)Sets the "FaultCause" elementvoidsetOriginator(EndpointReferenceType originator)Sets the "Originator" elementvoidsetTimestamp(Calendar timestamp)Sets the "Timestamp" elementintsizeOfDescriptionArray()Returns number of "Description" elementvoidunsetErrorCode()Unsets the "ErrorCode" elementvoidunsetFaultCause()Unsets the "FaultCause" elementvoidunsetOriginator()Unsets the "Originator" elementorg.apache.xmlbeans.XmlDateTimexgetTimestamp()Gets (as xml) the "Timestamp" elementvoidxsetTimestamp(org.apache.xmlbeans.XmlDateTime timestamp)Sets (as xml) the "Timestamp" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
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
-
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
-
-
-
-
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
-
-