|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.asdf.parser.GenericResponse
public class GenericResponse
Java class for GenericResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenericResponse"> <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"/> </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 | |
---|---|
GenericResponse()
|
Method Summary | |
---|---|
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 |
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 GenericResponse()
Method Detail |
---|
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public Parameters getParameters()
Parameters
public void setParameters(Parameters value)
value
- allowed object is
Parameters
public boolean isSuccess()
public void setSuccess(boolean value)
public java.lang.Long getErrorCode()
Long
public 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 |