com.asdf.parser
Class GenericStateUpdate

java.lang.Object
  extended by com.asdf.parser.GenericStateUpdate

public class GenericStateUpdate
extends java.lang.Object

Java class for GenericStateUpdate complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GenericStateUpdate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Parameters" type="{}Parameters" minOccurs="0"/>
         <element name="Custom" type="{}Custom" minOccurs="0"/>
       </sequence>
       <attribute name="success" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="errorCode" type="{http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
GenericStateUpdate()
           
 
Method Summary
 Custom getCustom()
          Gets the value of the custom property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.Long getErrorCode()
          Gets the value of the errorCode property.
 Parameters getParameters()
          Gets the value of the parameters property.
 boolean isSuccess()
          Gets the value of the success property.
 void setCustom(Custom value)
          Sets the value of the custom property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setErrorCode(java.lang.Long value)
          Sets the value of the errorCode property.
 void setParameters(Parameters value)
          Sets the value of the parameters property.
 void setSuccess(boolean value)
          Sets the value of the success property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericStateUpdate

public GenericStateUpdate()
Method Detail

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getParameters

public Parameters getParameters()
Gets the value of the parameters property.

Returns:
possible object is Parameters

setParameters

public void setParameters(Parameters value)
Sets the value of the parameters property.

Parameters:
value - allowed object is Parameters

getCustom

public Custom getCustom()
Gets the value of the custom property.

Returns:
possible object is Custom

setCustom

public void setCustom(Custom value)
Sets the value of the custom property.

Parameters:
value - allowed object is Custom

isSuccess

public boolean isSuccess()
Gets the value of the success property.


setSuccess

public void setSuccess(boolean value)
Sets the value of the success property.


getErrorCode

public java.lang.Long getErrorCode()
Gets the value of the errorCode property.

Returns:
possible object is Long

setErrorCode

public void setErrorCode(java.lang.Long value)
Sets the value of the errorCode property.

Parameters:
value - allowed object is Long