|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.security.soap11.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()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected QName faultcode
protected String faultstring
protected String faultactor
protected Detail detail
| Constructor Detail |
|---|
public Fault()
| 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
Detail
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||