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="reason" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="detail" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
detail |
protected String |
reason |
| Constructor and Description |
|---|
Fault() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDetail()
Gets the value of the detail property.
|
String |
getReason()
Gets the value of the reason property.
|
boolean |
isSetDetail() |
boolean |
isSetReason() |
void |
setDetail(String value)
Sets the value of the detail property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
public String getReason()
Stringpublic void setReason(String value)
value - allowed object is
Stringpublic boolean isSetReason()
public String getDetail()
Stringpublic void setDetail(String value)
value - allowed object is
Stringpublic boolean isSetDetail()
Copyright © 2012. All Rights Reserved.