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>
<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"/>
</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<PRRule> |
prRule |
protected List<PRRuleAttr> |
prRuleAttr |
| Constructor and Description |
|---|
PreflightReportRulePool() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxOccurrences()
Gets the value of the maxOccurrences property.
|
List<PRRule> |
getPRRule()
Gets the value of the prRule property.
|
List<PRRuleAttr> |
getPRRuleAttr()
Gets the value of the prRuleAttr property.
|
void |
setMaxOccurrences(Integer value)
Sets the value of the maxOccurrences property.
|
protected List<PRRuleAttr> prRuleAttr
protected Integer maxOccurrences
public List<PRRuleAttr> getPRRuleAttr()
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 prRuleAttr property.
For example, to add a new item, do as follows:
getPRRuleAttr().add(newItem);
Objects of the following type(s) are allowed in the list
PRRuleAttr
public List<PRRule> getPRRule()
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 prRule property.
For example, to add a new item, do as follows:
getPRRule().add(newItem);
Objects of the following type(s) are allowed in the list
PRRule
public Integer getMaxOccurrences()
IntegerCopyright © 2013. All Rights Reserved.