public class LookupFaultServiceFault extends MethodFault
Java class for LookupFaultServiceFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LookupFaultServiceFault">
<complexContent>
<extension base="{urn:lookup}MethodFault">
<sequence>
<element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorMessage |
faultCause, faultMessage| Constructor and Description |
|---|
LookupFaultServiceFault() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage()
Gets the value of the errorMessage property.
|
void |
setErrorMessage(String value)
Sets the value of the errorMessage property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String errorMessage
Copyright © 2016. All Rights Reserved.