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()
Boolean
public void setEnabled(Boolean value)
value
- allowed object is
Boolean
public boolean isSetEnabled()
public String getAddress()
String
public void setAddress(String value)
value
- allowed object is
String
public boolean isSetAddress()
public String getUsername()
String
public void setUsername(String value)
value
- allowed object is
String
public boolean isSetUsername()
public String getPassword()
String
public void setPassword(String value)
value
- allowed object is
String
public boolean isSetPassword()
public Options getOptions()
Options
public void setOptions(Options value)
value
- allowed object is
Options
public boolean isSetOptions()
public Status getStatus()
Status
public void setStatus(Status value)
value
- allowed object is
Status
public boolean isSetStatus()
public PmProxies getPmProxies()
PmProxies
public void setPmProxies(PmProxies value)
value
- allowed object is
PmProxies
public boolean isSetPmProxies()
public Agents getAgents()
Agents
public void setAgents(Agents value)
value
- allowed object is
Agents
public boolean isSetAgents()
public Boolean getAutomaticPmEnabled()
Boolean
public void setAutomaticPmEnabled(Boolean value)
value
- allowed object is
Boolean
public boolean isSetAutomaticPmEnabled()
public Boolean getKdumpDetection()
Boolean
public void setKdumpDetection(Boolean value)
value
- allowed object is
Boolean
public boolean isSetKdumpDetection()
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0