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 java.lang.String |
errorMessage |
faultCause, faultMessage
Constructor and Description |
---|
LookupFaultServiceFault() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorMessage()
Gets the value of the errorMessage property.
|
void |
setErrorMessage(java.lang.String value)
Sets the value of the errorMessage property.
|
getFaultCause, getFaultMessage, setFaultCause
public java.lang.String getErrorMessage()
String
public void setErrorMessage(java.lang.String value)
value
- allowed object is
String