public class PreflightInstance 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}PreflightInstanceDetail" maxOccurs="unbounded" minOccurs="0"/>
</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 String |
identifier |
protected Integer |
pageRefs |
protected List<PreflightInstanceDetail> |
preflightInstanceDetail |
| Constructor and Description |
|---|
PreflightInstance() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier()
Gets the value of the identifier property.
|
Integer |
getPageRefs()
Gets the value of the pageRefs property.
|
List<PreflightInstanceDetail> |
getPreflightInstanceDetail()
Gets the value of the preflightInstanceDetail property.
|
void |
setIdentifier(String value)
Sets the value of the identifier property.
|
void |
setPageRefs(Integer value)
Sets the value of the pageRefs property.
|
protected List<PreflightInstanceDetail> preflightInstanceDetail
protected String identifier
protected Integer pageRefs
public List<PreflightInstanceDetail> getPreflightInstanceDetail()
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 preflightInstanceDetail property.
For example, to add a new item, do as follows:
getPreflightInstanceDetail().add(newItem);
Objects of the following type(s) are allowed in the list
PreflightInstanceDetail
public String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
Stringpublic Integer getPageRefs()
IntegerCopyright © 2013. All Rights Reserved.