public class ExposedMedia extends ResourceType implements java.io.Serializable
Java class for ExposedMedia complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExposedMedia">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ResourceType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Location" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Polarity" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PunchType" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="PageListIndex" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
<attribute name="ProofName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Resolution" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="ProofQuality" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="PlateType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ProofType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ColorType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="MediaRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="FileSpecRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="PageListRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="IdentificationFieldRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ScreeningParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
colorType |
protected java.util.List<Contact> |
contacts |
protected java.lang.Object |
fileSpecRef |
protected java.lang.Object |
identificationFieldRef |
protected java.util.List<Location> |
locations |
protected java.lang.Object |
mediaRef |
protected java.lang.Integer |
pageListIndex |
protected java.lang.Object |
pageListRef |
protected java.lang.String |
plateType |
protected java.lang.Boolean |
polarity |
protected java.lang.String |
proofName |
protected java.lang.String |
proofQuality |
protected java.lang.String |
proofType |
protected java.lang.String |
punchType |
protected java.util.List<java.lang.Double> |
resolutions |
protected java.lang.Object |
screeningParamsRef |
| Constructor and Description |
|---|
ExposedMedia() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColorType()
Gets the value of the colorType property.
|
java.util.List<Contact> |
getContacts()
Gets the value of the contacts property.
|
java.lang.Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
java.lang.Object |
getIdentificationFieldRef()
Gets the value of the identificationFieldRef property.
|
java.util.List<Location> |
getLocations()
Gets the value of the locations property.
|
java.lang.Object |
getMediaRef()
Gets the value of the mediaRef property.
|
java.lang.Integer |
getPageListIndex()
Gets the value of the pageListIndex property.
|
java.lang.Object |
getPageListRef()
Gets the value of the pageListRef property.
|
java.lang.String |
getPlateType()
Gets the value of the plateType property.
|
java.lang.Boolean |
getPolarity()
Gets the value of the polarity property.
|
java.lang.String |
getProofName()
Gets the value of the proofName property.
|
java.lang.String |
getProofQuality()
Gets the value of the proofQuality property.
|
java.lang.String |
getProofType()
Gets the value of the proofType property.
|
java.lang.String |
getPunchType()
Gets the value of the punchType property.
|
java.util.List<java.lang.Double> |
getResolutions()
Gets the value of the resolutions property.
|
java.lang.Object |
getScreeningParamsRef()
Gets the value of the screeningParamsRef property.
|
void |
setColorType(java.lang.String value)
Sets the value of the colorType property.
|
void |
setFileSpecRef(java.lang.Object value)
Sets the value of the fileSpecRef property.
|
void |
setIdentificationFieldRef(java.lang.Object value)
Sets the value of the identificationFieldRef property.
|
void |
setMediaRef(java.lang.Object value)
Sets the value of the mediaRef property.
|
void |
setPageListIndex(java.lang.Integer value)
Sets the value of the pageListIndex property.
|
void |
setPageListRef(java.lang.Object value)
Sets the value of the pageListRef property.
|
void |
setPlateType(java.lang.String value)
Sets the value of the plateType property.
|
void |
setPolarity(java.lang.Boolean value)
Sets the value of the polarity property.
|
void |
setProofName(java.lang.String value)
Sets the value of the proofName property.
|
void |
setProofQuality(java.lang.String value)
Sets the value of the proofQuality property.
|
void |
setProofType(java.lang.String value)
Sets the value of the proofType property.
|
void |
setPunchType(java.lang.String value)
Sets the value of the punchType property.
|
void |
setScreeningParamsRef(java.lang.Object value)
Sets the value of the screeningParamsRef property.
|
protected java.util.List<Contact> contacts
protected java.util.List<Location> locations
protected java.lang.Boolean polarity
protected java.lang.String punchType
protected java.lang.Integer pageListIndex
protected java.lang.String proofName
protected java.util.List<java.lang.Double> resolutions
protected java.lang.String proofQuality
protected java.lang.String plateType
protected java.lang.String proofType
protected java.lang.String colorType
protected java.lang.Object mediaRef
protected java.lang.Object fileSpecRef
protected java.lang.Object pageListRef
protected java.lang.Object identificationFieldRef
protected java.lang.Object screeningParamsRef
public java.util.List<Contact> getContacts()
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 contacts property.
For example, to add a new item, do as follows:
getContacts().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
public java.util.List<Location> getLocations()
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 locations property.
For example, to add a new item, do as follows:
getLocations().add(newItem);
Objects of the following type(s) are allowed in the list
Location
public java.lang.Boolean getPolarity()
Booleanpublic void setPolarity(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getPunchType()
Stringpublic void setPunchType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPageListIndex()
Integerpublic void setPageListIndex(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getProofName()
Stringpublic void setProofName(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Double> getResolutions()
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 resolutions property.
For example, to add a new item, do as follows:
getResolutions().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getProofQuality()
Stringpublic void setProofQuality(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPlateType()
Stringpublic void setPlateType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProofType()
Stringpublic void setProofType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getColorType()
Stringpublic void setColorType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getMediaRef()
Objectpublic void setMediaRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getFileSpecRef()
Objectpublic void setFileSpecRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getPageListRef()
Objectpublic void setPageListRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getIdentificationFieldRef()
Objectpublic void setIdentificationFieldRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getScreeningParamsRef()
Objectpublic void setScreeningParamsRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.