@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public class Preview
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for Preview complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Preview">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" minOccurs="0"/>
</sequence>
<attribute name="Compensation">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="None"/>
<enumeration value="Film"/>
<enumeration value="Plate"/>
<enumeration value="Press"/>
</restriction>
</simpleType>
</attribute>
<attribute name="CTM" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" />
<attribute name="PreviewFileType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="PNG"/>
<enumeration value="CIP3Multiple"/>
<enumeration value="CIP3Single"/>
</restriction>
</simpleType>
</attribute>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Preview.Compensation
Java class for null.
|
static class |
Preview.PreviewFileType
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected Preview.Compensation |
compensation |
protected Matrix |
ctm |
protected FileSpec |
fileSpec |
protected Preview.PreviewFileType |
previewFileType |
| Constructor and Description |
|---|
Preview() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
Preview.Compensation |
getCompensation()
Gets the value of the compensation property.
|
Matrix |
getCTM()
Gets the value of the ctm property.
|
FileSpec |
getFileSpec()
Gets the value of the fileSpec property.
|
Preview.PreviewFileType |
getPreviewFileType()
Gets the value of the previewFileType property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCompensation(Preview.Compensation value)
Sets the value of the compensation property.
|
void |
setCTM(Matrix value)
Sets the value of the ctm property.
|
void |
setFileSpec(FileSpec value)
Sets the value of the fileSpec property.
|
void |
setPreviewFileType(Preview.PreviewFileType value)
Sets the value of the previewFileType property.
|
Preview |
withCompensation(Preview.Compensation value) |
Preview |
withCTM(Matrix value) |
Preview |
withFileSpec(FileSpec value) |
Preview |
withPreviewFileType(Preview.PreviewFileType value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected FileSpec fileSpec
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected Preview.Compensation compensation
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected Matrix ctm
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected Preview.PreviewFileType previewFileType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public FileSpec getFileSpec()
FileSpec@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setFileSpec(FileSpec value)
value - allowed object is
FileSpec@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public Preview.Compensation getCompensation()
Preview.Compensation@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setCompensation(Preview.Compensation value)
value - allowed object is
Preview.Compensation@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public Matrix getCTM()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setCTM(Matrix value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public Preview.PreviewFileType getPreviewFileType()
Preview.PreviewFileType@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setPreviewFileType(Preview.PreviewFileType value)
value - allowed object is
Preview.PreviewFileTypepublic Preview withCompensation(Preview.Compensation value)
public Preview withPreviewFileType(Preview.PreviewFileType value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource