|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.asdf.parser.GenericStateUpdate
public class GenericStateUpdate
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 |
|---|
public GenericStateUpdate()
| Method Detail |
|---|
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic Parameters getParameters()
Parameterspublic void setParameters(Parameters value)
value - allowed object is
Parameterspublic Custom getCustom()
Custompublic void setCustom(Custom value)
value - allowed object is
Custompublic boolean isSuccess()
public void setSuccess(boolean value)
public java.lang.Long getErrorCode()
Longpublic void setErrorCode(java.lang.Long value)
value - allowed object is
Long
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||