public class HardwareInformation extends Object
Java class for HardwareInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HardwareInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="manufacturer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="serial_number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="product_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="family" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="supported_rng_sources" type="{}RngSources" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
HardwareInformation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFamily()
Gets the value of the family property.
|
String |
getManufacturer()
Gets the value of the manufacturer property.
|
String |
getProductName()
Gets the value of the productName property.
|
String |
getSerialNumber()
Gets the value of the serialNumber property.
|
RngSources |
getSupportedRngSources()
Gets the value of the supportedRngSources property.
|
String |
getUuid()
Gets the value of the uuid property.
|
String |
getVersion()
Gets the value of the version property.
|
boolean |
isSetFamily() |
boolean |
isSetManufacturer() |
boolean |
isSetProductName() |
boolean |
isSetSerialNumber() |
boolean |
isSetSupportedRngSources() |
boolean |
isSetUuid() |
boolean |
isSetVersion() |
void |
setFamily(String value)
Sets the value of the family property.
|
void |
setManufacturer(String value)
Sets the value of the manufacturer property.
|
void |
setProductName(String value)
Sets the value of the productName property.
|
void |
setSerialNumber(String value)
Sets the value of the serialNumber property.
|
void |
setSupportedRngSources(RngSources value)
Sets the value of the supportedRngSources property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
public String getManufacturer()
Stringpublic void setManufacturer(String value)
value - allowed object is
Stringpublic boolean isSetManufacturer()
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic boolean isSetVersion()
public String getSerialNumber()
Stringpublic void setSerialNumber(String value)
value - allowed object is
Stringpublic boolean isSetSerialNumber()
public String getProductName()
Stringpublic void setProductName(String value)
value - allowed object is
Stringpublic boolean isSetProductName()
public String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic boolean isSetUuid()
public String getFamily()
Stringpublic void setFamily(String value)
value - allowed object is
Stringpublic boolean isSetFamily()
public RngSources getSupportedRngSources()
RngSourcespublic void setSupportedRngSources(RngSources value)
value - allowed object is
RngSourcespublic boolean isSetSupportedRngSources()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0