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