...
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ondemand
protected OndemandType ondemand
connectors
protected Tomcat7ConnectorsType connectors
sessionManager
protected Tomcat7SessionManagerType sessionManager
sessionReplication
protected Tomcat7SessionReplicationType sessionReplication
jvmRoute
protected String jvmRoute
Tomcat7Type
public Tomcat7Type()
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.