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()
String
public void setManufacturer(String value)
value
- allowed object is
String
public boolean isSetManufacturer()
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public boolean isSetVersion()
public String getSerialNumber()
String
public void setSerialNumber(String value)
value
- allowed object is
String
public boolean isSetSerialNumber()
public String getProductName()
String
public void setProductName(String value)
value
- allowed object is
String
public boolean isSetProductName()
public String getUuid()
String
public void setUuid(String value)
value
- allowed object is
String
public boolean isSetUuid()
public String getFamily()
String
public void setFamily(String value)
value
- allowed object is
String
public boolean isSetFamily()
public RngSources getSupportedRngSources()
RngSources
public void setSupportedRngSources(RngSources value)
value
- allowed object is
RngSources
public boolean isSetSupportedRngSources()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0