public class ListProperty extends ConfigurationProperty
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>
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<? extends ConfigurationProperty> |
configurationProperty |
protected String |
max |
protected BigInteger |
min |
description, displayName, longDescription, name, readOnly, required, summary| Constructor and Description |
|---|
ListProperty() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<? extends ConfigurationProperty> |
getConfigurationProperty()
The type of child property.
|
String |
getMax()
Gets the value of the max property.
|
BigInteger |
getMin()
Gets the value of the min property.
|
void |
setConfigurationProperty(JAXBElement<? extends ConfigurationProperty> value)
The type of child property.
|
void |
setMax(String value)
Sets the value of the max property.
|
void |
setMin(BigInteger value)
Sets the value of the min property.
|
getDescription, getDisplayName, getLongDescription, getName, isReadOnly, isRequired, isSummary, setDescription, setDisplayName, setLongDescription, setName, setReadOnly, setRequired, setSummaryprotected JAXBElement<? extends ConfigurationProperty> configurationProperty
protected String max
protected BigInteger min
public JAXBElement<? extends ConfigurationProperty> getConfigurationProperty()
JAXBElement<ConfigurationProperty>
JAXBElement<SimpleProperty>
JAXBElement<MapProperty>
JAXBElement<DynamicProperty>
JAXBElement<ListProperty>public void setConfigurationProperty(JAXBElement<? extends ConfigurationProperty> value)
value - allowed object is
JAXBElement<ConfigurationProperty>
JAXBElement<SimpleProperty>
JAXBElement<MapProperty>
JAXBElement<DynamicProperty>
JAXBElement<ListProperty>public void setMax(String value)
value - allowed object is
Stringpublic BigInteger getMin()
BigIntegerpublic void setMin(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.