org.ow2.kerneos.common.config.generated
Class Managers

java.lang.Object
  extended by org.ow2.kerneos.common.config.generated.Managers
All Implemented Interfaces:
Serializable

public class Managers
extends Object
implements Serializable

Java class for managers complex type.

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

 <complexType name="managers">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="login" type="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}manager" minOccurs="0"/>
         <element name="roles" type="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}manager" minOccurs="0"/>
         <element name="profile" type="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}manager" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Manager login
           
protected  Manager profile
           
protected  Manager roles
           
 
Constructor Summary
Managers()
           
 
Method Summary
 Manager getLogin()
          Gets the value of the login property.
 Manager getProfile()
          Gets the value of the profile property.
 Manager getRoles()
          Gets the value of the roles property.
 void setLogin(Manager value)
          Sets the value of the login property.
 void setProfile(Manager value)
          Sets the value of the profile property.
 void setRoles(Manager value)
          Sets the value of the roles property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

login

protected Manager login

roles

protected Manager roles

profile

protected Manager profile
Constructor Detail

Managers

public Managers()
Method Detail

getLogin

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

Returns:
possible object is Manager

setLogin

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

Parameters:
value - allowed object is Manager

getRoles

public Manager getRoles()
Gets the value of the roles property.

Returns:
possible object is Manager

setRoles

public void setRoles(Manager value)
Sets the value of the roles property.

Parameters:
value - allowed object is Manager

getProfile

public Manager getProfile()
Gets the value of the profile property.

Returns:
possible object is Manager

setProfile

public void setProfile(Manager value)
Sets the value of the profile property.

Parameters:
value - allowed object is Manager


Copyright © 2013 OW2 Consortium. All Rights Reserved.