org.ow2.orchestra.ws_ht.api.xsd
Class IllegalState

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.api.xsd.IllegalState

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>
 


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

status

protected TStatus status

message

protected String message
Constructor Detail

IllegalState

public IllegalState()
Method Detail

getStatus

public TStatus getStatus()
Gets the value of the status property.

Returns:
possible object is TStatus

setStatus

public void setStatus(TStatus value)
Sets the value of the status property.

Parameters:
value - allowed object is TStatus

getMessage

public String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

public void setMessage(String value)
Sets the value of the message property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.