public class ComplexValueSimpleDescriptor extends ComplexValueDescriptor
Java class for ComplexValueSimple complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplexValueSimple">
<complexContent>
<extension base="{urn:xmlns:rhq-configuration-instance}ComplexValue">
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
value |
propertyName| Constructor and Description |
|---|
ComplexValueSimpleDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Gets the value of the value property.
|
void |
setValue(String value)
Sets the value of the value property.
|
getPropertyName, setPropertyNameprotected String value
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.