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()
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 String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
Copyright © 2012. All Rights Reserved.