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:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
FaultType |
getExtendedFaultInfo()
Returns the value of the 'Extended Fault Info' 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 |
setExtendedFaultInfo(FaultType value)
Sets the value of the '
Extended Fault Info ' 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. |
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
java.lang.Object getFaultcode()
setFaultcode(Object)
void setFaultcode(java.lang.Object value)
Faultcode
' attribute.value
- the new value of the 'Faultcode' attribute.getFaultcode()
java.lang.String getFaultstring()
setFaultstring(String)
void setFaultstring(java.lang.String value)
Faultstring
' attribute.value
- the new value of the 'Faultstring' attribute.getFaultstring()
java.lang.String getFaultactor()
setFaultactor(String)
void setFaultactor(java.lang.String value)
Faultactor
' attribute.value
- the new value of the 'Faultactor' attribute.getFaultactor()
FaultType getExtendedFaultInfo()
setExtendedFaultInfo(FaultType)
void setExtendedFaultInfo(FaultType value)
Extended Fault Info
' containment reference.value
- the new value of the 'Extended Fault Info' containment reference.getExtendedFaultInfo()