@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public class ProofItem
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ProofItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProofItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Amount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ColorType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Monochrome"/>
<enumeration value="BasicColor"/>
<enumeration value="MatchedColor"/>
</restriction>
</simpleType>
</attribute>
<attribute name="Contract" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="HalfTone" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ID" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<attribute name="PageIndex" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRange" />
<attribute name="ProofTarget" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProofItem.ColorType
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
amount |
protected ProofItem.ColorType |
colorType |
protected java.lang.Boolean |
contract |
protected java.lang.Boolean |
halfTone |
protected java.lang.String |
id |
protected IntegerList |
pageIndex |
protected URI |
proofTarget |
| Constructor and Description |
|---|
ProofItem() |
| 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.lang.Integer |
getAmount()
Gets the value of the amount property.
|
ProofItem.ColorType |
getColorType()
Gets the value of the colorType property.
|
java.lang.String |
getID()
Gets the value of the id property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
IntegerList |
getPageIndex()
Gets the value of the pageIndex property.
|
URI |
getProofTarget()
Gets the value of the proofTarget property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
java.lang.Boolean |
isContract()
Gets the value of the contract property.
|
java.lang.Boolean |
isHalfTone()
Gets the value of the halfTone property.
|
void |
setAmount(java.lang.Integer value)
Sets the value of the amount property.
|
void |
setColorType(ProofItem.ColorType value)
Sets the value of the colorType property.
|
void |
setContract(java.lang.Boolean value)
Sets the value of the contract property.
|
void |
setHalfTone(java.lang.Boolean value)
Sets the value of the halfTone property.
|
void |
setID(java.lang.String value)
Sets the value of the id property.
|
void |
setPageIndex(IntegerList value)
Sets the value of the pageIndex property.
|
void |
setProofTarget(URI value)
Sets the value of the proofTarget property.
|
ProofItem |
withAmount(java.lang.Integer value) |
ProofItem |
withColorType(ProofItem.ColorType value) |
ProofItem |
withContract(java.lang.Boolean value) |
ProofItem |
withHalfTone(java.lang.Boolean value) |
ProofItem |
withID(java.lang.String value) |
ProofItem |
withPageIndex(IntegerList value) |
ProofItem |
withProofTarget(URI value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer amount
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected ProofItem.ColorType colorType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean contract
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean halfTone
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String id
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected IntegerList pageIndex
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected URI proofTarget
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getAmount()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setAmount(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public ProofItem.ColorType getColorType()
ProofItem.ColorType@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setColorType(ProofItem.ColorType value)
value - allowed object is
ProofItem.ColorType@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isContract()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setContract(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isHalfTone()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setHalfTone(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public IntegerList getPageIndex()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setPageIndex(IntegerList value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public URI getProofTarget()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setProofTarget(URI value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
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.
public ProofItem withAmount(java.lang.Integer value)
public ProofItem withColorType(ProofItem.ColorType value)
public ProofItem withContract(java.lang.Boolean value)
public ProofItem withHalfTone(java.lang.Boolean value)
public ProofItem withID(java.lang.String value)
public ProofItem withPageIndex(IntegerList value)
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.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object