public class ProofItem
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<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 java.lang.Integer |
amount |
protected java.lang.Object |
approvalParamsRef |
protected java.lang.String |
brandName |
protected java.lang.String |
colorType |
protected java.lang.Boolean |
contract |
protected java.lang.Boolean |
halfTone |
protected java.lang.String |
imageStrategy |
protected java.lang.Integer |
pageIndex |
protected java.lang.String |
proofName |
protected java.lang.String |
proofTarget |
protected java.lang.String |
proofType |
protected java.util.List<java.lang.String> |
separationNames |
protected java.lang.String |
technology |
| Constructor and Description |
|---|
ProofItem() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getAmount()
Gets the value of the amount property.
|
java.lang.Object |
getApprovalParamsRef()
Gets the value of the approvalParamsRef property.
|
java.lang.String |
getBrandName()
Gets the value of the brandName property.
|
java.lang.String |
getColorType()
Gets the value of the colorType property.
|
java.lang.Boolean |
getContract()
Gets the value of the contract property.
|
java.lang.Boolean |
getHalfTone()
Gets the value of the halfTone property.
|
java.lang.String |
getImageStrategy()
Gets the value of the imageStrategy property.
|
java.lang.Integer |
getPageIndex()
Gets the value of the pageIndex property.
|
java.lang.String |
getProofName()
Gets the value of the proofName property.
|
java.lang.String |
getProofTarget()
Gets the value of the proofTarget property.
|
java.lang.String |
getProofType()
Gets the value of the proofType property.
|
java.util.List<java.lang.String> |
getSeparationNames()
Gets the value of the separationNames property.
|
java.lang.String |
getTechnology()
Gets the value of the technology property.
|
void |
setAmount(java.lang.Integer value)
Sets the value of the amount property.
|
void |
setApprovalParamsRef(java.lang.Object value)
Sets the value of the approvalParamsRef property.
|
void |
setBrandName(java.lang.String value)
Sets the value of the brandName property.
|
void |
setColorType(java.lang.String 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 |
setImageStrategy(java.lang.String value)
Sets the value of the imageStrategy property.
|
void |
setPageIndex(java.lang.Integer value)
Sets the value of the pageIndex property.
|
void |
setProofName(java.lang.String value)
Sets the value of the proofName property.
|
void |
setProofTarget(java.lang.String value)
Sets the value of the proofTarget property.
|
void |
setProofType(java.lang.String value)
Sets the value of the proofType property.
|
void |
setTechnology(java.lang.String value)
Sets the value of the technology property.
|
protected java.lang.Boolean contract
protected java.lang.Integer pageIndex
protected java.lang.String proofTarget
protected java.lang.String proofName
protected java.lang.Object approvalParamsRef
protected java.lang.String proofType
protected java.lang.Integer amount
protected java.lang.Boolean halfTone
protected java.util.List<java.lang.String> separationNames
protected java.lang.String colorType
protected java.lang.String imageStrategy
protected java.lang.String brandName
protected java.lang.String technology
public java.lang.Boolean getContract()
Booleanpublic void setContract(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getPageIndex()
Integerpublic void setPageIndex(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getProofTarget()
Stringpublic void setProofTarget(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProofName()
Stringpublic void setProofName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getApprovalParamsRef()
Objectpublic void setApprovalParamsRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.String getProofType()
Stringpublic void setProofType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getAmount()
Integerpublic void setAmount(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean getHalfTone()
Booleanpublic void setHalfTone(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<java.lang.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 java.lang.String getColorType()
Stringpublic void setColorType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getImageStrategy()
Stringpublic void setImageStrategy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBrandName()
Stringpublic void setBrandName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTechnology()
Stringpublic void setTechnology(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.