public class DataCenter extends BaseResource
Java class for DataCenter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataCenter"> <complexContent> <extension base="{}BaseResource"> <sequence> <element name="storage_type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="storage_format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="version" type="{}Version" minOccurs="0"/> <element name="supported_versions" type="{}SupportedVersions" minOccurs="0"/> <element ref="{}status" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
DataCenter() |
Modifier and Type | Method and Description |
---|---|
Status |
getStatus()
Gets the value of the status property.
|
String |
getStorageFormat()
Gets the value of the storageFormat property.
|
String |
getStorageType()
Gets the value of the storageType property.
|
SupportedVersions |
getSupportedVersions()
Gets the value of the supportedVersions property.
|
Version |
getVersion()
Gets the value of the version property.
|
boolean |
isSetStatus() |
boolean |
isSetStorageFormat() |
boolean |
isSetStorageType() |
boolean |
isSetSupportedVersions() |
boolean |
isSetVersion() |
void |
setStatus(Status value)
Sets the value of the status property.
|
void |
setStorageFormat(String value)
Sets the value of the storageFormat property.
|
void |
setStorageType(String value)
Sets the value of the storageType property.
|
void |
setSupportedVersions(SupportedVersions value)
Sets the value of the supportedVersions property.
|
void |
setVersion(Version value)
Sets the value of the version property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
getActions, isSetActions, setActions
public String getStorageType()
String
public void setStorageType(String value)
value
- allowed object is
String
public boolean isSetStorageType()
public String getStorageFormat()
String
public void setStorageFormat(String value)
value
- allowed object is
String
public boolean isSetStorageFormat()
public Version getVersion()
Version
public void setVersion(Version value)
value
- allowed object is
Version
public boolean isSetVersion()
public SupportedVersions getSupportedVersions()
SupportedVersions
public void setSupportedVersions(SupportedVersions value)
value
- allowed object is
SupportedVersions
public boolean isSetSupportedVersions()
public Status getStatus()
Status
public void setStatus(Status value)
value
- allowed object is
Status
public boolean isSetStatus()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0