Package org.cip4.lib.xjdf.schema
Class ProofItem
java.lang.Object
org.cip4.lib.xjdf.schema.ProofItem
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.6",
date="2022-12-18T20:00:09Z")
public class ProofItem
extends Object
implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" minOccurs="0"/>
</sequence>
<attribute name="Amount" type="{http://www.w3.org/2001/XMLSchema}int" />
<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.w3.org/2001/XMLSchema}boolean" />
<attribute name="HalfTone" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}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>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the amount property.Gets the value of the colorType property.Gets the value of the fileSpec property.getID()Gets the value of the id property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the pageIndex property.Gets the value of the proofTarget property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) Gets the value of the contract property.Gets the value of the halfTone property.voidSets the value of the amount property.voidsetColorType(ProofItem.ColorType value) Sets the value of the colorType property.voidsetContract(Boolean value) Sets the value of the contract property.voidsetFileSpec(FileSpec value) Sets the value of the fileSpec property.voidsetHalfTone(Boolean value) Sets the value of the halfTone property.voidSets the value of the id property.voidsetPageIndex(IntegerList value) Sets the value of the pageIndex property.voidsetProofTarget(URI value) Sets the value of the proofTarget property.withAmount(Integer value) withColorType(ProofItem.ColorType value) withContract(Boolean value) withFileSpec(FileSpec value) withHalfTone(Boolean value) withPageIndex(IntegerList value) withProofTarget(URI value)
-
Field Details
-
fileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected FileSpec fileSpec -
amount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer amount -
colorType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected ProofItem.ColorType colorType -
contract
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean contract -
halfTone
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean halfTone -
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String id -
pageIndex
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected IntegerList pageIndex -
proofTarget
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected URI proofTarget
-
-
Constructor Details
-
ProofItem
public ProofItem()
-
-
Method Details
-
getFileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public FileSpec getFileSpec()Gets the value of the fileSpec property.- Returns:
- possible object is
FileSpec
-
setFileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setFileSpec(FileSpec value) Sets the value of the fileSpec property.- Parameters:
value- allowed object isFileSpec
-
getAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Integer getAmount()Gets the value of the amount property.- Returns:
- possible object is
Integer
-
setAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setAmount(Integer value) Sets the value of the amount property.- Parameters:
value- allowed object isInteger
-
getColorType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public ProofItem.ColorType getColorType()Gets the value of the colorType property.- Returns:
- possible object is
ProofItem.ColorType
-
setColorType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setColorType(ProofItem.ColorType value) Sets the value of the colorType property.- Parameters:
value- allowed object isProofItem.ColorType
-
isContract
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isContract()Gets the value of the contract property.- Returns:
- possible object is
Boolean
-
setContract
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setContract(Boolean value) Sets the value of the contract property.- Parameters:
value- allowed object isBoolean
-
isHalfTone
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isHalfTone()Gets the value of the halfTone property.- Returns:
- possible object is
Boolean
-
setHalfTone
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setHalfTone(Boolean value) Sets the value of the halfTone property.- Parameters:
value- allowed object isBoolean
-
getID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getID()Gets the value of the id property.- Returns:
- possible object is
String
-
setID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setID(String value) Sets the value of the id property.- Parameters:
value- allowed object isString
-
getPageIndex
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public IntegerList getPageIndex()Gets the value of the pageIndex property.- Returns:
- possible object is
String
-
setPageIndex
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPageIndex(IntegerList value) Sets the value of the pageIndex property.- Parameters:
value- allowed object isString
-
getProofTarget
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public URI getProofTarget()Gets the value of the proofTarget property.- Returns:
- possible object is
String
-
setProofTarget
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setProofTarget(URI value) Sets the value of the proofTarget property.- Parameters:
value- allowed object isString
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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
-
withFileSpec
-
withAmount
-
withColorType
-
withContract
-
withHalfTone
-
withID
-
withPageIndex
-
withProofTarget
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
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
-
hashCode
public int hashCode()
-