@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public class PreflightReport
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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}SpecificResource">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}PreflightCheck" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ErrorCount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="WarningCount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
errorCount |
protected FileSpec |
fileSpec |
protected java.util.List<PreflightCheck> |
preflightCheck |
protected java.lang.Integer |
warningCount |
| Constructor and Description |
|---|
PreflightReport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.lang.Integer |
getErrorCount()
Gets the value of the errorCount property.
|
FileSpec |
getFileSpec()
Gets the value of the fileSpec property.
|
java.util.List<PreflightCheck> |
getPreflightCheck()
Gets the value of the preflightCheck property.
|
java.lang.Integer |
getWarningCount()
Gets the value of the warningCount property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setErrorCount(java.lang.Integer value)
Sets the value of the errorCount property.
|
void |
setFileSpec(FileSpec value)
Sets the value of the fileSpec property.
|
void |
setWarningCount(java.lang.Integer value)
Sets the value of the warningCount property.
|
PreflightReport |
withErrorCount(java.lang.Integer value) |
PreflightReport |
withFileSpec(FileSpec value) |
PreflightReport |
withPreflightCheck(java.util.Collection<PreflightCheck> values) |
PreflightReport |
withPreflightCheck(PreflightCheck... values) |
PreflightReport |
withWarningCount(java.lang.Integer value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected FileSpec fileSpec
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<PreflightCheck> preflightCheck
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer errorCount
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer warningCount
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public FileSpec getFileSpec()
FileSpec@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setFileSpec(FileSpec value)
value - allowed object is
FileSpec@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<PreflightCheck> getPreflightCheck()
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 preflightCheck property.
For example, to add a new item, do as follows:
getPreflightCheck().add(newItem);
Objects of the following type(s) are allowed in the list
PreflightCheck
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getErrorCount()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setErrorCount(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getWarningCount()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setWarningCount(java.lang.Integer value)
value - allowed object is
Integerpublic PreflightReport withFileSpec(FileSpec value)
public PreflightReport withPreflightCheck(PreflightCheck... values)
public PreflightReport withPreflightCheck(java.util.Collection<PreflightCheck> values)
public PreflightReport withErrorCount(java.lang.Integer value)
public PreflightReport withWarningCount(java.lang.Integer value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource