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>
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.
|
public void setVMs(VMs value)
value
- allowed object is
VMs
public boolean isSetVMs()
public Hosts getHosts()
Hosts
public void setHosts(Hosts value)
value
- allowed object is
Hosts
public boolean isSetHosts()
public Users getUsers()
Users
public void setUsers(Users value)
value
- allowed object is
Users
public boolean isSetUsers()
public StorageDomains getStorageDomains()
StorageDomains
public void setStorageDomains(StorageDomains value)
value
- allowed object is
StorageDomains
public boolean isSetStorageDomains()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0