@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public class ContentCheckIntent
extends ProductIntent
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java 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>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<PreflightItem> |
preflightItem |
protected java.util.List<ProofItem> |
proofItem |
any| Constructor and Description |
|---|
ContentCheckIntent() |
| 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.util.List<PreflightItem> |
getPreflightItem()
Gets the value of the preflightItem property.
|
java.util.List<ProofItem> |
getProofItem()
Gets the value of the proofItem property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
ContentCheckIntent |
withAny(java.util.Collection<java.lang.Object> values) |
ContentCheckIntent |
withAny(java.lang.Object... values) |
ContentCheckIntent |
withPreflightItem(java.util.Collection<PreflightItem> values) |
ContentCheckIntent |
withPreflightItem(PreflightItem... values) |
ContentCheckIntent |
withProofItem(java.util.Collection<ProofItem> values) |
ContentCheckIntent |
withProofItem(ProofItem... values) |
getAny, getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<PreflightItem> preflightItem
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<ProofItem> proofItem
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<PreflightItem> getPreflightItem()
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 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
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<ProofItem> getProofItem()
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 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
public ContentCheckIntent withPreflightItem(PreflightItem... values)
public ContentCheckIntent withPreflightItem(java.util.Collection<PreflightItem> values)
public ContentCheckIntent withProofItem(ProofItem... values)
public ContentCheckIntent withProofItem(java.util.Collection<ProofItem> values)
public ContentCheckIntent withAny(java.lang.Object... values)
withAny in class ProductIntentpublic ContentCheckIntent withAny(java.util.Collection<java.lang.Object> values)
withAny in class ProductIntentpublic 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 ProductIntentpublic boolean equals(java.lang.Object object)
equals in class ProductIntentpublic 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 ProductIntentpublic int hashCode()
hashCode in class ProductIntent