public class PRItem 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">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}PRError" maxOccurs="unbounded" minOccurs="0"/>
</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 Object |
actionRef |
protected Integer |
occurrences |
protected Integer |
pageSet |
protected List<PRError> |
prError |
| Constructor and Description |
|---|
PRItem() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getActionRef()
Gets the value of the actionRef property.
|
Integer |
getOccurrences()
Gets the value of the occurrences property.
|
Integer |
getPageSet()
Gets the value of the pageSet property.
|
List<PRError> |
getPRError()
Gets the value of the prError property.
|
void |
setActionRef(Object value)
Sets the value of the actionRef property.
|
void |
setOccurrences(Integer value)
Sets the value of the occurrences property.
|
void |
setPageSet(Integer value)
Sets the value of the pageSet property.
|
protected Integer pageSet
protected Integer occurrences
protected Object actionRef
public List<PRError> getPRError()
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 prError property.
For example, to add a new item, do as follows:
getPRError().add(newItem);
Objects of the following type(s) are allowed in the list
PRError
public Integer getPageSet()
Integerpublic void setPageSet(Integer value)
value - allowed object is
Integerpublic Integer getOccurrences()
Integerpublic void setOccurrences(Integer value)
value - allowed object is
Integerpublic Object getActionRef()
ObjectCopyright © 2013. All Rights Reserved.