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

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

public static class Configuration.Discovery
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">
       <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  BigInteger greetingPort
           
protected  Boolean masterActivation
           
protected  String multicastAddress
           
protected  BigInteger multicastPort
           
protected  BigInteger sourcePort
           
protected  String ttl
           
 
Constructor Summary
Configuration.Discovery()
           
 
Method Summary
 BigInteger getGreetingPort()
          Gets the value of the greetingPort property.
 String getMulticastAddress()
          Gets the value of the multicastAddress property.
 BigInteger getMulticastPort()
          Gets the value of the multicastPort property.
 BigInteger getSourcePort()
          Gets the value of the sourcePort property.
 String getTtl()
          Gets the value of the ttl property.
 Boolean isMasterActivation()
          Gets the value of the masterActivation property.
 void setGreetingPort(BigInteger value)
          Sets the value of the greetingPort property.
 void setMasterActivation(Boolean value)
          Sets the value of the masterActivation property.
 void setMulticastAddress(String value)
          Sets the value of the multicastAddress property.
 void setMulticastPort(BigInteger value)
          Sets the value of the multicastPort property.
 void setSourcePort(BigInteger value)
          Sets the value of the sourcePort property.
 void setTtl(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 Boolean masterActivation

sourcePort

protected BigInteger sourcePort

greetingPort

protected BigInteger greetingPort

multicastAddress

protected String multicastAddress

multicastPort

protected BigInteger multicastPort

ttl

protected String ttl
Constructor Detail

Configuration.Discovery

public Configuration.Discovery()
Method Detail

isMasterActivation

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

Returns:
possible object is Boolean

setMasterActivation

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

Parameters:
value - allowed object is Boolean

getSourcePort

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

Returns:
possible object is BigInteger

setSourcePort

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

Parameters:
value - allowed object is BigInteger

getGreetingPort

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

Returns:
possible object is BigInteger

setGreetingPort

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

Parameters:
value - allowed object is BigInteger

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

getTtl

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

Returns:
possible object is String

setTtl

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

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.