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()
Boolean
public void setConfigured(Boolean value)
value
- allowed object is
Boolean
public boolean isSetConfigured()
public Boolean getActive()
Boolean
public void setActive(Boolean value)
value
- allowed object is
Boolean
public boolean isSetActive()
public Integer getScore()
Integer
public void setScore(Integer value)
value
- allowed object is
Integer
public boolean isSetScore()
public Boolean getGlobalMaintenance()
Boolean
public void setGlobalMaintenance(Boolean value)
value
- allowed object is
Boolean
public boolean isSetGlobalMaintenance()
public Boolean getLocalMaintenance()
Boolean
public void setLocalMaintenance(Boolean value)
value
- allowed object is
Boolean
public boolean isSetLocalMaintenance()
Copyright © 2010 Red Hat, Inc - released under the Apache License Version 2.0