org.rhq.enterprise.server.xmlschema.generated.configuration.instance
Class ComplexValueDescriptor
java.lang.Object
org.rhq.enterprise.server.xmlschema.generated.configuration.instance.ComplexValueDescriptor
- Direct Known Subclasses:
- ComplexValueListDescriptor, ComplexValueMapDescriptor, ComplexValueSimpleDescriptor
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyName
protected String propertyName
ComplexValueDescriptor
public ComplexValueDescriptor()
getPropertyName
public String getPropertyName()
- Gets the value of the propertyName property.
- Returns:
- possible object is
String
setPropertyName
public void setPropertyName(String value)
- Sets the value of the propertyName property.
- Parameters:
value - allowed object is
String
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.