public class DatabaseBackingType extends Object
Java class for databaseBackingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="databaseBackingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="key" use="required" type="{urn:xmlns:rhq-configuration}databaseBackingKeys" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DatabaseBackingKeys |
key |
| Constructor and Description |
|---|
DatabaseBackingType() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseBackingKeys |
getKey()
Gets the value of the key property.
|
void |
setKey(DatabaseBackingKeys value)
Sets the value of the key property.
|
protected DatabaseBackingKeys key
public DatabaseBackingKeys getKey()
DatabaseBackingKeyspublic void setKey(DatabaseBackingKeys value)
value - allowed object is
DatabaseBackingKeysCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.