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