public class PRItem
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">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}PRError" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="PageSet" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
<attribute name="Occurrences" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ActionRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
actionRef |
protected java.lang.Integer |
occurrences |
protected java.lang.Integer |
pageSet |
protected java.util.List<PRError> |
prErrors |
| Constructor and Description |
|---|
PRItem() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getActionRef()
Gets the value of the actionRef property.
|
java.lang.Integer |
getOccurrences()
Gets the value of the occurrences property.
|
java.lang.Integer |
getPageSet()
Gets the value of the pageSet property.
|
java.util.List<PRError> |
getPRErrors()
Gets the value of the prErrors property.
|
void |
setActionRef(java.lang.Object value)
Sets the value of the actionRef property.
|
void |
setOccurrences(java.lang.Integer value)
Sets the value of the occurrences property.
|
void |
setPageSet(java.lang.Integer value)
Sets the value of the pageSet property.
|
protected java.util.List<PRError> prErrors
protected java.lang.Integer pageSet
protected java.lang.Integer occurrences
protected java.lang.Object actionRef
public java.util.List<PRError> getPRErrors()
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 prErrors property.
For example, to add a new item, do as follows:
getPRErrors().add(newItem);
Objects of the following type(s) are allowed in the list
PRError
public java.lang.Integer getPageSet()
Integerpublic void setPageSet(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getOccurrences()
Integerpublic void setOccurrences(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Object getActionRef()
Objectpublic void setActionRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.