public class ExposedMedia extends ResourceType implements 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>
<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"/>
</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 String |
colorType |
protected List<Contact> |
contact |
protected Object |
fileSpecRef |
protected Object |
identificationFieldRef |
protected List<Location> |
location |
protected Object |
mediaRef |
protected Integer |
pageListIndex |
protected Object |
pageListRef |
protected String |
plateType |
protected Boolean |
polarity |
protected String |
proofName |
protected String |
proofQuality |
protected String |
proofType |
protected String |
punchType |
protected XYPair |
resolution |
protected Object |
screeningParamsRef |
| Constructor and Description |
|---|
ExposedMedia() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColorType()
Gets the value of the colorType property.
|
List<Contact> |
getContact()
Gets the value of the contact property.
|
Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
Object |
getIdentificationFieldRef()
Gets the value of the identificationFieldRef property.
|
List<Location> |
getLocation()
Gets the value of the location property.
|
Object |
getMediaRef()
Gets the value of the mediaRef property.
|
Integer |
getPageListIndex()
Gets the value of the pageListIndex property.
|
Object |
getPageListRef()
Gets the value of the pageListRef property.
|
String |
getPlateType()
Gets the value of the plateType property.
|
String |
getProofName()
Gets the value of the proofName property.
|
String |
getProofQuality()
Gets the value of the proofQuality property.
|
String |
getProofType()
Gets the value of the proofType property.
|
String |
getPunchType()
Gets the value of the punchType property.
|
XYPair |
getResolution()
Gets the value of the resolution property.
|
Object |
getScreeningParamsRef()
Gets the value of the screeningParamsRef property.
|
Boolean |
isPolarity()
Gets the value of the polarity property.
|
void |
setColorType(String value)
Sets the value of the colorType property.
|
void |
setFileSpecRef(Object value)
Sets the value of the fileSpecRef property.
|
void |
setIdentificationFieldRef(Object value)
Sets the value of the identificationFieldRef property.
|
void |
setMediaRef(Object value)
Sets the value of the mediaRef property.
|
void |
setPageListIndex(Integer value)
Sets the value of the pageListIndex property.
|
void |
setPageListRef(Object value)
Sets the value of the pageListRef property.
|
void |
setPlateType(String value)
Sets the value of the plateType property.
|
void |
setPolarity(Boolean value)
Sets the value of the polarity property.
|
void |
setProofName(String value)
Sets the value of the proofName property.
|
void |
setProofQuality(String value)
Sets the value of the proofQuality property.
|
void |
setProofType(String value)
Sets the value of the proofType property.
|
void |
setPunchType(String value)
Sets the value of the punchType property.
|
void |
setResolution(XYPair value)
Sets the value of the resolution property.
|
void |
setScreeningParamsRef(Object value)
Sets the value of the screeningParamsRef property.
|
protected Boolean polarity
protected String punchType
protected Integer pageListIndex
protected String proofName
protected XYPair resolution
protected String proofQuality
protected String plateType
protected String proofType
protected String colorType
protected Object mediaRef
protected Object fileSpecRef
protected Object pageListRef
protected Object identificationFieldRef
protected Object screeningParamsRef
public List<Location> getLocation()
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 location property.
For example, to add a new item, do as follows:
getLocation().add(newItem);
Objects of the following type(s) are allowed in the list
Location
public List<Contact> getContact()
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 contact property.
For example, to add a new item, do as follows:
getContact().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
public Boolean isPolarity()
Booleanpublic void setPolarity(Boolean value)
value - allowed object is
Booleanpublic String getPunchType()
Stringpublic void setPunchType(String value)
value - allowed object is
Stringpublic Integer getPageListIndex()
Integerpublic void setPageListIndex(Integer value)
value - allowed object is
Integerpublic String getProofName()
Stringpublic void setProofName(String value)
value - allowed object is
Stringpublic XYPair getResolution()
Stringpublic void setResolution(XYPair value)
value - allowed object is
Stringpublic String getProofQuality()
Stringpublic void setProofQuality(String value)
value - allowed object is
Stringpublic String getPlateType()
Stringpublic void setPlateType(String value)
value - allowed object is
Stringpublic String getProofType()
Stringpublic void setProofType(String value)
value - allowed object is
Stringpublic String getColorType()
Stringpublic void setColorType(String value)
value - allowed object is
Stringpublic Object getMediaRef()
Objectpublic void setMediaRef(Object value)
value - allowed object is
Objectpublic Object getFileSpecRef()
Objectpublic void setFileSpecRef(Object value)
value - allowed object is
Objectpublic Object getPageListRef()
Objectpublic void setPageListRef(Object value)
value - allowed object is
Objectpublic Object getIdentificationFieldRef()
Objectpublic void setIdentificationFieldRef(Object value)
value - allowed object is
Objectpublic Object getScreeningParamsRef()
ObjectCopyright © 2013. All Rights Reserved.