com.ibm.websphere.sibx.smobo
Interface FailInfoType


public interface FailInfoType

A representation of the model object 'Fail Info Type'.

The following features are supported:

See Also:
ServiceMessageObjectPackage.getFailInfoType()

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getFailureString()
          Returns the value of the 'Failure String' attribute.
 InvocationPathType getInvocationPath()
          Returns the value of the 'Invocation Path' containment reference.
 java.lang.String getLang()
          Returns the value of the 'Lang' attribute.
 java.lang.String getOrigin()
          Returns the value of the 'Origin' attribute.
 FailInfoType getPredecessor()
          Returns the value of the 'Predecessor' containment reference.
 void setFailureString(java.lang.String value)
          Sets the value of the 'Failure String' attribute.
 void setInvocationPath(InvocationPathType value)
          Sets the value of the 'Invocation Path' containment reference.
 void setLang(java.lang.String value)
          Sets the value of the 'Lang' attribute.
 void setOrigin(java.lang.String value)
          Sets the value of the 'Origin' attribute.
 void setPredecessor(FailInfoType value)
          Sets the value of the 'Predecessor' containment reference.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

public static final java.lang.String $sccsid
See Also:
Constant Field Values
Method Detail

getFailureString

public java.lang.String getFailureString()
Returns the value of the 'Failure String' attribute.

If the meaning of the 'Failure String' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Failure String' attribute.
See Also:
setFailureString(String), ServiceMessageObjectPackage.getFailInfoType_FailureString()

setFailureString

public void setFailureString(java.lang.String value)
Sets the value of the 'Failure String' attribute.

Parameters:
value - the new value of the 'Failure String' attribute.
See Also:
getFailureString()

getOrigin

public java.lang.String getOrigin()
Returns the value of the 'Origin' attribute.

If the meaning of the 'Origin' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Origin' attribute.
See Also:
setOrigin(String), ServiceMessageObjectPackage.getFailInfoType_Origin()

setOrigin

public void setOrigin(java.lang.String value)
Sets the value of the 'Origin' attribute.

Parameters:
value - the new value of the 'Origin' attribute.
See Also:
getOrigin()

getInvocationPath

public InvocationPathType getInvocationPath()
Returns the value of the 'Invocation Path' containment reference.

If the meaning of the 'Invocation Path' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Invocation Path' containment reference.
See Also:
setInvocationPath(InvocationPathType), ServiceMessageObjectPackage.getFailInfoType_InvocationPath()

setInvocationPath

public void setInvocationPath(InvocationPathType value)
Sets the value of the 'Invocation Path' containment reference.

Parameters:
value - the new value of the 'Invocation Path' containment reference.
See Also:
getInvocationPath()

getPredecessor

public FailInfoType getPredecessor()
Returns the value of the 'Predecessor' containment reference.

If the meaning of the 'Predecessor' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Predecessor' containment reference.
See Also:
setPredecessor(FailInfoType), ServiceMessageObjectPackage.getFailInfoType_Predecessor()

setPredecessor

public void setPredecessor(FailInfoType value)
Sets the value of the 'Predecessor' containment reference.

Parameters:
value - the new value of the 'Predecessor' containment reference.
See Also:
getPredecessor()

getLang

public java.lang.String getLang()
Returns the value of the 'Lang' attribute.

If the meaning of the 'Lang' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Lang' attribute.
See Also:
setLang(String), ServiceMessageObjectPackage.getFailInfoType_Lang()

setLang

public void setLang(java.lang.String value)
Sets the value of the 'Lang' attribute.

Parameters:
value - the new value of the 'Lang' attribute.
See Also:
getLang()