public class HostedEngine extends Object
Java class for HostedEngine complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostedEngine">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="configured" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="score" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="global_maintenance" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="local_maintenance" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
HostedEngine() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive()
Gets the value of the active property.
|
Boolean |
getConfigured()
Gets the value of the configured property.
|
Boolean |
getGlobalMaintenance()
Gets the value of the globalMaintenance property.
|
Boolean |
getLocalMaintenance()
Gets the value of the localMaintenance property.
|
Integer |
getScore()
Gets the value of the score property.
|
boolean |
isSetActive() |
boolean |
isSetConfigured() |
boolean |
isSetGlobalMaintenance() |
boolean |
isSetLocalMaintenance() |
boolean |
isSetScore() |
void |
setActive(Boolean value)
Sets the value of the active property.
|
void |
setConfigured(Boolean value)
Sets the value of the configured property.
|
void |
setGlobalMaintenance(Boolean value)
Sets the value of the globalMaintenance property.
|
void |
setLocalMaintenance(Boolean value)
Sets the value of the localMaintenance property.
|
void |
setScore(Integer value)
Sets the value of the score property.
|
public Boolean getConfigured()
Booleanpublic void setConfigured(Boolean value)
value - allowed object is
Booleanpublic boolean isSetConfigured()
public Boolean getActive()
Booleanpublic void setActive(Boolean value)
value - allowed object is
Booleanpublic boolean isSetActive()
public Integer getScore()
Integerpublic void setScore(Integer value)
value - allowed object is
Integerpublic boolean isSetScore()
public Boolean getGlobalMaintenance()
Booleanpublic void setGlobalMaintenance(Boolean value)
value - allowed object is
Booleanpublic boolean isSetGlobalMaintenance()
public Boolean getLocalMaintenance()
Booleanpublic void setLocalMaintenance(Boolean value)
value - allowed object is
Booleanpublic boolean isSetLocalMaintenance()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0