public class LogInToCCTServerRequest
extends java.lang.Object
Java class for LogInToCCTServerRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LogInToCCTServerRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="authenticationLevel" type="{http://www.nortel.com/soa/oi/cct/types}authenticationLevel"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
LogInToCCTServerRequest() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationLevel |
getAuthenticationLevel()
Gets the value of the authenticationLevel property.
|
void |
setAuthenticationLevel(AuthenticationLevel value)
Sets the value of the authenticationLevel property.
|
public AuthenticationLevel getAuthenticationLevel()
AuthenticationLevelpublic void setAuthenticationLevel(AuthenticationLevel value)
value - allowed object is
AuthenticationLevelCopyright © 2010 All Rights Reserved.