public class Console extends Object
Java class for Console complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Console">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Console() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnabled()
Gets the value of the enabled property.
|
boolean |
isSetEnabled() |
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
void |
unsetEnabled() |
public boolean getEnabled()
Booleanpublic void setEnabled(boolean value)
value - allowed object is
Booleanpublic boolean isSetEnabled()
public void unsetEnabled()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0