public interface FaultType
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
com.ibm.wsspi.sca.message.FaultCodeElement |
getCode()
Returns the value of the 'Code' containment reference.
|
java.lang.String |
getNode()
Returns the value of the 'Node' attribute.
|
com.ibm.wsspi.sca.message.FaultReasonElement |
getReason()
Returns the value of the 'Reason' containment reference.
|
java.lang.String |
getRole()
Returns the value of the 'Role' attribute.
|
void |
setCode(com.ibm.wsspi.sca.message.FaultCodeElement value)
Sets the value of the '
Code ' containment reference. |
void |
setNode(java.lang.String value)
Sets the value of the '
Node ' attribute. |
void |
setReason(com.ibm.wsspi.sca.message.FaultReasonElement value)
Sets the value of the '
Reason ' containment reference. |
void |
setRole(java.lang.String value)
Sets the value of the '
Role ' attribute. |
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
com.ibm.wsspi.sca.message.FaultCodeElement getCode()
#setCode(FaultcodeType)
void setCode(com.ibm.wsspi.sca.message.FaultCodeElement value)
Code
' containment reference.value
- the new value of the 'Code' containment reference.getCode()
com.ibm.wsspi.sca.message.FaultReasonElement getReason()
#setReason(FaultreasonType)
void setReason(com.ibm.wsspi.sca.message.FaultReasonElement value)
Reason
' containment reference.value
- the new value of the 'Reason' containment reference.getReason()
java.lang.String getNode()
setNode(String)
void setNode(java.lang.String value)
Node
' attribute.value
- the new value of the 'Node' attribute.getNode()
java.lang.String getRole()
setRole(String)