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()
String
public void setArchitecture(String value)
value
- allowed object is
String
public boolean isSetArchitecture()
public String getCodename()
String
public void setCodename(String value)
value
- allowed object is
String
public boolean isSetCodename()
public String getDistribution()
String
public void setDistribution(String value)
value
- allowed object is
String
public boolean isSetDistribution()
public Kernel getKernel()
Kernel
public void setKernel(Kernel value)
value
- allowed object is
Kernel
public boolean isSetKernel()
public String getFamily()
String
public void setFamily(String value)
value
- allowed object is
String
public boolean isSetFamily()
public Version getVersion()
Version
public void setVersion(Version value)
value
- allowed object is
Version
public boolean isSetVersion()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0