Package org.cip4.lib.xjdf.schema
Class PreflightParams
java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.PreflightParams
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public class PreflightParams
extends SpecificResource
implements Serializable
Java class for PreflightParams complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="PreflightParams">
<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}PreflightTest" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the fileSpec property.Gets the value of the preflightTest property.inthashCode()voidsetFileSpec(FileSpec value) Sets the value of the fileSpec property.withFileSpec(FileSpec value) withPreflightTest(Collection<PreflightTest> values) withPreflightTest(PreflightTest... values) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
fileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected FileSpec fileSpec -
preflightTest
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<PreflightTest> preflightTest
-
-
Constructor Details
-
PreflightParams
public PreflightParams()
-
-
Method Details
-
getFileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public FileSpec getFileSpec()Gets the value of the fileSpec property.- Returns:
- possible object is
FileSpec
-
setFileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setFileSpec(FileSpec value) Sets the value of the fileSpec property.- Parameters:
value- allowed object isFileSpec
-
getPreflightTest
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<PreflightTest> getPreflightTest()Gets the value of the preflightTest property.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
setmethod for the preflightTest property.For example, to add a new item, do as follows:
getPreflightTest().add(newItem);
Objects of the following type(s) are allowed in the list
PreflightTest- Returns:
- The value of the preflightTest property.
-
withFileSpec
-
withPreflightTest
-
withPreflightTest
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-