org.ow2.jasmine.deployme.v2.generated
Class SecurityType

java.lang.Object
  extended by org.ow2.jasmine.deployme.v2.generated.SecurityType

public class SecurityType
extends Object

The

Java class for securityType complex type.

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

 <complexType name="securityType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="admin" type="{http://jasmine.ow2.org/deployme-2.0}adminType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="user" type="{http://jasmine.ow2.org/deployme-2.0}userType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="jmxSecured" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AdminType> admin
           
protected  Boolean jmxSecured
           
protected  List<UserType> user
           
 
Constructor Summary
SecurityType()
           
 
Method Summary
 List<AdminType> getAdmin()
          Gets the value of the admin property.
 List<UserType> getUser()
          Gets the value of the user property.
 Boolean isJmxSecured()
          Gets the value of the jmxSecured property.
 void setJmxSecured(Boolean value)
          Sets the value of the jmxSecured property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

admin

protected List<AdminType> admin

user

protected List<UserType> user

jmxSecured

protected Boolean jmxSecured
Constructor Detail

SecurityType

public SecurityType()
Method Detail

getAdmin

public List<AdminType> getAdmin()
Gets the value of the admin 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 admin property.

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

    getAdmin().add(newItem);
 

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


getUser

public List<UserType> getUser()
Gets the value of the user 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 user property.

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

    getUser().add(newItem);
 

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


isJmxSecured

public Boolean isJmxSecured()
Gets the value of the jmxSecured property.

Returns:
possible object is Boolean

setJmxSecured

public void setJmxSecured(Boolean value)
Sets the value of the jmxSecured property.

Parameters:
value - allowed object is Boolean


Copyright © 2012 OW2 Consortium. All Rights Reserved.