public class FaultType extends Object
Java class for FaultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FaultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FaultMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
faultMessage |
| Constructor and Description |
|---|
FaultType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFaultMessage()
Gets the value of the faultMessage property.
|
void |
setFaultMessage(String value)
Sets the value of the faultMessage property.
|
protected String faultMessage
Copyright © 2022 NorStella. All rights reserved.