public class Usb extends Object
Java class for Usb complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Usb"> <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="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Usb() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getEnabled()
Gets the value of the enabled property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isSetEnabled() |
boolean |
isSetType() |
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setType(String value)
Sets the value of the type property.
|
public Boolean getEnabled()
Boolean
public void setEnabled(Boolean value)
value
- allowed object is
Boolean
public boolean isSetEnabled()
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