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>
<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"/>
</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> |
preflightReportRulePool |
protected List<PRItem> |
prItem |
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> |
getPreflightReportRulePool()
Gets the value of the preflightReportRulePool property.
|
List<PRItem> |
getPRItem()
Gets the value of the prItem 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> preflightReportRulePool
protected Integer warningCount
protected String errorState
protected Integer errorCount
protected Object preflightParamsRef
protected Object runListRef
protected Object fileSpecRef
public List<PreflightReportRulePool> getPreflightReportRulePool()
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 preflightReportRulePool property.
For example, to add a new item, do as follows:
getPreflightReportRulePool().add(newItem);
Objects of the following type(s) are allowed in the list
PreflightReportRulePool
public List<PRItem> getPRItem()
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 prItem property.
For example, to add a new item, do as follows:
getPRItem().add(newItem);
Objects of the following type(s) are allowed in the list
PRItem
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 © 2013. All Rights Reserved.