org.ow2.jasmine.deployme.v1.generated
Class Configuration.SecurityManager

java.lang.Object
  extended by org.ow2.jasmine.deployme.v1.generated.Configuration.SecurityManager
Enclosing class:
Configuration

public static class Configuration.SecurityManager
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="activation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean activation
           
 
Constructor Summary
Configuration.SecurityManager()
           
 
Method Summary
 Boolean isActivation()
          Gets the value of the activation property.
 void setActivation(Boolean value)
          Sets the value of the activation property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activation

protected Boolean activation
Constructor Detail

Configuration.SecurityManager

public Configuration.SecurityManager()
Method Detail

isActivation

public Boolean isActivation()
Gets the value of the activation property.

Returns:
possible object is Boolean

setActivation

public void setActivation(Boolean value)
Sets the value of the activation property.

Parameters:
value - allowed object is Boolean


Copyright © 2012 OW2 Consortium. All Rights Reserved.