public class PRRuleAttr extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="GroupBy" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="LogErrors" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ReportAttr" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="MaxPerGroup" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="MaxGroups" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
groupBy |
protected Integer |
logErrors |
protected Integer |
maxGroups |
protected Integer |
maxPerGroup |
protected List<String> |
reportAttr |
| Constructor and Description |
|---|
PRRuleAttr() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getGroupBy()
Gets the value of the groupBy property.
|
Integer |
getLogErrors()
Gets the value of the logErrors property.
|
Integer |
getMaxGroups()
Gets the value of the maxGroups property.
|
Integer |
getMaxPerGroup()
Gets the value of the maxPerGroup property.
|
List<String> |
getReportAttr()
Gets the value of the reportAttr property.
|
void |
setLogErrors(Integer value)
Sets the value of the logErrors property.
|
void |
setMaxGroups(Integer value)
Sets the value of the maxGroups property.
|
void |
setMaxPerGroup(Integer value)
Sets the value of the maxPerGroup property.
|
protected Integer logErrors
protected Integer maxPerGroup
protected Integer maxGroups
public List<String> getGroupBy()
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 groupBy property.
For example, to add a new item, do as follows:
getGroupBy().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Integer getLogErrors()
Integerpublic void setLogErrors(Integer value)
value - allowed object is
Integerpublic List<String> getReportAttr()
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 reportAttr property.
For example, to add a new item, do as follows:
getReportAttr().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Integer getMaxPerGroup()
Integerpublic void setMaxPerGroup(Integer value)
value - allowed object is
Integerpublic Integer getMaxGroups()
IntegerCopyright © 2013. All Rights Reserved.