public class ConstraintType extends Object
Java class for constraintType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="constraintType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="integer-constraint" type="{urn:xmlns:rhq-configuration}integerConstraintType"/>
<element name="float-constraint" type="{urn:xmlns:rhq-configuration}floatConstraintType"/>
<element name="regex-constraint" type="{urn:xmlns:rhq-configuration}regexConstraintType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
integerConstraintOrFloatConstraintOrRegexConstraint |
| Constructor and Description |
|---|
ConstraintType() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getIntegerConstraintOrFloatConstraintOrRegexConstraint()
Gets the value of the integerConstraintOrFloatConstraintOrRegexConstraint property.
|
public List<Object> getIntegerConstraintOrFloatConstraintOrRegexConstraint()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the integerConstraintOrFloatConstraintOrRegexConstraint property.
For example, to add a new item, do as follows:
getIntegerConstraintOrFloatConstraintOrRegexConstraint().add(newItem);
Objects of the following type(s) are allowed in the list
IntegerConstraintType
RegexConstraintType
FloatConstraintType
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.