public class PreflightReportRulePool extends ParameterType implements Serializable
Java class for PreflightReportRulePool complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PreflightReportRulePool">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}PRRuleAttr" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}PRRule" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="MaxOccurrences" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
maxOccurrences |
protected List<PRRuleAttr> |
prRuleAttrs |
protected List<PRRule> |
prRules |
| Constructor and Description |
|---|
PreflightReportRulePool() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxOccurrences()
Gets the value of the maxOccurrences property.
|
List<PRRuleAttr> |
getPRRuleAttrs()
Gets the value of the prRuleAttrs property.
|
List<PRRule> |
getPRRules()
Gets the value of the prRules property.
|
void |
setMaxOccurrences(Integer value)
Sets the value of the maxOccurrences property.
|
protected List<PRRuleAttr> prRuleAttrs
protected Integer maxOccurrences
public List<PRRule> getPRRules()
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 prRules property.
For example, to add a new item, do as follows:
getPRRules().add(newItem);
Objects of the following type(s) are allowed in the list
PRRule
public List<PRRuleAttr> getPRRuleAttrs()
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 prRuleAttrs property.
For example, to add a new item, do as follows:
getPRRuleAttrs().add(newItem);
Objects of the following type(s) are allowed in the list
PRRuleAttr
public Integer getMaxOccurrences()
IntegerCopyright © 2012. All Rights Reserved.