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

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

public class BootstrapType
extends Object

Describe bootstrap configuration. Example:

Java class for bootstrapType complex type.

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

 <complexType name="bootstrapType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="master" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="securityPropagation" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="securityManager" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="csiv2Propagation" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="logConfigFile" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="transactionPropagation" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="jonasDevelopment" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean csiv2Propagation
           
protected  String jonasDevelopment
           
protected  String logConfigFile
           
protected  Boolean master
           
protected  Boolean securityManager
           
protected  Boolean securityPropagation
           
protected  Boolean transactionPropagation
           
 
Constructor Summary
BootstrapType()
           
 
Method Summary
 String getJonasDevelopment()
          Gets the value of the jonasDevelopment property.
 String getLogConfigFile()
          Gets the value of the logConfigFile property.
 Boolean isCsiv2Propagation()
          Gets the value of the csiv2Propagation property.
 Boolean isMaster()
          Gets the value of the master property.
 Boolean isSecurityManager()
          Gets the value of the securityManager property.
 Boolean isSecurityPropagation()
          Gets the value of the securityPropagation property.
 Boolean isTransactionPropagation()
          Gets the value of the transactionPropagation property.
 void setCsiv2Propagation(Boolean value)
          Sets the value of the csiv2Propagation property.
 void setJonasDevelopment(String value)
          Sets the value of the jonasDevelopment property.
 void setLogConfigFile(String value)
          Sets the value of the logConfigFile property.
 void setMaster(Boolean value)
          Sets the value of the master property.
 void setSecurityManager(Boolean value)
          Sets the value of the securityManager property.
 void setSecurityPropagation(Boolean value)
          Sets the value of the securityPropagation property.
 void setTransactionPropagation(Boolean value)
          Sets the value of the transactionPropagation property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

master

protected Boolean master

securityPropagation

protected Boolean securityPropagation

securityManager

protected Boolean securityManager

csiv2Propagation

protected Boolean csiv2Propagation

logConfigFile

protected String logConfigFile

transactionPropagation

protected Boolean transactionPropagation

jonasDevelopment

protected String jonasDevelopment
Constructor Detail

BootstrapType

public BootstrapType()
Method Detail

isMaster

public Boolean isMaster()
Gets the value of the master property.

Returns:
possible object is Boolean

setMaster

public void setMaster(Boolean value)
Sets the value of the master property.

Parameters:
value - allowed object is Boolean

isSecurityPropagation

public Boolean isSecurityPropagation()
Gets the value of the securityPropagation property.

Returns:
possible object is Boolean

setSecurityPropagation

public void setSecurityPropagation(Boolean value)
Sets the value of the securityPropagation property.

Parameters:
value - allowed object is Boolean

isSecurityManager

public Boolean isSecurityManager()
Gets the value of the securityManager property.

Returns:
possible object is Boolean

setSecurityManager

public void setSecurityManager(Boolean value)
Sets the value of the securityManager property.

Parameters:
value - allowed object is Boolean

isCsiv2Propagation

public Boolean isCsiv2Propagation()
Gets the value of the csiv2Propagation property.

Returns:
possible object is Boolean

setCsiv2Propagation

public void setCsiv2Propagation(Boolean value)
Sets the value of the csiv2Propagation property.

Parameters:
value - allowed object is Boolean

getLogConfigFile

public String getLogConfigFile()
Gets the value of the logConfigFile property.

Returns:
possible object is String

setLogConfigFile

public void setLogConfigFile(String value)
Sets the value of the logConfigFile property.

Parameters:
value - allowed object is String

isTransactionPropagation

public Boolean isTransactionPropagation()
Gets the value of the transactionPropagation property.

Returns:
possible object is Boolean

setTransactionPropagation

public void setTransactionPropagation(Boolean value)
Sets the value of the transactionPropagation property.

Parameters:
value - allowed object is Boolean

getJonasDevelopment

public String getJonasDevelopment()
Gets the value of the jonasDevelopment property.

Returns:
possible object is String

setJonasDevelopment

public void setJonasDevelopment(String value)
Sets the value of the jonasDevelopment property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.