public class OperatingSystemInfos extends BaseResources
Java class for OperatingSystemInfos complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OperatingSystemInfos"> <complexContent> <extension base="{}BaseResources"> <sequence> <element ref="{}operating_system" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
OperatingSystemInfos() |
Modifier and Type | Method and Description |
---|---|
List<OperatingSystemInfo> |
getOperatingSystemInfos()
Gets the value of the operatingSystemInfos property.
|
boolean |
isSetOperatingSystemInfos() |
void |
unsetOperatingSystemInfos() |
getActive, getSize, getTotal, isSetActive, isSetSize, isSetTotal, setActive, setSize, setTotal
getActions, isSetActions, setActions
public List<OperatingSystemInfo> getOperatingSystemInfos()
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 operatingSystemInfos property.
For example, to add a new item, do as follows:
getOperatingSystemInfos().add(newItem);
Objects of the following type(s) are allowed in the list
OperatingSystemInfo
public boolean isSetOperatingSystemInfos()
public void unsetOperatingSystemInfos()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0