|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.asdf.parser.AuthenticationResponse
public class AuthenticationResponse
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 |
|---|
public AuthenticationResponse()
| Method Detail |
|---|
public LoginResponse getLogin()
LoginResponsepublic void setLogin(LoginResponse value)
value - allowed object is
LoginResponsepublic GenericResponse getLogout()
GenericResponsepublic void setLogout(GenericResponse value)
value - allowed object is
GenericResponse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||