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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ContentMetaData" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</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> |
contentMetaDatas |
protected List<Object> |
contentRefs |
protected String |
contentType |
protected Object |
elementColorParamsRef |
protected Boolean |
hasBleeds |
protected String |
id |
protected Object |
imageCompressionParamsRef |
protected Boolean |
isBlank |
protected Boolean |
isTrapped |
protected String |
jobID |
protected String |
productID |
protected Object |
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> |
getContentMetaDatas()
Gets the value of the contentMetaDatas property.
|
List<Object> |
getContentRefs()
Gets the value of the contentRefs property.
|
String |
getContentType()
Gets the value of the contentType property.
|
Object |
getElementColorParamsRef()
Gets the value of the elementColorParamsRef property.
|
String |
getID()
Gets the value of the id property.
|
Object |
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.
|
Object |
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(Object 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(Object 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(Object value)
Sets the value of the screeningParamsRef property.
|
protected List<ContentMetaData> contentMetaDatas
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 Object elementColorParamsRef
protected Object imageCompressionParamsRef
protected Object screeningParamsRef
public List<ContentMetaData> getContentMetaDatas()
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 contentMetaDatas property.
For example, to add a new item, do as follows:
getContentMetaDatas().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 Object getElementColorParamsRef()
Objectpublic void setElementColorParamsRef(Object value)
value - allowed object is
Objectpublic Object getImageCompressionParamsRef()
Objectpublic void setImageCompressionParamsRef(Object value)
value - allowed object is
Objectpublic Object getScreeningParamsRef()
Objectpublic void setScreeningParamsRef(Object value)
value - allowed object is
Objectpublic 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 © 2012. All Rights Reserved.