|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlsoap.schemas.soap.envelope.Fault
public class Fault
Fault reporting structure
Java class for Fault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Fault">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="faultcode" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<element name="faultstring" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="faultactor" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="detail" type="{http://schemas.xmlsoap.org/soap/envelope/}detail" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Detail |
detail
|
protected String |
faultactor
|
protected QName |
faultcode
|
protected String |
faultstring
|
| Constructor Summary | |
|---|---|
Fault()
Default no-arg constructor |
|
Fault(QName faultcode,
String faultstring,
String faultactor,
Detail detail)
Fully-initialising value constructor |
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Detail |
getDetail()
Gets the value of the detail property. |
String |
getFaultactor()
Gets the value of the faultactor property. |
QName |
getFaultcode()
Gets the value of the faultcode property. |
String |
getFaultstring()
Gets the value of the faultstring property. |
void |
setDetail(Detail value)
Sets the value of the detail property. |
void |
setFaultactor(String value)
Sets the value of the faultactor property. |
void |
setFaultcode(QName value)
Sets the value of the faultcode property. |
void |
setFaultstring(String value)
Sets the value of the faultstring property. |
String |
toString()
|
Fault |
withDetail(Detail value)
|
Fault |
withFaultactor(String value)
|
Fault |
withFaultcode(QName value)
|
Fault |
withFaultstring(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected QName faultcode
protected String faultstring
protected String faultactor
protected Detail detail
| Constructor Detail |
|---|
public Fault()
public Fault(QName faultcode,
String faultstring,
String faultactor,
Detail detail)
| Method Detail |
|---|
public QName getFaultcode()
QNamepublic void setFaultcode(QName value)
value - allowed object is
QNamepublic String getFaultstring()
Stringpublic void setFaultstring(String value)
value - allowed object is
Stringpublic String getFaultactor()
Stringpublic void setFaultactor(String value)
value - allowed object is
Stringpublic Detail getDetail()
Detailpublic void setDetail(Detail value)
value - allowed object is
Detailpublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic Fault withFaultcode(QName value)
public Fault withFaultstring(String value)
public Fault withFaultactor(String value)
public Fault withDetail(Detail value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||