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