public class PreflightReport extends ParameterType implements java.io.Serializable
Java class for PreflightReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PreflightReport">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}PreflightReportRulePool" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}PRItem" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="WarningCount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ErrorState" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ErrorCount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="PreflightParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="RunListRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="FileSpecRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
errorCount |
protected java.lang.String |
errorState |
protected java.lang.Object |
fileSpecRef |
protected java.lang.Object |
preflightParamsRef |
protected java.util.List<PreflightReportRulePool> |
preflightReportRulePools |
protected java.util.List<PRItem> |
prItems |
protected java.lang.Object |
runListRef |
protected java.lang.Integer |
warningCount |
| Constructor and Description |
|---|
PreflightReport() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getErrorCount()
Gets the value of the errorCount property.
|
java.lang.String |
getErrorState()
Gets the value of the errorState property.
|
java.lang.Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
java.lang.Object |
getPreflightParamsRef()
Gets the value of the preflightParamsRef property.
|
java.util.List<PreflightReportRulePool> |
getPreflightReportRulePools()
Gets the value of the preflightReportRulePools property.
|
java.util.List<PRItem> |
getPRItems()
Gets the value of the prItems property.
|
java.lang.Object |
getRunListRef()
Gets the value of the runListRef property.
|
java.lang.Integer |
getWarningCount()
Gets the value of the warningCount property.
|
void |
setErrorCount(java.lang.Integer value)
Sets the value of the errorCount property.
|
void |
setErrorState(java.lang.String value)
Sets the value of the errorState property.
|
void |
setFileSpecRef(java.lang.Object value)
Sets the value of the fileSpecRef property.
|
void |
setPreflightParamsRef(java.lang.Object value)
Sets the value of the preflightParamsRef property.
|
void |
setRunListRef(java.lang.Object value)
Sets the value of the runListRef property.
|
void |
setWarningCount(java.lang.Integer value)
Sets the value of the warningCount property.
|
protected java.util.List<PRItem> prItems
protected java.util.List<PreflightReportRulePool> preflightReportRulePools
protected java.lang.Integer warningCount
protected java.lang.String errorState
protected java.lang.Integer errorCount
protected java.lang.Object preflightParamsRef
protected java.lang.Object runListRef
protected java.lang.Object fileSpecRef
public java.util.List<PRItem> getPRItems()
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 prItems property.
For example, to add a new item, do as follows:
getPRItems().add(newItem);
Objects of the following type(s) are allowed in the list
PRItem
public java.util.List<PreflightReportRulePool> getPreflightReportRulePools()
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 preflightReportRulePools property.
For example, to add a new item, do as follows:
getPreflightReportRulePools().add(newItem);
Objects of the following type(s) are allowed in the list
PreflightReportRulePool
public java.lang.Integer getWarningCount()
Integerpublic void setWarningCount(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getErrorState()
Stringpublic void setErrorState(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getErrorCount()
Integerpublic void setErrorCount(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Object getPreflightParamsRef()
Objectpublic void setPreflightParamsRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getRunListRef()
Objectpublic void setRunListRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getFileSpecRef()
Objectpublic void setFileSpecRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.