Class ContentCheckIntent
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.ProductIntent
-
- org.cip4.lib.xjdf.schema.ContentCheckIntent
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-06T06:56:26+00:00", comments="JAXB RI v2.3.2") public class ContentCheckIntent extends ProductIntent implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2Java 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)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)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()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)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", date="2020-04-06T06:56:26+00:00", comments="JAXB RI v2.3.2") protected java.util.List<PreflightItem> preflightItem
-
proofItem
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-06T06:56:26+00:00", comments="JAXB RI v2.3.2") protected java.util.List<ProofItem> proofItem
-
-
Method Detail
-
getPreflightItem
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-06T06:56:26+00:00", comments="JAXB RI v2.3.2") 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 JAXB 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
-
getProofItem
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-06T06:56:26+00:00", comments="JAXB RI v2.3.2") 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 JAXB 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
-
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(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classProductIntent
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classProductIntent
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classProductIntent
-
hashCode
public int hashCode()
- Overrides:
hashCodein classProductIntent
-
-