org.rhq.enterprise.server.xmlschema.generated.configuration.instance
Class ComplexValueDescriptor

java.lang.Object
  extended by 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>
 


Field Summary
protected  String propertyName
           
 
Constructor Summary
ComplexValueDescriptor()
           
 
Method Summary
 String getPropertyName()
          Gets the value of the propertyName property.
 void setPropertyName(String value)
          Sets the value of the propertyName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyName

protected String propertyName
Constructor Detail

ComplexValueDescriptor

public ComplexValueDescriptor()
Method Detail

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.