public class ServiceUnavailableException extends Object
Java class for ServiceUnavailableException complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceUnavailableException">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="code" type="{urn:org:miloss:fgsms:services:interfaces:faults}ServiceUnavailableFaultCodes"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ServiceUnavailableFaultCodes |
code |
| Constructor and Description |
|---|
ServiceUnavailableException() |
| Modifier and Type | Method and Description |
|---|---|
ServiceUnavailableFaultCodes |
getCode()
Gets the value of the code property.
|
void |
setCode(ServiceUnavailableFaultCodes value)
Sets the value of the code property.
|
protected ServiceUnavailableFaultCodes code
public ServiceUnavailableFaultCodes getCode()
ServiceUnavailableFaultCodespublic void setCode(ServiceUnavailableFaultCodes value)
value - allowed object is
ServiceUnavailableFaultCodesCopyright © 2008–2017 MIL-OSS. All rights reserved.