public class LookupFaultUnsupportedSiteFault extends LookupFaultServiceFault
Java class for LookupFaultUnsupportedSiteFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LookupFaultUnsupportedSiteFault">
<complexContent>
<extension base="{urn:lookup}LookupFaultServiceFault">
<sequence>
<element name="operatingSite" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="requestedSite" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
operatingSite |
protected String |
requestedSite |
errorMessagefaultCause, faultMessage| Constructor and Description |
|---|
LookupFaultUnsupportedSiteFault() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperatingSite()
Gets the value of the operatingSite property.
|
String |
getRequestedSite()
Gets the value of the requestedSite property.
|
void |
setOperatingSite(String value)
Sets the value of the operatingSite property.
|
void |
setRequestedSite(String value)
Sets the value of the requestedSite property.
|
getErrorMessage, setErrorMessagegetFaultCause, getFaultMessage, setFaultCauseprotected String operatingSite
protected String requestedSite
public String getOperatingSite()
Stringpublic void setOperatingSite(String value)
value - allowed object is
Stringpublic String getRequestedSite()
StringCopyright © 2016. All Rights Reserved.