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