com.asdf.parser
Class AuthenticationResponse

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

public class AuthenticationResponse
extends java.lang.Object

Java class for AuthenticationResponse complex type.

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

 <complexType name="AuthenticationResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Login" type="{}LoginResponse"/>
         <element name="Logout" type="{}GenericResponse"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AuthenticationResponse()
           
 
Method Summary
 LoginResponse getLogin()
          Gets the value of the login property.
 GenericResponse getLogout()
          Gets the value of the logout property.
 void setLogin(LoginResponse value)
          Sets the value of the login property.
 void setLogout(GenericResponse 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

AuthenticationResponse

public AuthenticationResponse()
Method Detail

getLogin

public LoginResponse getLogin()
Gets the value of the login property.

Returns:
possible object is LoginResponse

setLogin

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

Parameters:
value - allowed object is LoginResponse

getLogout

public GenericResponse getLogout()
Gets the value of the logout property.

Returns:
possible object is GenericResponse

setLogout

public void setLogout(GenericResponse value)
Sets the value of the logout property.

Parameters:
value - allowed object is GenericResponse