|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
org.rhq.core.clientapi.descriptor.configuration.ListProperty
public class ListProperty
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 |
|---|
protected javax.xml.bind.JAXBElement<? extends ConfigurationProperty> configurationProperty
protected java.lang.String max
protected java.math.BigInteger min
| Constructor Detail |
|---|
public ListProperty()
| Method Detail |
|---|
public javax.xml.bind.JAXBElement<? extends ConfigurationProperty> getConfigurationProperty()
JAXBElement<ListProperty>
JAXBElement<MapProperty>
JAXBElement<ConfigurationProperty>
JAXBElement<SimpleProperty>public void setConfigurationProperty(javax.xml.bind.JAXBElement<? extends ConfigurationProperty> value)
value - allowed object is
JAXBElement<ListProperty>
JAXBElement<MapProperty>
JAXBElement<ConfigurationProperty>
JAXBElement<SimpleProperty>public java.lang.String getMax()
Stringpublic void setMax(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getMin()
BigIntegerpublic void setMin(java.math.BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||