public class ApiSummary extends Object
Java class for ApiSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApiSummary">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}vms" minOccurs="0"/>
<element ref="{}hosts" minOccurs="0"/>
<element ref="{}users" minOccurs="0"/>
<element ref="{}storage_domains" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Hosts |
hosts |
protected StorageDomains |
storageDomains |
protected Users |
users |
protected VMs |
vMs |
| Constructor and Description |
|---|
ApiSummary() |
| Modifier and Type | Method and Description |
|---|---|
Hosts |
getHosts()
Gets the value of the hosts property.
|
StorageDomains |
getStorageDomains()
Gets the value of the storageDomains property.
|
Users |
getUsers()
Gets the value of the users property.
|
VMs |
getVMs()
Gets the value of the vMs property.
|
boolean |
isSetHosts() |
boolean |
isSetStorageDomains() |
boolean |
isSetUsers() |
boolean |
isSetVMs() |
void |
setHosts(Hosts value)
Sets the value of the hosts property.
|
void |
setStorageDomains(StorageDomains value)
Sets the value of the storageDomains property.
|
void |
setUsers(Users value)
Sets the value of the users property.
|
void |
setVMs(VMs value)
Sets the value of the vMs property.
|
protected VMs vMs
protected Hosts hosts
protected Users users
protected StorageDomains storageDomains
public void setVMs(VMs value)
value - allowed object is
VMspublic boolean isSetVMs()
public Hosts getHosts()
Hostspublic void setHosts(Hosts value)
value - allowed object is
Hostspublic boolean isSetHosts()
public Users getUsers()
Userspublic void setUsers(Users value)
value - allowed object is
Userspublic boolean isSetUsers()
public StorageDomains getStorageDomains()
StorageDomainspublic void setStorageDomains(StorageDomains value)
value - allowed object is
StorageDomainspublic boolean isSetStorageDomains()
Copyright © 2012. All Rights Reserved.