public class PowerManagement extends Object
Java class for PowerManagement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PowerManagement">
<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="address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="options" type="{}Options" minOccurs="0"/>
<element ref="{}status" minOccurs="0"/>
<element ref="{}pm_proxies" minOccurs="0"/>
<element ref="{}agents" minOccurs="0"/>
<element name="automatic_pm_enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="kdump_detection" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PowerManagement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
Agents |
getAgents()
Gets the value of the agents property.
|
Boolean |
getAutomaticPmEnabled()
Gets the value of the automaticPmEnabled property.
|
Boolean |
getEnabled()
Gets the value of the enabled property.
|
Boolean |
getKdumpDetection()
Gets the value of the kdumpDetection property.
|
Options |
getOptions()
Gets the value of the options property.
|
String |
getPassword()
Gets the value of the password property.
|
PmProxies |
getPmProxies()
Gets the value of the pmProxies property.
|
Status |
getStatus()
Gets the value of the status property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUsername()
Gets the value of the username property.
|
boolean |
isSetAddress() |
boolean |
isSetAgents() |
boolean |
isSetAutomaticPmEnabled() |
boolean |
isSetEnabled() |
boolean |
isSetKdumpDetection() |
boolean |
isSetOptions() |
boolean |
isSetPassword() |
boolean |
isSetPmProxies() |
boolean |
isSetStatus() |
boolean |
isSetType() |
boolean |
isSetUsername() |
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setAgents(Agents value)
Sets the value of the agents property.
|
void |
setAutomaticPmEnabled(Boolean value)
Sets the value of the automaticPmEnabled property.
|
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setKdumpDetection(Boolean value)
Sets the value of the kdumpDetection property.
|
void |
setOptions(Options value)
Sets the value of the options property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPmProxies(PmProxies value)
Sets the value of the pmProxies property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
public Boolean getEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic boolean isSetEnabled()
public String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic boolean isSetAddress()
public String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic boolean isSetUsername()
public String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic boolean isSetPassword()
public Options getOptions()
Optionspublic void setOptions(Options value)
value - allowed object is
Optionspublic boolean isSetOptions()
public Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic boolean isSetStatus()
public PmProxies getPmProxies()
PmProxiespublic void setPmProxies(PmProxies value)
value - allowed object is
PmProxiespublic boolean isSetPmProxies()
public Agents getAgents()
Agentspublic void setAgents(Agents value)
value - allowed object is
Agentspublic boolean isSetAgents()
public Boolean getAutomaticPmEnabled()
Booleanpublic void setAutomaticPmEnabled(Boolean value)
value - allowed object is
Booleanpublic boolean isSetAutomaticPmEnabled()
public Boolean getKdumpDetection()
Booleanpublic void setKdumpDetection(Boolean value)
value - allowed object is
Booleanpublic boolean isSetKdumpDetection()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0