com.asdf.parser
Class AuthenticationRequest.Login

java.lang.Object
  extended by com.asdf.parser.AuthenticationRequest.Login
Enclosing class:
AuthenticationRequest

public static class AuthenticationRequest.Login
extends java.lang.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">
       <attribute name="accountName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="password" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AuthenticationRequest.Login()
           
 
Method Summary
 java.lang.String getAccountName()
          Gets the value of the accountName property.
 java.lang.String getPassword()
          Gets the value of the password property.
 void setAccountName(java.lang.String value)
          Sets the value of the accountName property.
 void setPassword(java.lang.String value)
          Sets the value of the password property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationRequest.Login

public AuthenticationRequest.Login()
Method Detail

getAccountName

public java.lang.String getAccountName()
Gets the value of the accountName property.

Returns:
possible object is String

setAccountName

public void setAccountName(java.lang.String value)
Sets the value of the accountName property.

Parameters:
value - allowed object is String

getPassword

public java.lang.String getPassword()
Gets the value of the password property.

Returns:
possible object is String

setPassword

public void setPassword(java.lang.String value)
Sets the value of the password property.

Parameters:
value - allowed object is String