com.ibm.websphere.sibx.smobo
Interface FaultType


public interface FaultType

A representation of the model object 'Fault Type'.

The following features are supported:

See Also:
ServiceMessageObjectPackage.getFaultType()

Method Summary
 DetailType getDetail()
          Returns the value of the 'Detail' containment reference.
 java.lang.String getFaultactor()
          Returns the value of the 'Faultactor' attribute.
 java.lang.Object getFaultcode()
          Returns the value of the 'Faultcode' attribute.
 java.lang.String getFaultstring()
          Returns the value of the 'Faultstring' attribute.
 void setDetail(DetailType value)
          Sets the value of the 'Detail' containment reference.
 void setFaultactor(java.lang.String value)
          Sets the value of the 'Faultactor' attribute.
 void setFaultcode(java.lang.Object value)
          Sets the value of the 'Faultcode' attribute.
 void setFaultstring(java.lang.String value)
          Sets the value of the 'Faultstring' attribute.
 

Method Detail

getFaultcode

public java.lang.Object getFaultcode()
Returns the value of the 'Faultcode' attribute.

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

Returns:
the value of the 'Faultcode' attribute.
See Also:
setFaultcode(Object), ServiceMessageObjectPackage.getFaultType_Faultcode()

setFaultcode

public void setFaultcode(java.lang.Object value)
Sets the value of the 'Faultcode' attribute.

Parameters:
value - the new value of the 'Faultcode' attribute.
See Also:
getFaultcode()

getFaultstring

public java.lang.String getFaultstring()
Returns the value of the 'Faultstring' attribute.

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

Returns:
the value of the 'Faultstring' attribute.
See Also:
setFaultstring(String), ServiceMessageObjectPackage.getFaultType_Faultstring()

setFaultstring

public void setFaultstring(java.lang.String value)
Sets the value of the 'Faultstring' attribute.

Parameters:
value - the new value of the 'Faultstring' attribute.
See Also:
getFaultstring()

getFaultactor

public java.lang.String getFaultactor()
Returns the value of the 'Faultactor' attribute.

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

Returns:
the value of the 'Faultactor' attribute.
See Also:
setFaultactor(String), ServiceMessageObjectPackage.getFaultType_Faultactor()

setFaultactor

public void setFaultactor(java.lang.String value)
Sets the value of the 'Faultactor' attribute.

Parameters:
value - the new value of the 'Faultactor' attribute.
See Also:
getFaultactor()

getDetail

public DetailType getDetail()
Returns the value of the 'Detail' containment reference.

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

Returns:
the value of the 'Detail' containment reference.
See Also:
setDetail(DetailType), ServiceMessageObjectPackage.getFaultType_Detail()

setDetail

public void setDetail(DetailType value)
Sets the value of the 'Detail' containment reference.

Parameters:
value - the new value of the 'Detail' containment reference.
See Also:
getDetail()