com.ibm.websphere.sibx.smobo
Interface FaultType
- public interface FaultType
The following features are supported:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getCode()
Returns the value of the 'Code' containment reference.
|
|
getNode()
Returns the value of the 'Node' attribute.
|
|
getReason()
Returns the value of the 'Reason' containment reference.
|
|
getRole()
Returns the value of the 'Role' attribute.
|
|
setCode(com.ibm.wsspi.sca.message.FaultCodeElement value)
Sets the value of the '
Code ' containment reference.
|
|
setNode(java.lang.String value)
Sets the value of the '
Node ' attribute.
|
|
setReason(com.ibm.wsspi.sca.message.FaultReasonElement value)
Sets the value of the '
Reason ' containment reference.
|
|
setRole(java.lang.String value)
Sets the value of the '
Role ' attribute.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
getCode
- com.ibm.wsspi.sca.message.FaultCodeElement getCode( )
Returns the value of the 'Code' containment reference.
Returns:
the value of the 'Code' containment reference.
See Also:
#setCode(FaultcodeType)
setCode
- void setCode(com.ibm.wsspi.sca.message.FaultCodeElement value)
Sets the value of the '
Code
' containment reference.
getReason
- com.ibm.wsspi.sca.message.FaultReasonElement getReason( )
Returns the value of the 'Reason' containment reference.
Returns:
the value of the 'Reason' containment reference.
See Also:
#setReason(FaultreasonType)
setReason
- void setReason(com.ibm.wsspi.sca.message.FaultReasonElement value)
Sets the value of the '
Reason
' containment reference.
getNode
- java.lang.String getNode()
Returns the value of the 'Node' attribute.
setNode
- void setNode(java.lang.String value)
Sets the value of the '
Node
' attribute.
getRole
- java.lang.String getRole()
Returns the value of the 'Role' attribute.
setRole
- void setRole(java.lang.String value)
Sets the value of the '
Role
' attribute.