public class ProofItem extends Object implements Serializable
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="Contract" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PageIndex" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
<attribute name="ProofTarget" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="ProofName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ApprovalParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ProofType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Amount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="HalfTone" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="SeparationNames" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="ColorType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ImageStrategy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="BrandName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Technology" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
amount |
protected Object |
approvalParamsRef |
protected String |
brandName |
protected String |
colorType |
protected Boolean |
contract |
protected Boolean |
halfTone |
protected String |
imageStrategy |
protected Integer |
pageIndex |
protected String |
proofName |
protected String |
proofTarget |
protected String |
proofType |
protected List<String> |
separationNames |
protected String |
technology |
| Constructor and Description |
|---|
ProofItem() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAmount()
Gets the value of the amount property.
|
Object |
getApprovalParamsRef()
Gets the value of the approvalParamsRef property.
|
String |
getBrandName()
Gets the value of the brandName property.
|
String |
getColorType()
Gets the value of the colorType property.
|
String |
getImageStrategy()
Gets the value of the imageStrategy property.
|
Integer |
getPageIndex()
Gets the value of the pageIndex property.
|
String |
getProofName()
Gets the value of the proofName property.
|
String |
getProofTarget()
Gets the value of the proofTarget property.
|
String |
getProofType()
Gets the value of the proofType property.
|
List<String> |
getSeparationNames()
Gets the value of the separationNames property.
|
String |
getTechnology()
Gets the value of the technology property.
|
Boolean |
isContract()
Gets the value of the contract property.
|
Boolean |
isHalfTone()
Gets the value of the halfTone property.
|
void |
setAmount(Integer value)
Sets the value of the amount property.
|
void |
setApprovalParamsRef(Object value)
Sets the value of the approvalParamsRef property.
|
void |
setBrandName(String value)
Sets the value of the brandName property.
|
void |
setColorType(String value)
Sets the value of the colorType property.
|
void |
setContract(Boolean value)
Sets the value of the contract property.
|
void |
setHalfTone(Boolean value)
Sets the value of the halfTone property.
|
void |
setImageStrategy(String value)
Sets the value of the imageStrategy property.
|
void |
setPageIndex(Integer value)
Sets the value of the pageIndex property.
|
void |
setProofName(String value)
Sets the value of the proofName property.
|
void |
setProofTarget(String value)
Sets the value of the proofTarget property.
|
void |
setProofType(String value)
Sets the value of the proofType property.
|
void |
setTechnology(String value)
Sets the value of the technology property.
|
protected Boolean contract
protected Integer pageIndex
protected String proofTarget
protected String proofName
protected Object approvalParamsRef
protected String proofType
protected Integer amount
protected Boolean halfTone
protected String colorType
protected String imageStrategy
protected String brandName
protected String technology
public Boolean isContract()
Booleanpublic void setContract(Boolean value)
value - allowed object is
Booleanpublic Integer getPageIndex()
Integerpublic void setPageIndex(Integer value)
value - allowed object is
Integerpublic String getProofTarget()
Stringpublic void setProofTarget(String value)
value - allowed object is
Stringpublic String getProofName()
Stringpublic void setProofName(String value)
value - allowed object is
Stringpublic Object getApprovalParamsRef()
Objectpublic void setApprovalParamsRef(Object value)
value - allowed object is
Objectpublic String getProofType()
Stringpublic void setProofType(String value)
value - allowed object is
Stringpublic Integer getAmount()
Integerpublic void setAmount(Integer value)
value - allowed object is
Integerpublic Boolean isHalfTone()
Booleanpublic void setHalfTone(Boolean value)
value - allowed object is
Booleanpublic List<String> getSeparationNames()
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 separationNames property.
For example, to add a new item, do as follows:
getSeparationNames().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getColorType()
Stringpublic void setColorType(String value)
value - allowed object is
Stringpublic String getImageStrategy()
Stringpublic void setImageStrategy(String value)
value - allowed object is
Stringpublic String getBrandName()
Stringpublic void setBrandName(String value)
value - allowed object is
Stringpublic String getTechnology()
StringCopyright © 2013. All Rights Reserved.