org.ow2.jasmine.deployme.generated
Class Configuration.ActiveServices.Discovery

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

public static class Configuration.ActiveServices.Discovery
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">
       <all>
         <element name="master_activation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="source_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="greeting_port" type="{http://www.w3.org/2001/XMLSchema}integer" 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="ttl" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger greetingPort
           
protected  java.lang.Boolean masterActivation
           
protected  java.lang.String multicastAddress
           
protected  java.math.BigInteger multicastPort
           
protected  java.math.BigInteger sourcePort
           
protected  java.lang.String ttl
           
 
Constructor Summary
Configuration.ActiveServices.Discovery()
           
 
Method Summary
 java.math.BigInteger getGreetingPort()
          Gets the value of the greetingPort property.
 java.lang.String getMulticastAddress()
          Gets the value of the multicastAddress property.
 java.math.BigInteger getMulticastPort()
          Gets the value of the multicastPort property.
 java.math.BigInteger getSourcePort()
          Gets the value of the sourcePort property.
 java.lang.String getTtl()
          Gets the value of the ttl property.
 java.lang.Boolean isMasterActivation()
          Gets the value of the masterActivation property.
 void setGreetingPort(java.math.BigInteger value)
          Sets the value of the greetingPort property.
 void setMasterActivation(java.lang.Boolean value)
          Sets the value of the masterActivation property.
 void setMulticastAddress(java.lang.String value)
          Sets the value of the multicastAddress property.
 void setMulticastPort(java.math.BigInteger value)
          Sets the value of the multicastPort property.
 void setSourcePort(java.math.BigInteger value)
          Sets the value of the sourcePort property.
 void setTtl(java.lang.String value)
          Sets the value of the ttl property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

masterActivation

protected java.lang.Boolean masterActivation

sourcePort

protected java.math.BigInteger sourcePort

greetingPort

protected java.math.BigInteger greetingPort

multicastAddress

protected java.lang.String multicastAddress

multicastPort

protected java.math.BigInteger multicastPort

ttl

protected java.lang.String ttl
Constructor Detail

Configuration.ActiveServices.Discovery

public Configuration.ActiveServices.Discovery()
Method Detail

isMasterActivation

public java.lang.Boolean isMasterActivation()
Gets the value of the masterActivation property.

Returns:
possible object is Boolean

setMasterActivation

public void setMasterActivation(java.lang.Boolean value)
Sets the value of the masterActivation property.

Parameters:
value - allowed object is Boolean

getSourcePort

public java.math.BigInteger getSourcePort()
Gets the value of the sourcePort property.

Returns:
possible object is BigInteger

setSourcePort

public void setSourcePort(java.math.BigInteger value)
Sets the value of the sourcePort property.

Parameters:
value - allowed object is BigInteger

getGreetingPort

public java.math.BigInteger getGreetingPort()
Gets the value of the greetingPort property.

Returns:
possible object is BigInteger

setGreetingPort

public void setGreetingPort(java.math.BigInteger value)
Sets the value of the greetingPort property.

Parameters:
value - allowed object is BigInteger

getMulticastAddress

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

Returns:
possible object is String

setMulticastAddress

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

Parameters:
value - allowed object is String

getMulticastPort

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

Returns:
possible object is BigInteger

setMulticastPort

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

Parameters:
value - allowed object is BigInteger

getTtl

public java.lang.String getTtl()
Gets the value of the ttl property.

Returns:
possible object is String

setTtl

public void setTtl(java.lang.String value)
Sets the value of the ttl property.

Parameters:
value - allowed object is String


Copyright © 2008 OW2 Consortium. All Rights Reserved.