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

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

public static class Configuration.SecurityManager
extends java.lang.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  java.lang.Boolean activation
           
 
Constructor Summary
Configuration.SecurityManager()
           
 
Method Summary
 java.lang.Boolean isActivation()
          Gets the value of the activation property.
 void setActivation(java.lang.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 java.lang.Boolean activation
Constructor Detail

Configuration.SecurityManager

public Configuration.SecurityManager()
Method Detail

isActivation

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

Returns:
possible object is Boolean

setActivation

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

Parameters:
value - allowed object is Boolean


Copyright © 2008 OW2 Consortium. All Rights Reserved.