public class ContentData
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">
<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 java.lang.String |
catalogDetails |
protected java.lang.String |
catalogID |
protected java.util.List<ContentMetaData> |
contentMetaDatas |
protected java.util.List<java.lang.Object> |
contentRefs |
protected java.lang.String |
contentType |
protected java.lang.Object |
elementColorParamsRef |
protected java.lang.Boolean |
hasBleeds |
protected java.lang.String |
id |
protected java.lang.Object |
imageCompressionParamsRef |
protected java.lang.Boolean |
isBlank |
protected java.lang.Boolean |
isTrapped |
protected java.lang.String |
jobID |
protected java.lang.String |
productID |
protected java.lang.Object |
screeningParamsRef |
protected java.util.List<java.lang.String> |
separationNames |
| Constructor and Description |
|---|
ContentData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCatalogDetails()
Gets the value of the catalogDetails property.
|
java.lang.String |
getCatalogID()
Gets the value of the catalogID property.
|
java.util.List<ContentMetaData> |
getContentMetaDatas()
Gets the value of the contentMetaDatas property.
|
java.util.List<java.lang.Object> |
getContentRefs()
Gets the value of the contentRefs property.
|
java.lang.String |
getContentType()
Gets the value of the contentType property.
|
java.lang.Object |
getElementColorParamsRef()
Gets the value of the elementColorParamsRef property.
|
java.lang.Boolean |
getHasBleeds()
Gets the value of the hasBleeds property.
|
java.lang.String |
getID()
Gets the value of the id property.
|
java.lang.Object |
getImageCompressionParamsRef()
Gets the value of the imageCompressionParamsRef property.
|
java.lang.Boolean |
getIsBlank()
Gets the value of the isBlank property.
|
java.lang.Boolean |
getIsTrapped()
Gets the value of the isTrapped property.
|
java.lang.String |
getJobID()
Gets the value of the jobID property.
|
java.lang.String |
getProductID()
Gets the value of the productID property.
|
java.lang.Object |
getScreeningParamsRef()
Gets the value of the screeningParamsRef property.
|
java.util.List<java.lang.String> |
getSeparationNames()
Gets the value of the separationNames property.
|
void |
setCatalogDetails(java.lang.String value)
Sets the value of the catalogDetails property.
|
void |
setCatalogID(java.lang.String value)
Sets the value of the catalogID property.
|
void |
setContentType(java.lang.String value)
Sets the value of the contentType property.
|
void |
setElementColorParamsRef(java.lang.Object value)
Sets the value of the elementColorParamsRef property.
|
void |
setHasBleeds(java.lang.Boolean value)
Sets the value of the hasBleeds property.
|
void |
setID(java.lang.String value)
Sets the value of the id property.
|
void |
setImageCompressionParamsRef(java.lang.Object value)
Sets the value of the imageCompressionParamsRef property.
|
void |
setIsBlank(java.lang.Boolean value)
Sets the value of the isBlank property.
|
void |
setIsTrapped(java.lang.Boolean value)
Sets the value of the isTrapped property.
|
void |
setJobID(java.lang.String value)
Sets the value of the jobID property.
|
void |
setProductID(java.lang.String value)
Sets the value of the productID property.
|
void |
setScreeningParamsRef(java.lang.Object value)
Sets the value of the screeningParamsRef property.
|
protected java.util.List<ContentMetaData> contentMetaDatas
protected java.lang.Boolean hasBleeds
protected java.lang.String contentType
protected java.lang.Boolean isBlank
protected java.lang.String id
protected java.lang.String jobID
protected java.lang.String catalogDetails
protected java.lang.Boolean isTrapped
protected java.util.List<java.lang.Object> contentRefs
protected java.lang.String productID
protected java.lang.String catalogID
protected java.lang.Object elementColorParamsRef
protected java.lang.Object imageCompressionParamsRef
protected java.lang.Object screeningParamsRef
protected java.util.List<java.lang.String> separationNames
public java.util.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 java.lang.Boolean getHasBleeds()
Booleanpublic void setHasBleeds(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getContentType()
Stringpublic void setContentType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getIsBlank()
Booleanpublic void setIsBlank(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getID()
Stringpublic void setID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJobID()
Stringpublic void setJobID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCatalogDetails()
Stringpublic void setCatalogDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getIsTrapped()
Booleanpublic void setIsTrapped(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<java.lang.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 java.lang.String getProductID()
Stringpublic void setProductID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCatalogID()
Stringpublic void setCatalogID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getElementColorParamsRef()
Objectpublic void setElementColorParamsRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getImageCompressionParamsRef()
Objectpublic void setImageCompressionParamsRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getScreeningParamsRef()
Objectpublic void setScreeningParamsRef(java.lang.Object value)
value - allowed object is
Objectpublic 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
Copyright © 2012. All Rights Reserved.