public class OperatingSystem extends Object
Java class for OperatingSystem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OperatingSystem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="boot" type="{}Boot" maxOccurs="unbounded" minOccurs="0"/>
<element name="kernel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="initrd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cmdline" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Boot> |
boot |
protected String |
cmdline |
protected String |
initrd |
protected String |
kernel |
protected String |
type |
| Constructor and Description |
|---|
OperatingSystem() |
| Modifier and Type | Method and Description |
|---|---|
List<Boot> |
getBoot()
Gets the value of the boot property.
|
String |
getCmdline()
Gets the value of the cmdline property.
|
String |
getInitrd()
Gets the value of the initrd property.
|
String |
getKernel()
Gets the value of the kernel property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isSetBoot() |
boolean |
isSetCmdline() |
boolean |
isSetInitrd() |
boolean |
isSetKernel() |
boolean |
isSetType() |
void |
setCmdline(String value)
Sets the value of the cmdline property.
|
void |
setInitrd(String value)
Sets the value of the initrd property.
|
void |
setKernel(String value)
Sets the value of the kernel property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
unsetBoot() |
protected String kernel
protected String initrd
protected String cmdline
protected String type
public List<Boot> getBoot()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the boot property.
For example, to add a new item, do as follows:
getBoot().add(newItem);
Objects of the following type(s) are allowed in the list
Boot
public boolean isSetBoot()
public void unsetBoot()
public String getKernel()
Stringpublic void setKernel(String value)
value - allowed object is
Stringpublic boolean isSetKernel()
public String getInitrd()
Stringpublic void setInitrd(String value)
value - allowed object is
Stringpublic boolean isSetInitrd()
public String getCmdline()
Stringpublic void setCmdline(String value)
value - allowed object is
Stringpublic boolean isSetCmdline()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
Copyright © 2012. All Rights Reserved.