com.asdf.parser
Class AuthenticationRequest

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

public class AuthenticationRequest
extends java.lang.Object

Java class for AuthenticationRequest complex type.

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

 <complexType name="AuthenticationRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Login">
           <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>
         </element>
         <element name="Logout" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class AuthenticationRequest.Login
          Java class for anonymous complex type.
 
Constructor Summary
AuthenticationRequest()
           
 
Method Summary
 AuthenticationRequest.Login getLogin()
          Gets the value of the login property.
 java.lang.Object getLogout()
          Gets the value of the logout property.
 void setLogin(AuthenticationRequest.Login value)
          Sets the value of the login property.
 void setLogout(java.lang.Object value)
          Sets the value of the logout property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationRequest

public AuthenticationRequest()
Method Detail

getLogin

public AuthenticationRequest.Login getLogin()
Gets the value of the login property.

Returns:
possible object is AuthenticationRequest.Login

setLogin

public void setLogin(AuthenticationRequest.Login value)
Sets the value of the login property.

Parameters:
value - allowed object is AuthenticationRequest.Login

getLogout

public java.lang.Object getLogout()
Gets the value of the logout property.

Returns:
possible object is Object

setLogout

public void setLogout(java.lang.Object value)
Sets the value of the logout property.

Parameters:
value - allowed object is Object