com.nortel.soa.oi.cct.types
Class AuthenticationLevel

java.lang.Object
  extended by com.nortel.soa.oi.cct.types.AuthenticationLevel

public class AuthenticationLevel
extends java.lang.Object

Java class for authenticationLevel complex type.

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

 <complexType name="authenticationLevel">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="domain" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AuthenticationLevel()
           
 
Method Summary
 java.lang.String getDomain()
          Gets the value of the domain property.
 java.lang.String getPassword()
          Gets the value of the password property.
 java.lang.String getUsername()
          Gets the value of the username property.
 void setDomain(java.lang.String value)
          Sets the value of the domain property.
 void setPassword(java.lang.String value)
          Sets the value of the password property.
 void setUsername(java.lang.String value)
          Sets the value of the username property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationLevel

public AuthenticationLevel()
Method Detail

getUsername

public java.lang.String getUsername()
Gets the value of the username property.

Returns:
possible object is String

setUsername

public void setUsername(java.lang.String value)
Sets the value of the username property.

Parameters:
value - allowed object is String

getPassword

public java.lang.String getPassword()
Gets the value of the password property.

Returns:
possible object is String

setPassword

public void setPassword(java.lang.String value)
Sets the value of the password property.

Parameters:
value - allowed object is String

getDomain

public java.lang.String getDomain()
Gets the value of the domain property.

Returns:
possible object is String

setDomain

public void setDomain(java.lang.String value)
Sets the value of the domain property.

Parameters:
value - allowed object is String


Copyright © 2010 All Rights Reserved.