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"/>
</sequence>
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected Boolean |
enabled |
protected Options |
options |
protected String |
password |
protected Status |
status |
protected String |
type |
protected String |
username |
| Constructor and Description |
|---|
PowerManagement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
Options |
getOptions()
Gets the value of the options property.
|
String |
getPassword()
Gets the value of the password 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 |
isEnabled()
Gets the value of the enabled property.
|
boolean |
isSetAddress() |
boolean |
isSetEnabled() |
boolean |
isSetOptions() |
boolean |
isSetPassword() |
boolean |
isSetStatus() |
boolean |
isSetType() |
boolean |
isSetUsername() |
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setOptions(Options value)
Sets the value of the options property.
|
void |
setPassword(String value)
Sets the value of the password 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.
|
protected Boolean enabled
protected String address
protected String username
protected String password
protected Options options
protected Status status
protected String type
public Boolean isEnabled()
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 String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
Copyright © 2012. All Rights Reserved.