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

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

public class Manager
extends Object
implements Serializable

Java class for manager complex type.

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

 <complexType name="manager">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="property" type="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}manager-property" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  List<ManagerProperty> property
           
 
Constructor Summary
Manager()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 List<ManagerProperty> getProperty()
          Gets the value of the property property.
 void setId(String value)
          Sets the value of the id property.
 void setProperty(List<ManagerProperty> property)
          Sets the value of the property property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

property

protected List<ManagerProperty> property

id

protected String id
Constructor Detail

Manager

public Manager()
Method Detail

getProperty

public List<ManagerProperty> getProperty()
Gets the value of the property property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the property property.

For example, to add a new item, do as follows:

    getProperty().add(newItem);
 

Objects of the following type(s) are allowed in the list ManagerProperty


getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

setProperty

public void setProperty(List<ManagerProperty> property)
Sets the value of the property property.

Parameters:
property - allowed object is ManagerProperty


Copyright © 2013 OW2 Consortium. All Rights Reserved.