|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v1.generated.Configuration.Ha
public static class Configuration.Ha
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="ha_activated" type="{http://www.w3.org/2001/XMLSchema}boolean" 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"/>
</all>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
haActivated
|
protected String |
multicastAddress
|
protected BigInteger |
multicastPort
|
| Constructor Summary | |
|---|---|
Configuration.Ha()
|
|
| Method Summary | |
|---|---|
String |
getMulticastAddress()
Gets the value of the multicastAddress property. |
BigInteger |
getMulticastPort()
Gets the value of the multicastPort property. |
Boolean |
isHaActivated()
Gets the value of the haActivated property. |
void |
setHaActivated(Boolean value)
Sets the value of the haActivated property. |
void |
setMulticastAddress(String value)
Sets the value of the multicastAddress property. |
void |
setMulticastPort(BigInteger 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 |
|---|
protected Boolean haActivated
protected String multicastAddress
protected BigInteger multicastPort
| Constructor Detail |
|---|
public Configuration.Ha()
| Method Detail |
|---|
public Boolean isHaActivated()
Booleanpublic void setHaActivated(Boolean value)
value - allowed object is
Booleanpublic String getMulticastAddress()
Stringpublic void setMulticastAddress(String value)
value - allowed object is
Stringpublic BigInteger getMulticastPort()
BigIntegerpublic void setMulticastPort(BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||