com.ibm.websphere.sibx.smobo
Interface SOAPFaultInfoType
- public interface SOAPFaultInfoType
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 |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getExtendedFaultInfo()
Returns the value of the 'Extended Fault Info' containment reference.
|
|
|
getFaultactor()
Returns the value of the 'Faultactor' attribute.
|
|
getFaultcode()
Returns the value of the 'Faultcode' attribute.
|
|
getFaultstring()
Returns the value of the 'Faultstring' attribute.
|
|
setExtendedFaultInfo(FaultType value)
Sets the value of the '
Extended Fault Info ' containment reference.
|
|
setFaultactor(java.lang.String value)
Sets the value of the '
Faultactor ' attribute.
|
|
setFaultcode(java.lang.Object value)
Sets the value of the '
Faultcode ' attribute.
|
|
setFaultstring(java.lang.String value)
Sets the value of the '
Faultstring ' attribute.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
getFaultcode
- java.lang.Object getFaultcode()
Returns the value of the 'Faultcode' attribute.
setFaultcode
- void setFaultcode(java.lang.Object value)
Sets the value of the '
Faultcode
' attribute.
getFaultstring
- java.lang.String getFaultstring( )
Returns the value of the 'Faultstring' attribute.
setFaultstring
- void setFaultstring(java.lang.String value)
Sets the value of the '
Faultstring
' attribute.
getFaultactor
- java.lang.String getFaultactor( )
Returns the value of the 'Faultactor' attribute.
setFaultactor
- void setFaultactor(java.lang.String value)
Sets the value of the '
Faultactor
' attribute.
getExtendedFaultInfo
- 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
- 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: