Class ContentCheckIntent
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.ProductIntent
-
- org.cip4.lib.xjdf.schema.ContentCheckIntent
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public class ContentCheckIntent extends ProductIntent implements java.io.SerializableJava class for ContentCheckIntent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContentCheckIntent"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}ProductIntent"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}PreflightItem" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}ProofItem" maxOccurs="unbounded" minOccurs="0"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<PreflightItem>preflightItemprotected java.util.List<ProofItem>proofItem-
Fields inherited from class org.cip4.lib.xjdf.schema.ProductIntent
any
-
-
Constructor Summary
Constructors Constructor Description ContentCheckIntent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<PreflightItem>getPreflightItem()Gets the value of the preflightItem property.java.util.List<ProofItem>getProofItem()Gets the value of the proofItem property.inthashCode()ContentCheckIntentwithAny(java.lang.Object... values)ContentCheckIntentwithAny(java.util.Collection<java.lang.Object> values)ContentCheckIntentwithPreflightItem(java.util.Collection<PreflightItem> values)ContentCheckIntentwithPreflightItem(PreflightItem... values)ContentCheckIntentwithProofItem(java.util.Collection<ProofItem> values)ContentCheckIntentwithProofItem(ProofItem... values)-
Methods inherited from class org.cip4.lib.xjdf.schema.ProductIntent
getAny, getOtherAttributes
-
-
-
-
Field Detail
-
preflightItem
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<PreflightItem> preflightItem
-
proofItem
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<ProofItem> proofItem
-
-
Method Detail
-
getPreflightItem
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.util.List<PreflightItem> getPreflightItem()Gets the value of the preflightItem 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 Jakarta XML Binding object. This is why there is not a
setmethod for the preflightItem property.For example, to add a new item, do as follows:
getPreflightItem().add(newItem);Objects of the following type(s) are allowed in the list
PreflightItem- Returns:
- The value of the preflightItem property.
-
getProofItem
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.util.List<ProofItem> getProofItem()Gets the value of the proofItem 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 Jakarta XML Binding object. This is why there is not a
setmethod for the proofItem property.For example, to add a new item, do as follows:
getProofItem().add(newItem);Objects of the following type(s) are allowed in the list
ProofItem- Returns:
- The value of the proofItem property.
-
withPreflightItem
public ContentCheckIntent withPreflightItem(PreflightItem... values)
-
withPreflightItem
public ContentCheckIntent withPreflightItem(java.util.Collection<PreflightItem> values)
-
withProofItem
public ContentCheckIntent withProofItem(ProofItem... values)
-
withProofItem
public ContentCheckIntent withProofItem(java.util.Collection<ProofItem> values)
-
withAny
public ContentCheckIntent withAny(java.lang.Object... values)
- Overrides:
withAnyin classProductIntent
-
withAny
public ContentCheckIntent withAny(java.util.Collection<java.lang.Object> values)
- Overrides:
withAnyin classProductIntent
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classProductIntent
-
hashCode
public int hashCode()
- Overrides:
hashCodein classProductIntent
-
-