org.ow2.jasmine.deployme.v2.generated
Class CmiType

java.lang.Object
  extended by org.ow2.jasmine.deployme.v2.generated.CmiType

public class CmiType
extends Object

Describe CMI configuration. Example:

Java class for cmiType complex type.

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

 <complexType name="cmiType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="replicationEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="multicastAddress" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="multicastPort" type="{http://www.w3.org/2001/XMLSchema}token" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String multicastAddress
           
protected  String multicastPort
           
protected  Boolean replicationEnabled
           
 
Constructor Summary
CmiType()
           
 
Method Summary
 String getMulticastAddress()
          Gets the value of the multicastAddress property.
 String getMulticastPort()
          Gets the value of the multicastPort property.
 Boolean isReplicationEnabled()
          Gets the value of the replicationEnabled property.
 void setMulticastAddress(String value)
          Sets the value of the multicastAddress property.
 void setMulticastPort(String value)
          Sets the value of the multicastPort property.
 void setReplicationEnabled(Boolean value)
          Sets the value of the replicationEnabled property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

replicationEnabled

protected Boolean replicationEnabled

multicastAddress

protected String multicastAddress

multicastPort

protected String multicastPort
Constructor Detail

CmiType

public CmiType()
Method Detail

isReplicationEnabled

public Boolean isReplicationEnabled()
Gets the value of the replicationEnabled property.

Returns:
possible object is Boolean

setReplicationEnabled

public void setReplicationEnabled(Boolean value)
Sets the value of the replicationEnabled property.

Parameters:
value - allowed object is Boolean

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 String getMulticastPort()
Gets the value of the multicastPort property.

Returns:
possible object is String

setMulticastPort

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

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.