public class Fault extends 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 String |
faultactor |
protected QName |
faultcode |
protected String |
faultstring |
Constructor and Description |
---|
Fault() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected QName faultcode
protected String faultstring
protected String faultactor
protected Detail detail
public QName getFaultcode()
QName
public void setFaultcode(QName value)
value
- allowed object is
QName
public String getFaultstring()
String
public void setFaultstring(String value)
value
- allowed object is
String
public String getFaultactor()
String
public void setFaultactor(String value)
value
- allowed object is
String
public Detail getDetail()
Detail
Copyright © 2016 JBoss by Red Hat. All rights reserved.