public class OpenstackVolumeAuthenticationKey extends BaseResource
Java class for OpenstackVolumeAuthenticationKey complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OpenstackVolumeAuthenticationKey"> <complexContent> <extension base="{}BaseResource"> <sequence> <element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="usage_type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="creation_date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element ref="{}openstack_volume_provider" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
OpenstackVolumeAuthenticationKey() |
Modifier and Type | Method and Description |
---|---|
XMLGregorianCalendar |
getCreationDate()
Gets the value of the creationDate property.
|
OpenStackVolumeProvider |
getOpenstackVolumeProvider()
Gets the value of the openstackVolumeProvider property.
|
String |
getUsageType()
Gets the value of the usageType property.
|
String |
getUuid()
Gets the value of the uuid property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isSetCreationDate() |
boolean |
isSetOpenstackVolumeProvider() |
boolean |
isSetUsageType() |
boolean |
isSetUuid() |
boolean |
isSetValue() |
void |
setCreationDate(XMLGregorianCalendar value)
Sets the value of the creationDate property.
|
void |
setOpenstackVolumeProvider(OpenStackVolumeProvider value)
Sets the value of the openstackVolumeProvider property.
|
void |
setUsageType(String value)
Sets the value of the usageType property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
void |
setValue(String value)
Sets the value of the value 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 getUuid()
String
public void setUuid(String value)
value
- allowed object is
String
public boolean isSetUuid()
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public boolean isSetValue()
public String getUsageType()
String
public void setUsageType(String value)
value
- allowed object is
String
public boolean isSetUsageType()
public XMLGregorianCalendar getCreationDate()
XMLGregorianCalendar
public void setCreationDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetCreationDate()
public OpenStackVolumeProvider getOpenstackVolumeProvider()
OpenStackVolumeProvider
public void setOpenstackVolumeProvider(OpenStackVolumeProvider value)
value
- allowed object is
OpenStackVolumeProvider
public boolean isSetOpenstackVolumeProvider()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0