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

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

public static class Configuration.ActiveServices.Web.HttpReplicationConf
extends java.lang.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="mcastaddre" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="mcastport" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="listenport" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String clusterName
           
protected  java.math.BigInteger listenport
           
protected  java.lang.String mcastaddre
           
protected  java.math.BigInteger mcastport
           
 
Constructor Summary
Configuration.ActiveServices.Web.HttpReplicationConf()
           
 
Method Summary
 java.lang.String getClusterName()
          Gets the value of the clusterName property.
 java.math.BigInteger getListenport()
          Gets the value of the listenport property.
 java.lang.String getMcastaddre()
          Gets the value of the mcastaddre property.
 java.math.BigInteger getMcastport()
          Gets the value of the mcastport property.
 void setClusterName(java.lang.String value)
          Sets the value of the clusterName property.
 void setListenport(java.math.BigInteger value)
          Sets the value of the listenport property.
 void setMcastaddre(java.lang.String value)
          Sets the value of the mcastaddre property.
 void setMcastport(java.math.BigInteger value)
          Sets the value of the mcastport property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clusterName

protected java.lang.String clusterName

mcastaddre

protected java.lang.String mcastaddre

mcastport

protected java.math.BigInteger mcastport

listenport

protected java.math.BigInteger listenport
Constructor Detail

Configuration.ActiveServices.Web.HttpReplicationConf

public Configuration.ActiveServices.Web.HttpReplicationConf()
Method Detail

getClusterName

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

Returns:
possible object is String

setClusterName

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

Parameters:
value - allowed object is String

getMcastaddre

public java.lang.String getMcastaddre()
Gets the value of the mcastaddre property.

Returns:
possible object is String

setMcastaddre

public void setMcastaddre(java.lang.String value)
Sets the value of the mcastaddre property.

Parameters:
value - allowed object is String

getMcastport

public java.math.BigInteger getMcastport()
Gets the value of the mcastport property.

Returns:
possible object is BigInteger

setMcastport

public void setMcastport(java.math.BigInteger value)
Sets the value of the mcastport property.

Parameters:
value - allowed object is BigInteger

getListenport

public java.math.BigInteger getListenport()
Gets the value of the listenport property.

Returns:
possible object is BigInteger

setListenport

public void setListenport(java.math.BigInteger value)
Sets the value of the listenport property.

Parameters:
value - allowed object is BigInteger


Copyright © 2008 OW2 Consortium. All Rights Reserved.