public class HighAvailability extends Object
Java class for HighAvailability complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HighAvailability">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="priority" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
enabled |
protected Integer |
priority |
| Constructor and Description |
|---|
HighAvailability() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getPriority()
Gets the value of the priority property.
|
Boolean |
isEnabled()
Gets the value of the enabled property.
|
boolean |
isSetEnabled() |
boolean |
isSetPriority() |
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setPriority(Integer value)
Sets the value of the priority property.
|
public Boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic boolean isSetEnabled()
public Integer getPriority()
Integerpublic void setPriority(Integer value)
value - allowed object is
Integerpublic boolean isSetPriority()
Copyright © 2012. All Rights Reserved.