org.ow2.jasmine.deployme.extension.web.tomcat.tomcat7.generated
Class Tomcat7Type

java.lang.Object
  extended by org.ow2.jasmine.deployme.v2.generated.WebType
      extended by org.ow2.jasmine.deployme.extension.web.tomcat.tomcat7.generated.Tomcat7Type

public class Tomcat7Type
extends WebType

...

Java class for tomcat7Type complex type.

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

 <complexType name="tomcat7Type">
   <complexContent>
     <extension base="{http://jasmine.ow2.org/deployme-2.0}webType">
       <sequence>
         <element name="ondemand" type="{http://jasmine.ow2.org/deployme-2.0}ondemandType" minOccurs="0"/>
         <element name="connectors" type="{http://jasmine.ow2.org/deployme/web-tomcat7-1.0}tomcat7ConnectorsType" minOccurs="0"/>
         <element name="session-manager" type="{http://jasmine.ow2.org/deployme/web-tomcat7-1.0}tomcat7SessionManagerType" minOccurs="0"/>
         <element name="session-replication" type="{http://jasmine.ow2.org/deployme/web-tomcat7-1.0}tomcat7SessionReplicationType" minOccurs="0"/>
       </sequence>
       <attribute name="jvmRoute" type="{http://www.w3.org/2001/XMLSchema}token" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Tomcat7ConnectorsType connectors
           
protected  String jvmRoute
           
protected  OndemandType ondemand
           
protected  Tomcat7SessionManagerType sessionManager
           
protected  Tomcat7SessionReplicationType sessionReplication
           
 
Constructor Summary
Tomcat7Type()
           
 
Method Summary
 Tomcat7ConnectorsType getConnectors()
          Gets the value of the connectors property.
 String getJvmRoute()
          Gets the value of the jvmRoute property.
 OndemandType getOndemand()
          Gets the value of the ondemand property.
 Tomcat7SessionManagerType getSessionManager()
          Gets the value of the sessionManager property.
 Tomcat7SessionReplicationType getSessionReplication()
          Gets the value of the sessionReplication property.
 void setConnectors(Tomcat7ConnectorsType value)
          Sets the value of the connectors property.
 void setJvmRoute(String value)
          Sets the value of the jvmRoute property.
 void setOndemand(OndemandType value)
          Sets the value of the ondemand property.
 void setSessionManager(Tomcat7SessionManagerType value)
          Sets the value of the sessionManager property.
 void setSessionReplication(Tomcat7SessionReplicationType value)
          Sets the value of the sessionReplication property.
 
Methods inherited from class org.ow2.jasmine.deployme.v2.generated.WebType
setConnectors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ondemand

protected OndemandType ondemand

connectors

protected Tomcat7ConnectorsType connectors

sessionManager

protected Tomcat7SessionManagerType sessionManager

sessionReplication

protected Tomcat7SessionReplicationType sessionReplication

jvmRoute

protected String jvmRoute
Constructor Detail

Tomcat7Type

public Tomcat7Type()
Method Detail

getOndemand

public OndemandType getOndemand()
Gets the value of the ondemand property.

Overrides:
getOndemand in class WebType
Returns:
possible object is OndemandType

setOndemand

public void setOndemand(OndemandType value)
Sets the value of the ondemand property.

Overrides:
setOndemand in class WebType
Parameters:
value - allowed object is OndemandType

getConnectors

public Tomcat7ConnectorsType getConnectors()
Gets the value of the connectors property.

Overrides:
getConnectors in class WebType
Returns:
possible object is Tomcat7ConnectorsType

setConnectors

public void setConnectors(Tomcat7ConnectorsType value)
Sets the value of the connectors property.

Parameters:
value - allowed object is Tomcat7ConnectorsType

getSessionManager

public Tomcat7SessionManagerType getSessionManager()
Gets the value of the sessionManager property.

Returns:
possible object is Tomcat7SessionManagerType

setSessionManager

public void setSessionManager(Tomcat7SessionManagerType value)
Sets the value of the sessionManager property.

Parameters:
value - allowed object is Tomcat7SessionManagerType

getSessionReplication

public Tomcat7SessionReplicationType getSessionReplication()
Gets the value of the sessionReplication property.

Returns:
possible object is Tomcat7SessionReplicationType

setSessionReplication

public void setSessionReplication(Tomcat7SessionReplicationType value)
Sets the value of the sessionReplication property.

Parameters:
value - allowed object is Tomcat7SessionReplicationType

getJvmRoute

public String getJvmRoute()
Gets the value of the jvmRoute property.

Returns:
possible object is String

setJvmRoute

public void setJvmRoute(String value)
Sets the value of the jvmRoute property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.