|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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:
ServiceMessageObjectPackage.getSOAPFaultInfoType()
Field Summary | |
---|---|
static java.lang.String |
$sccsid
|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
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 |
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. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String $sccsid
Method Detail |
public java.lang.Object getFaultcode()
setFaultcode(Object)
,
ServiceMessageObjectPackage.getSOAPFaultInfoType_Faultcode()
public void setFaultcode(java.lang.Object value)
Faultcode
' attribute.
value
- the new value of the 'Faultcode' attribute.getFaultcode()
public java.lang.String getFaultstring()
setFaultstring(String)
,
ServiceMessageObjectPackage.getSOAPFaultInfoType_Faultstring()
public void setFaultstring(java.lang.String value)
Faultstring
' attribute.
value
- the new value of the 'Faultstring' attribute.getFaultstring()
public java.lang.String getFaultactor()
setFaultactor(String)
,
ServiceMessageObjectPackage.getSOAPFaultInfoType_Faultactor()
public void setFaultactor(java.lang.String value)
Faultactor
' attribute.
value
- the new value of the 'Faultactor' attribute.getFaultactor()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |