Uses of Interface
com.ibm.websphere.sibx.smobo.FailInfoType

Uses of FailInfoType in com.ibm.websphere.sibx.smobo
 

Methods in com.ibm.websphere.sibx.smobo that return FailInfoType
 FailInfoType ServiceMessageObjectFactory.createFailInfoType()
          Returns a new object of class 'Fail Info Type'.
 FailInfoType FailInfoType.getPredecessor()
          Returns the value of the 'Predecessor' containment reference.
 FailInfoType ContextType.getFailInfo()
          Returns the value of the 'Fail Info' containment reference.
 

Methods in com.ibm.websphere.sibx.smobo with parameters of type FailInfoType
 void FailInfoType.setPredecessor(FailInfoType value)
          Sets the value of the 'Predecessor' containment reference.
 void ContextType.setFailInfo(FailInfoType value)
          Sets the value of the 'Fail Info' containment reference.