org.rhq.core.clientapi.descriptor.configuration
Class ListProperty

java.lang.Object
  extended by org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
      extended by org.rhq.core.clientapi.descriptor.configuration.ListProperty

public class ListProperty
extends ConfigurationProperty

The definition of a child list of properties.

Java class for listProperty complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="listProperty">
   <complexContent>
     <extension base="{urn:xmlns:rhq-configuration}configurationProperty">
       <sequence>
         <element ref="{urn:xmlns:rhq-configuration}configuration-property" minOccurs="0"/>
       </sequence>
       <attribute name="max" type="{urn:xmlns:rhq-configuration}maxCount" default="unbounded" />
       <attribute name="min" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" default="0" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.bind.JAXBElement<? extends ConfigurationProperty> configurationProperty
           
protected  java.lang.String max
           
protected  java.math.BigInteger min
           
 
Fields inherited from class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
description, displayName, longDescription, name, readOnly, required, summary
 
Constructor Summary
ListProperty()
           
 
Method Summary
 javax.xml.bind.JAXBElement<? extends ConfigurationProperty> getConfigurationProperty()
          The type of child property.
 java.lang.String getMax()
          Gets the value of the max property.
 java.math.BigInteger getMin()
          Gets the value of the min property.
 void setConfigurationProperty(javax.xml.bind.JAXBElement<? extends ConfigurationProperty> value)
          The type of child property.
 void setMax(java.lang.String value)
          Sets the value of the max property.
 void setMin(java.math.BigInteger value)
          Sets the value of the min property.
 
Methods inherited from class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
getDescription, getDisplayName, getLongDescription, getName, isReadOnly, isRequired, isSummary, setDescription, setDisplayName, setLongDescription, setName, setReadOnly, setRequired, setSummary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configurationProperty

protected javax.xml.bind.JAXBElement<? extends ConfigurationProperty> configurationProperty

max

protected java.lang.String max

min

protected java.math.BigInteger min
Constructor Detail

ListProperty

public ListProperty()
Method Detail

getConfigurationProperty

public javax.xml.bind.JAXBElement<? extends ConfigurationProperty> getConfigurationProperty()
The type of child property. If not supplied properties can be arbitrary.

Returns:
possible object is JAXBElement<ListProperty> JAXBElement<MapProperty> JAXBElement<ConfigurationProperty> JAXBElement<SimpleProperty>

setConfigurationProperty

public void setConfigurationProperty(javax.xml.bind.JAXBElement<? extends ConfigurationProperty> value)
The type of child property. If not supplied properties can be arbitrary.

Parameters:
value - allowed object is JAXBElement<ListProperty> JAXBElement<MapProperty> JAXBElement<ConfigurationProperty> JAXBElement<SimpleProperty>

getMax

public java.lang.String getMax()
Gets the value of the max property.

Returns:
possible object is String

setMax

public void setMax(java.lang.String value)
Sets the value of the max property.

Parameters:
value - allowed object is String

getMin

public java.math.BigInteger getMin()
Gets the value of the min property.

Returns:
possible object is BigInteger

setMin

public void setMin(java.math.BigInteger value)
Sets the value of the min property.

Parameters:
value - allowed object is BigInteger


Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.