public class PreflightInstance
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}PreflightInstanceDetail" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Identifier" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="PageRefs" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
identifier |
protected java.lang.Integer |
pageRefs |
protected java.util.List<PreflightInstanceDetail> |
preflightInstanceDetails |
| Constructor and Description |
|---|
PreflightInstance() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIdentifier()
Gets the value of the identifier property.
|
java.lang.Integer |
getPageRefs()
Gets the value of the pageRefs property.
|
java.util.List<PreflightInstanceDetail> |
getPreflightInstanceDetails()
Gets the value of the preflightInstanceDetails property.
|
void |
setIdentifier(java.lang.String value)
Sets the value of the identifier property.
|
void |
setPageRefs(java.lang.Integer value)
Sets the value of the pageRefs property.
|
protected java.util.List<PreflightInstanceDetail> preflightInstanceDetails
protected java.lang.String identifier
protected java.lang.Integer pageRefs
public java.util.List<PreflightInstanceDetail> getPreflightInstanceDetails()
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 preflightInstanceDetails property.
For example, to add a new item, do as follows:
getPreflightInstanceDetails().add(newItem);
Objects of the following type(s) are allowed in the list
PreflightInstanceDetail
public java.lang.String getIdentifier()
Stringpublic void setIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPageRefs()
Integerpublic void setPageRefs(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2012. All Rights Reserved.