public interface Fault extends SOAPObject
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
FaultActor |
getActor()
Gets the URI of the fault actor for this fault.
|
FaultCode |
getCode()
Gets the fault code for this fault.
|
Detail |
getDetail()
Gets details of this fault.
|
FaultString |
getMessage()
Gets the fault string for this fault.
|
void |
setActor(FaultActor newActor)
Sets the URI of the fault actor for this fault.
|
void |
setCode(FaultCode newFaultCode)
Sets the fault code for this fault.
|
void |
setDetail(Detail newDetail)
Sets details of this fault.
|
void |
setMessage(FaultString newMessage)
Sets the fault string for this fault.
|
deregisterValidator, getValidators, registerValidator, validateaddNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationstatic final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final QName TYPE_NAME
FaultCode getCode()
void setCode(FaultCode newFaultCode)
newFaultCode - the fault code for this faultFaultString getMessage()
void setMessage(FaultString newMessage)
newMessage - the fault string for this faultFaultActor getActor()
void setActor(FaultActor newActor)
newActor - the URI of the fault actor for this faultDetail getDetail()
void setDetail(Detail newDetail)
newDetail - details of this faultCopyright © 2012. All Rights Reserved.