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