com.ibm.websphere.sibx.smobo

Interface FaultType


  1. public interface FaultType
A representation of the model object 'Fault Type'.

The following features are supported:


Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. com.ibm.wsspi.sca.message.FaultCodeElement
getCode()
Returns the value of the 'Code' containment reference.
  1. java.lang.String
getNode()
Returns the value of the 'Node' attribute.
  1. com.ibm.wsspi.sca.message.FaultReasonElement
getReason()
Returns the value of the 'Reason' containment reference.
  1. java.lang.String
getRole()
Returns the value of the 'Role' attribute.
  1. void
setCode(com.ibm.wsspi.sca.message.FaultCodeElement value)
Sets the value of the ' Code' containment reference.
  1. void
setNode(java.lang.String value)
Sets the value of the ' Node' attribute.
  1. void
setReason(com.ibm.wsspi.sca.message.FaultReasonElement value)
Sets the value of the ' Reason' containment reference.
  1. void
setRole(java.lang.String value)
Sets the value of the ' Role' attribute.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. static final java.lang.String $sccsid
See Also:

Method Detail

getCode

  1. 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

  1. void setCode(com.ibm.wsspi.sca.message.FaultCodeElement value)
Sets the value of the ' Code' containment reference.
Parameters:
value - the new value of the 'Code' containment reference.
See Also:

getReason

  1. 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

  1. void setReason(com.ibm.wsspi.sca.message.FaultReasonElement value)
Sets the value of the ' Reason' containment reference.
Parameters:
value - the new value of the 'Reason' containment reference.
See Also:

getNode

  1. java.lang.String getNode()
Returns the value of the 'Node' attribute.
Returns:
the value of the 'Node' attribute.
See Also:

setNode

  1. void setNode(java.lang.String value)
Sets the value of the ' Node' attribute.
Parameters:
value - the new value of the 'Node' attribute.
See Also:

getRole

  1. java.lang.String getRole()
Returns the value of the 'Role' attribute.
Returns:
the value of the 'Role' attribute.
See Also:

setRole

  1. void setRole(java.lang.String value)
Sets the value of the ' Role' attribute.
Parameters:
value - the new value of the 'Role' attribute.
See Also: