org.ow2.jasmine.deployme.v1.generated
Class Configuration.Web.HttpReplicationConf

java.lang.Object
  extended by org.ow2.jasmine.deployme.v1.generated.Configuration.Web.HttpReplicationConf
Enclosing class:
Configuration.Web

public static class Configuration.Web.HttpReplicationConf
extends 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">
       <sequence>
         <element name="cluster_name" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="multicast_address" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="multicast_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="listen_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String clusterName
           
protected  BigInteger listenPort
           
protected  String multicastAddress
           
protected  BigInteger multicastPort
           
 
Constructor Summary
Configuration.Web.HttpReplicationConf()
           
 
Method Summary
 String getClusterName()
          Gets the value of the clusterName property.
 BigInteger getListenPort()
          Gets the value of the listenPort property.
 String getMulticastAddress()
          Gets the value of the multicastAddress property.
 BigInteger getMulticastPort()
          Gets the value of the multicastPort property.
 void setClusterName(String value)
          Sets the value of the clusterName property.
 void setListenPort(BigInteger value)
          Sets the value of the listenPort property.
 void setMulticastAddress(String value)
          Sets the value of the multicastAddress property.
 void setMulticastPort(BigInteger 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

multicastAddress

protected String multicastAddress

multicastPort

protected BigInteger multicastPort

listenPort

protected BigInteger listenPort
Constructor Detail

Configuration.Web.HttpReplicationConf

public Configuration.Web.HttpReplicationConf()
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

getMulticastAddress

public String getMulticastAddress()
Gets the value of the multicastAddress property.

Returns:
possible object is String

setMulticastAddress

public void setMulticastAddress(String value)
Sets the value of the multicastAddress property.

Parameters:
value - allowed object is String

getMulticastPort

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

Returns:
possible object is BigInteger

setMulticastPort

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

Parameters:
value - allowed object is BigInteger

getListenPort

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

Returns:
possible object is BigInteger

setListenPort

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

Parameters:
value - allowed object is BigInteger


Copyright © 2012 OW2 Consortium. All Rights Reserved.