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

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

public class HaEjb2Type
extends Object

Describe HA EJB2 configuration. Example:

Java class for haEjb2Type complex type.

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

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


Field Summary
protected  String multicastAddress
           
protected  Long multicastPort
           
 
Constructor Summary
HaEjb2Type()
           
 
Method Summary
 String getMulticastAddress()
          Gets the value of the multicastAddress property.
 Long getMulticastPort()
          Gets the value of the multicastPort property.
 void setMulticastAddress(String value)
          Sets the value of the multicastAddress property.
 void setMulticastPort(Long 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

multicastAddress

protected String multicastAddress

multicastPort

protected Long multicastPort
Constructor Detail

HaEjb2Type

public HaEjb2Type()
Method Detail

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

Returns:
possible object is Long

setMulticastPort

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

Parameters:
value - allowed object is Long


Copyright © 2012 OW2 Consortium. All Rights Reserved.