com.ibm.websphere.sibx.smobo

Interface SOAPFaultInfoType


  1. public interface SOAPFaultInfoType
A representation of the model object 'SOAP Fault Info Type'.

This is used to represent SOAP Fault information. Please refer to the SOAP specification version 1.1 or detailed usage information.

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. FaultType
getExtendedFaultInfo()
Returns the value of the 'Extended Fault Info' containment reference.
  1. java.lang.String
getFaultactor()
Returns the value of the 'Faultactor' attribute.
  1. java.lang.Object
getFaultcode()
Returns the value of the 'Faultcode' attribute.
  1. java.lang.String
getFaultstring()
Returns the value of the 'Faultstring' attribute.
  1. void
setExtendedFaultInfo(FaultType value)
Sets the value of the ' Extended Fault Info' containment reference.
  1. void
setFaultactor(java.lang.String value)
Sets the value of the ' Faultactor' attribute.
  1. void
setFaultcode(java.lang.Object value)
Sets the value of the ' Faultcode' attribute.
  1. void
setFaultstring(java.lang.String value)
Sets the value of the ' Faultstring' attribute.

Field Detail

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

$sccsid

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

Method Detail

getFaultcode

  1. java.lang.Object getFaultcode()
Returns the value of the 'Faultcode' attribute.
Returns:
the value of the 'Faultcode' attribute.
See Also:

setFaultcode

  1. void setFaultcode(java.lang.Object value)
Sets the value of the ' Faultcode' attribute.
Parameters:
value - the new value of the 'Faultcode' attribute.
See Also:

getFaultstring

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

setFaultstring

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

getFaultactor

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

setFaultactor

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

getExtendedFaultInfo

  1. FaultType getExtendedFaultInfo( )
Returns the value of the 'Extended Fault Info' containment reference.
Returns:
the value of the 'Extended Fault Info' containment reference.
See Also:

setExtendedFaultInfo

  1. void setExtendedFaultInfo(FaultType value)
Sets the value of the ' Extended Fault Info' containment reference.
Parameters:
value - the new value of the 'Extended Fault Info' containment reference.
See Also: