public class IllegalState extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="status" type="{http://www.example.org/WS-HT/api}tStatus"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
message |
protected TStatus |
status |
| Constructor and Description |
|---|
IllegalState() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Gets the value of the message property.
|
TStatus |
getStatus()
Gets the value of the status property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setStatus(TStatus value)
Sets the value of the status property.
|
public TStatus getStatus()
TStatuspublic void setStatus(TStatus value)
value - allowed object is
TStatuspublic String getMessage()
StringCopyright © 2012 OW2 Consortium. All Rights Reserved.