public class PreflightReport extends ParameterType implements 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 Integer |
errorCount |
protected String |
errorState |
protected Object |
fileSpecRef |
protected Object |
preflightParamsRef |
protected List<PreflightReportRulePool> |
preflightReportRulePools |
protected List<PRItem> |
prItems |
protected Object |
runListRef |
protected Integer |
warningCount |
| Constructor and Description |
|---|
PreflightReport() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getErrorCount()
Gets the value of the errorCount property.
|
String |
getErrorState()
Gets the value of the errorState property.
|
Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
Object |
getPreflightParamsRef()
Gets the value of the preflightParamsRef property.
|
List<PreflightReportRulePool> |
getPreflightReportRulePools()
Gets the value of the preflightReportRulePools property.
|
List<PRItem> |
getPRItems()
Gets the value of the prItems property.
|
Object |
getRunListRef()
Gets the value of the runListRef property.
|
Integer |
getWarningCount()
Gets the value of the warningCount property.
|
void |
setErrorCount(Integer value)
Sets the value of the errorCount property.
|
void |
setErrorState(String value)
Sets the value of the errorState property.
|
void |
setFileSpecRef(Object value)
Sets the value of the fileSpecRef property.
|
void |
setPreflightParamsRef(Object value)
Sets the value of the preflightParamsRef property.
|
void |
setRunListRef(Object value)
Sets the value of the runListRef property.
|
void |
setWarningCount(Integer value)
Sets the value of the warningCount property.
|
protected List<PreflightReportRulePool> preflightReportRulePools
protected Integer warningCount
protected String errorState
protected Integer errorCount
protected Object preflightParamsRef
protected Object runListRef
protected Object fileSpecRef
public 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 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 Integer getWarningCount()
Integerpublic void setWarningCount(Integer value)
value - allowed object is
Integerpublic String getErrorState()
Stringpublic void setErrorState(String value)
value - allowed object is
Stringpublic Integer getErrorCount()
Integerpublic void setErrorCount(Integer value)
value - allowed object is
Integerpublic Object getPreflightParamsRef()
Objectpublic void setPreflightParamsRef(Object value)
value - allowed object is
Objectpublic Object getRunListRef()
Objectpublic void setRunListRef(Object value)
value - allowed object is
Objectpublic Object getFileSpecRef()
ObjectCopyright © 2012. All Rights Reserved.