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, unsetLinksgetActions, isSetActions, setActionspublic String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic boolean isSetUuid()
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public String getUsageType()
Stringpublic void setUsageType(String value)
value - allowed object is
Stringpublic boolean isSetUsageType()
public XMLGregorianCalendar getCreationDate()
XMLGregorianCalendarpublic void setCreationDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetCreationDate()
public OpenStackVolumeProvider getOpenstackVolumeProvider()
OpenStackVolumeProviderpublic void setOpenstackVolumeProvider(OpenStackVolumeProvider value)
value - allowed object is
OpenStackVolumeProviderpublic boolean isSetOpenstackVolumeProvider()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0