public class Fault
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected Detail |
detail |
protected java.lang.String |
faultactor |
protected javax.xml.namespace.QName |
faultcode |
protected java.lang.String |
faultstring |
| Constructor and Description |
|---|
Fault() |
| Modifier and Type | Method and Description |
|---|---|
Detail |
getDetail()
Gets the value of the detail property.
|
java.lang.String |
getFaultactor()
Gets the value of the faultactor property.
|
javax.xml.namespace.QName |
getFaultcode()
Gets the value of the faultcode property.
|
java.lang.String |
getFaultstring()
Gets the value of the faultstring property.
|
void |
setDetail(Detail value)
Sets the value of the detail property.
|
void |
setFaultactor(java.lang.String value)
Sets the value of the faultactor property.
|
void |
setFaultcode(javax.xml.namespace.QName value)
Sets the value of the faultcode property.
|
void |
setFaultstring(java.lang.String value)
Sets the value of the faultstring property.
|
Fault |
withDetail(Detail value) |
Fault |
withFaultactor(java.lang.String value) |
Fault |
withFaultcode(javax.xml.namespace.QName value) |
Fault |
withFaultstring(java.lang.String value) |
protected javax.xml.namespace.QName faultcode
protected java.lang.String faultstring
protected java.lang.String faultactor
protected Detail detail
public javax.xml.namespace.QName getFaultcode()
QNamepublic void setFaultcode(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic java.lang.String getFaultstring()
Stringpublic void setFaultstring(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFaultactor()
Stringpublic void setFaultactor(java.lang.String value)
value - allowed object is
Stringpublic Detail getDetail()
Detailpublic void setDetail(Detail value)
value - allowed object is
Detailpublic Fault withFaultcode(javax.xml.namespace.QName value)
public Fault withFaultstring(java.lang.String value)
public Fault withFaultactor(java.lang.String value)
Copyright © 2007-2014 Red Hat, Inc.. All Rights Reserved.