|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.orchestra.ws_ht.api.xsd.IllegalState
public class IllegalState
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>
| Field Summary | |
|---|---|
protected String |
message
|
protected TStatus |
status
|
| Constructor Summary | |
|---|---|
IllegalState()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TStatus status
protected String message
| Constructor Detail |
|---|
public IllegalState()
| Method Detail |
|---|
public TStatus getStatus()
TStatuspublic void setStatus(TStatus value)
value - allowed object is
TStatuspublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||