Package org.cip4.lib.xjdf.schema
Class PreflightCheck
java.lang.Object
org.cip4.lib.xjdf.schema.PreflightCheck
- 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 PreflightCheck
extends Object
implements Serializable
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Comment" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}GeneralID" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Action" type="{http://www.CIP4.org/JDFSchema_2_0}EnumPreflightAction" />
<attribute name="Count" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Pages" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="Severity" type="{http://www.CIP4.org/JDFSchema_2_0}Severity" />
<attribute name="TestClass" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="TestID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the action property.Gets the value of the comment property.getCount()Gets the value of the count property.Gets the value of the generalID property.Gets a map that contains attributes that aren't bound to any typed property on this class.getPages()Gets the value of the pages property.Gets the value of the severity property.Gets the value of the testClass property.Gets the value of the testID property.inthashCode()voidsetAction(EnumPreflightAction value) Sets the value of the action property.voidsetComment(Comment value) Sets the value of the comment property.voidSets the value of the count property.voidsetPages(IntegerList value) Sets the value of the pages property.voidsetSeverity(Severity value) Sets the value of the severity property.voidsetTestClass(String value) Sets the value of the testClass property.voidSets the value of the testID property.withAction(EnumPreflightAction value) withComment(Comment value) withGeneralID(Collection<GeneralID> values) withGeneralID(GeneralID... values) withPages(IntegerList value) withSeverity(Severity value) withTestClass(String value) withTestID(String value)
-
Field Details
-
comment
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Comment comment -
generalID
-
action
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected EnumPreflightAction action -
count
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Integer count -
pages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected IntegerList pages -
severity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Severity severity -
testClass
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String testClass -
testID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String testID
-
-
Constructor Details
-
PreflightCheck
public PreflightCheck()
-
-
Method Details
-
getComment
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Comment getComment()Gets the value of the comment property.- Returns:
- possible object is
Comment
-
setComment
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setComment(Comment value) Sets the value of the comment property.- Parameters:
value- allowed object isComment
-
getGeneralID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<GeneralID> getGeneralID()Gets the value of the generalID 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 generalID property.For example, to add a new item, do as follows:
getGeneralID().add(newItem);
Objects of the following type(s) are allowed in the list
GeneralID- Returns:
- The value of the generalID property.
-
getAction
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public EnumPreflightAction getAction()Gets the value of the action property.- Returns:
- possible object is
EnumPreflightAction
-
setAction
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setAction(EnumPreflightAction value) Sets the value of the action property.- Parameters:
value- allowed object isEnumPreflightAction
-
getCount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Integer getCount()Gets the value of the count property.- Returns:
- possible object is
Integer
-
setCount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setCount(Integer value) Sets the value of the count property.- Parameters:
value- allowed object isInteger
-
getPages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public IntegerList getPages()Gets the value of the pages property.- Returns:
- possible object is
String
-
setPages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setPages(IntegerList value) Sets the value of the pages property.- Parameters:
value- allowed object isString
-
getSeverity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Severity getSeverity()Gets the value of the severity property.- Returns:
- possible object is
Severity
-
setSeverity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setSeverity(Severity value) Sets the value of the severity property.- Parameters:
value- allowed object isSeverity
-
getTestClass
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getTestClass()Gets the value of the testClass property.- Returns:
- possible object is
String
-
setTestClass
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setTestClass(String value) Sets the value of the testClass property.- Parameters:
value- allowed object isString
-
getTestID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getTestID()Gets the value of the testID property.- Returns:
- possible object is
String
-
setTestID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setTestID(String value) Sets the value of the testID property.- Parameters:
value- allowed object isString
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Map<QName,String> getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-
withComment
-
withGeneralID
-
withGeneralID
-
withAction
-
withCount
-
withPages
-
withSeverity
-
withTestClass
-
withTestID
-
equals
-
hashCode
public int hashCode()
-