com.asdf.parser
Class LoginResponse

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

public class LoginResponse
extends java.lang.Object

Java class for LoginResponse complex type.

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

 <complexType name="LoginResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="success" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}short" />
       <attribute name="balance" type="{http://www.w3.org/2001/XMLSchema}double" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
LoginResponse()
           
 
Method Summary
 java.lang.Double getBalance()
          Gets the value of the balance property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getName()
          Gets the value of the name property.
 short getType()
          Gets the value of the type property.
 boolean isSuccess()
          Gets the value of the success property.
 void setBalance(java.lang.Double value)
          Sets the value of the balance property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setSuccess(boolean value)
          Sets the value of the success property.
 void setType(short value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginResponse

public LoginResponse()
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

isSuccess

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


setSuccess

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


getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

public short getType()
Gets the value of the type property.


setType

public void setType(short value)
Sets the value of the type property.


getBalance

public java.lang.Double getBalance()
Gets the value of the balance property.

Returns:
possible object is Double

setBalance

public void setBalance(java.lang.Double value)
Sets the value of the balance property.

Parameters:
value - allowed object is Double