@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public class FaultDetail extends Object
Java class for FaultDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FaultDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="faultInfo" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
faultInfo |
protected String |
message |
| Constructor and Description |
|---|
FaultDetail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFaultInfo()
Gets the value of the faultInfo property.
|
String |
getMessage()
Gets the value of the message property.
|
void |
setFaultInfo(String value)
Sets the value of the faultInfo property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") protected String faultInfo
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") protected String message
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public String getFaultInfo()
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public void setFaultInfo(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public String getMessage()
StringApache CXF