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

java.lang.Object
  extended by org.ow2.jasmine.deployme.extension.web.tomcat.tomcat7.generated.Tomcat7SessionReplicationType

public class Tomcat7SessionReplicationType
extends Object

Java class for tomcat7SessionReplicationType complex type.

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

 <complexType name="tomcat7SessionReplicationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="clusterName" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="multicastAdress" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="multicastPort" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="listenPort" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="algorithm">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}token">
             <enumeration value="delta"/>
             <enumeration value="backup"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String algorithm
           
protected  String clusterName
           
protected  Long listenPort
           
protected  String multicastAdress
           
protected  Long multicastPort
           
 
Constructor Summary
Tomcat7SessionReplicationType()
           
 
Method Summary
 String getAlgorithm()
          Gets the value of the algorithm property.
 String getClusterName()
          Gets the value of the clusterName property.
 Long getListenPort()
          Gets the value of the listenPort property.
 String getMulticastAdress()
          Gets the value of the multicastAdress property.
 Long getMulticastPort()
          Gets the value of the multicastPort property.
 void setAlgorithm(String value)
          Sets the value of the algorithm property.
 void setClusterName(String value)
          Sets the value of the clusterName property.
 void setListenPort(Long value)
          Sets the value of the listenPort property.
 void setMulticastAdress(String value)
          Sets the value of the multicastAdress property.
 void setMulticastPort(Long value)
          Sets the value of the multicastPort property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clusterName

protected String clusterName

multicastAdress

protected String multicastAdress

multicastPort

protected Long multicastPort

listenPort

protected Long listenPort

algorithm

protected String algorithm
Constructor Detail

Tomcat7SessionReplicationType

public Tomcat7SessionReplicationType()
Method Detail

getClusterName

public String getClusterName()
Gets the value of the clusterName property.

Returns:
possible object is String

setClusterName

public void setClusterName(String value)
Sets the value of the clusterName property.

Parameters:
value - allowed object is String

getMulticastAdress

public String getMulticastAdress()
Gets the value of the multicastAdress property.

Returns:
possible object is String

setMulticastAdress

public void setMulticastAdress(String value)
Sets the value of the multicastAdress property.

Parameters:
value - allowed object is String

getMulticastPort

public Long getMulticastPort()
Gets the value of the multicastPort property.

Returns:
possible object is Long

setMulticastPort

public void setMulticastPort(Long value)
Sets the value of the multicastPort property.

Parameters:
value - allowed object is Long

getListenPort

public Long getListenPort()
Gets the value of the listenPort property.

Returns:
possible object is Long

setListenPort

public void setListenPort(Long value)
Sets the value of the listenPort property.

Parameters:
value - allowed object is Long

getAlgorithm

public String getAlgorithm()
Gets the value of the algorithm property.

Returns:
possible object is String

setAlgorithm

public void setAlgorithm(String value)
Sets the value of the algorithm property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.