public class ContentData extends Object implements 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">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ContentMetaData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="HasBleeds" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ContentType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="IsBlank" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ID" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<attribute name="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="CatalogDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="IsTrapped" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ContentRefs" type="{http://www.CIP4.org/JDFSchema_2_0}IDREFS" />
<attribute name="ProductID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="CatalogID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ElementColorParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ImageCompressionParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ScreeningParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="SeparationNames" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
catalogDetails |
protected String |
catalogID |
protected List<ContentMetaData> |
contentMetaData |
protected List<Object> |
contentRefs |
protected String |
contentType |
protected IDREF |
elementColorParamsRef |
protected Boolean |
hasBleeds |
protected String |
id |
protected IDREF |
imageCompressionParamsRef |
protected Boolean |
isBlank |
protected Boolean |
isTrapped |
protected String |
jobID |
protected String |
productID |
protected IDREF |
screeningParamsRef |
protected List<String> |
separationNames |
| Constructor and Description |
|---|
ContentData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalogDetails()
Gets the value of the catalogDetails property.
|
String |
getCatalogID()
Gets the value of the catalogID property.
|
List<ContentMetaData> |
getContentMetaData()
Gets the value of the contentMetaData property.
|
List<Object> |
getContentRefs()
Gets the value of the contentRefs property.
|
String |
getContentType()
Gets the value of the contentType property.
|
IDREF |
getElementColorParamsRef()
Gets the value of the elementColorParamsRef property.
|
String |
getID()
Gets the value of the id property.
|
IDREF |
getImageCompressionParamsRef()
Gets the value of the imageCompressionParamsRef property.
|
String |
getJobID()
Gets the value of the jobID property.
|
String |
getProductID()
Gets the value of the productID property.
|
IDREF |
getScreeningParamsRef()
Gets the value of the screeningParamsRef property.
|
List<String> |
getSeparationNames()
Gets the value of the separationNames property.
|
Boolean |
isHasBleeds()
Gets the value of the hasBleeds property.
|
Boolean |
isIsBlank()
Gets the value of the isBlank property.
|
Boolean |
isIsTrapped()
Gets the value of the isTrapped property.
|
void |
setCatalogDetails(String value)
Sets the value of the catalogDetails property.
|
void |
setCatalogID(String value)
Sets the value of the catalogID property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setElementColorParamsRef(IDREF value)
Sets the value of the elementColorParamsRef property.
|
void |
setHasBleeds(Boolean value)
Sets the value of the hasBleeds property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setImageCompressionParamsRef(IDREF value)
Sets the value of the imageCompressionParamsRef property.
|
void |
setIsBlank(Boolean value)
Sets the value of the isBlank property.
|
void |
setIsTrapped(Boolean value)
Sets the value of the isTrapped property.
|
void |
setJobID(String value)
Sets the value of the jobID property.
|
void |
setProductID(String value)
Sets the value of the productID property.
|
void |
setScreeningParamsRef(IDREF value)
Sets the value of the screeningParamsRef property.
|
protected List<ContentMetaData> contentMetaData
protected Boolean hasBleeds
protected String contentType
protected Boolean isBlank
protected String id
protected String jobID
protected String catalogDetails
protected Boolean isTrapped
protected String productID
protected String catalogID
protected IDREF elementColorParamsRef
protected IDREF imageCompressionParamsRef
protected IDREF screeningParamsRef
public List<ContentMetaData> getContentMetaData()
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 contentMetaData property.
For example, to add a new item, do as follows:
getContentMetaData().add(newItem);
Objects of the following type(s) are allowed in the list
ContentMetaData
public Boolean isHasBleeds()
Booleanpublic void setHasBleeds(Boolean value)
value - allowed object is
Booleanpublic String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic Boolean isIsBlank()
Booleanpublic void setIsBlank(Boolean value)
value - allowed object is
Booleanpublic void setID(String value)
value - allowed object is
Stringpublic String getJobID()
Stringpublic void setJobID(String value)
value - allowed object is
Stringpublic String getCatalogDetails()
Stringpublic void setCatalogDetails(String value)
value - allowed object is
Stringpublic Boolean isIsTrapped()
Booleanpublic void setIsTrapped(Boolean value)
value - allowed object is
Booleanpublic List<Object> getContentRefs()
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 contentRefs property.
For example, to add a new item, do as follows:
getContentRefs().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public String getProductID()
Stringpublic void setProductID(String value)
value - allowed object is
Stringpublic String getCatalogID()
Stringpublic void setCatalogID(String value)
value - allowed object is
Stringpublic IDREF getElementColorParamsRef()
Stringpublic void setElementColorParamsRef(IDREF value)
value - allowed object is
Stringpublic IDREF getImageCompressionParamsRef()
Stringpublic void setImageCompressionParamsRef(IDREF value)
value - allowed object is
Stringpublic IDREF getScreeningParamsRef()
Stringpublic void setScreeningParamsRef(IDREF value)
value - allowed object is
Stringpublic 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
Copyright © 2014. All Rights Reserved.