public class PRRuleAttr
extends java.lang.Object
implements java.io.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 java.util.List<java.lang.String> |
groupBies |
protected java.lang.Integer |
logErrors |
protected java.lang.Integer |
maxGroups |
protected java.lang.Integer |
maxPerGroup |
protected java.util.List<java.lang.String> |
reportAttrs |
| Constructor and Description |
|---|
PRRuleAttr() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getGroupBies()
Gets the value of the groupBies property.
|
java.lang.Integer |
getLogErrors()
Gets the value of the logErrors property.
|
java.lang.Integer |
getMaxGroups()
Gets the value of the maxGroups property.
|
java.lang.Integer |
getMaxPerGroup()
Gets the value of the maxPerGroup property.
|
java.util.List<java.lang.String> |
getReportAttrs()
Gets the value of the reportAttrs property.
|
void |
setLogErrors(java.lang.Integer value)
Sets the value of the logErrors property.
|
void |
setMaxGroups(java.lang.Integer value)
Sets the value of the maxGroups property.
|
void |
setMaxPerGroup(java.lang.Integer value)
Sets the value of the maxPerGroup property.
|
protected java.util.List<java.lang.String> groupBies
protected java.lang.Integer logErrors
protected java.util.List<java.lang.String> reportAttrs
protected java.lang.Integer maxPerGroup
protected java.lang.Integer maxGroups
public java.util.List<java.lang.String> getGroupBies()
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 groupBies property.
For example, to add a new item, do as follows:
getGroupBies().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.Integer getLogErrors()
Integerpublic void setLogErrors(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<java.lang.String> getReportAttrs()
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 reportAttrs property.
For example, to add a new item, do as follows:
getReportAttrs().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.Integer getMaxPerGroup()
Integerpublic void setMaxPerGroup(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getMaxGroups()
Integerpublic void setMaxGroups(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2012. All Rights Reserved.