public class GuestOperatingSystem extends Object
Java class for GuestOperatingSystem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuestOperatingSystem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="architecture" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="codename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="distribution" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="kernel" type="{}Kernel" minOccurs="0"/>
<element name="family" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="version" type="{}Version" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GuestOperatingSystem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArchitecture()
Gets the value of the architecture property.
|
String |
getCodename()
Gets the value of the codename property.
|
String |
getDistribution()
Gets the value of the distribution property.
|
String |
getFamily()
Gets the value of the family property.
|
Kernel |
getKernel()
Gets the value of the kernel property.
|
Version |
getVersion()
Gets the value of the version property.
|
boolean |
isSetArchitecture() |
boolean |
isSetCodename() |
boolean |
isSetDistribution() |
boolean |
isSetFamily() |
boolean |
isSetKernel() |
boolean |
isSetVersion() |
void |
setArchitecture(String value)
Sets the value of the architecture property.
|
void |
setCodename(String value)
Sets the value of the codename property.
|
void |
setDistribution(String value)
Sets the value of the distribution property.
|
void |
setFamily(String value)
Sets the value of the family property.
|
void |
setKernel(Kernel value)
Sets the value of the kernel property.
|
void |
setVersion(Version value)
Sets the value of the version property.
|
public String getArchitecture()
Stringpublic void setArchitecture(String value)
value - allowed object is
Stringpublic boolean isSetArchitecture()
public String getCodename()
Stringpublic void setCodename(String value)
value - allowed object is
Stringpublic boolean isSetCodename()
public String getDistribution()
Stringpublic void setDistribution(String value)
value - allowed object is
Stringpublic boolean isSetDistribution()
public Kernel getKernel()
Kernelpublic void setKernel(Kernel value)
value - allowed object is
Kernelpublic boolean isSetKernel()
public String getFamily()
Stringpublic void setFamily(String value)
value - allowed object is
Stringpublic boolean isSetFamily()
public Version getVersion()
Versionpublic void setVersion(Version value)
value - allowed object is
Versionpublic boolean isSetVersion()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0