@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public class InterpretingParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for InterpretingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InterpretingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FitPolicy" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}InterpretingDetails" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ObjectResolution" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}PDFInterpretingParams" minOccurs="0"/>
</sequence>
<attribute name="Center" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="FilmRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="MirrorAround" type="{http://www.CIP4.org/JDFSchema_2_0}EnumDeviceAxis" />
<attribute name="PaperRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="PlateRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="Polarity" type="{http://www.CIP4.org/JDFSchema_2_0}Polarity" />
<attribute name="PrintQuality">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="High"/>
<enumeration value="Normal"/>
<enumeration value="Draft"/>
</restriction>
</simpleType>
</attribute>
<attribute name="ProofPaperRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="Scaling" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="ScalingOrigin" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
InterpretingParams.PrintQuality
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
center |
protected Resource |
film |
protected FitPolicy |
fitPolicy |
protected InterpretingDetails |
interpretingDetails |
protected EnumDeviceAxis |
mirrorAround |
protected java.util.List<ObjectResolution> |
objectResolution |
protected Resource |
paper |
protected PDFInterpretingParams |
pdfInterpretingParams |
protected Resource |
plate |
protected Polarity |
polarity |
protected InterpretingParams.PrintQuality |
printQuality |
protected Resource |
proofPaper |
protected XYPair |
scaling |
protected XYPair |
scalingOrigin |
| Constructor and Description |
|---|
InterpretingParams() |
| 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) |
Resource |
getFilm()
Gets the value of the film property.
|
FitPolicy |
getFitPolicy()
Gets the value of the fitPolicy property.
|
InterpretingDetails |
getInterpretingDetails()
Gets the value of the interpretingDetails property.
|
EnumDeviceAxis |
getMirrorAround()
Gets the value of the mirrorAround property.
|
java.util.List<ObjectResolution> |
getObjectResolution()
Gets the value of the objectResolution property.
|
Resource |
getPaper()
Gets the value of the paper property.
|
PDFInterpretingParams |
getPDFInterpretingParams()
Gets the value of the pdfInterpretingParams property.
|
Resource |
getPlate()
Gets the value of the plate property.
|
Polarity |
getPolarity()
Gets the value of the polarity property.
|
InterpretingParams.PrintQuality |
getPrintQuality()
Gets the value of the printQuality property.
|
Resource |
getProofPaper()
Gets the value of the proofPaper property.
|
XYPair |
getScaling()
Gets the value of the scaling property.
|
XYPair |
getScalingOrigin()
Gets the value of the scalingOrigin property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
java.lang.Boolean |
isCenter()
Gets the value of the center property.
|
void |
setCenter(java.lang.Boolean value)
Sets the value of the center property.
|
void |
setFilm(Resource value)
Sets the value of the film property.
|
void |
setFitPolicy(FitPolicy value)
Sets the value of the fitPolicy property.
|
void |
setInterpretingDetails(InterpretingDetails value)
Sets the value of the interpretingDetails property.
|
void |
setMirrorAround(EnumDeviceAxis value)
Sets the value of the mirrorAround property.
|
void |
setPaper(Resource value)
Sets the value of the paper property.
|
void |
setPDFInterpretingParams(PDFInterpretingParams value)
Sets the value of the pdfInterpretingParams property.
|
void |
setPlate(Resource value)
Sets the value of the plate property.
|
void |
setPolarity(Polarity value)
Sets the value of the polarity property.
|
void |
setPrintQuality(InterpretingParams.PrintQuality value)
Sets the value of the printQuality property.
|
void |
setProofPaper(Resource value)
Sets the value of the proofPaper property.
|
void |
setScaling(XYPair value)
Sets the value of the scaling property.
|
void |
setScalingOrigin(XYPair value)
Sets the value of the scalingOrigin property.
|
InterpretingParams |
withCenter(java.lang.Boolean value) |
InterpretingParams |
withFilm(Resource value) |
InterpretingParams |
withFitPolicy(FitPolicy value) |
InterpretingParams |
withInterpretingDetails(InterpretingDetails value) |
InterpretingParams |
withMirrorAround(EnumDeviceAxis value) |
InterpretingParams |
withObjectResolution(java.util.Collection<ObjectResolution> values) |
InterpretingParams |
withObjectResolution(ObjectResolution... values) |
InterpretingParams |
withPaper(Resource value) |
InterpretingParams |
withPDFInterpretingParams(PDFInterpretingParams value) |
InterpretingParams |
withPlate(Resource value) |
InterpretingParams |
withPolarity(Polarity value) |
InterpretingParams |
withPrintQuality(InterpretingParams.PrintQuality value) |
InterpretingParams |
withProofPaper(Resource value) |
InterpretingParams |
withScaling(XYPair value) |
InterpretingParams |
withScalingOrigin(XYPair value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected FitPolicy fitPolicy
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected InterpretingDetails interpretingDetails
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<ObjectResolution> objectResolution
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected PDFInterpretingParams pdfInterpretingParams
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean center
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Resource film
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected EnumDeviceAxis mirrorAround
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Resource paper
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Resource plate
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Polarity polarity
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected InterpretingParams.PrintQuality printQuality
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Resource proofPaper
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected XYPair scaling
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected XYPair scalingOrigin
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public FitPolicy getFitPolicy()
FitPolicy@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setFitPolicy(FitPolicy value)
value - allowed object is
FitPolicy@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public InterpretingDetails getInterpretingDetails()
InterpretingDetails@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setInterpretingDetails(InterpretingDetails value)
value - allowed object is
InterpretingDetails@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<ObjectResolution> getObjectResolution()
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 objectResolution property.
For example, to add a new item, do as follows:
getObjectResolution().add(newItem);
Objects of the following type(s) are allowed in the list
ObjectResolution
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public PDFInterpretingParams getPDFInterpretingParams()
PDFInterpretingParams@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setPDFInterpretingParams(PDFInterpretingParams value)
value - allowed object is
PDFInterpretingParams@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isCenter()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setCenter(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Resource getFilm()
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setFilm(Resource value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public EnumDeviceAxis getMirrorAround()
EnumDeviceAxis@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setMirrorAround(EnumDeviceAxis value)
value - allowed object is
EnumDeviceAxis@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Resource getPaper()
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setPaper(Resource value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Resource getPlate()
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setPlate(Resource value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Polarity getPolarity()
Polarity@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setPolarity(Polarity value)
value - allowed object is
Polarity@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public InterpretingParams.PrintQuality getPrintQuality()
InterpretingParams.PrintQuality@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setPrintQuality(InterpretingParams.PrintQuality value)
value - allowed object is
InterpretingParams.PrintQuality@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Resource getProofPaper()
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setProofPaper(Resource value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public XYPair getScaling()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setScaling(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public XYPair getScalingOrigin()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setScalingOrigin(XYPair value)
value - allowed object is
Stringpublic InterpretingParams withFitPolicy(FitPolicy value)
public InterpretingParams withInterpretingDetails(InterpretingDetails value)
public InterpretingParams withObjectResolution(ObjectResolution... values)
public InterpretingParams withObjectResolution(java.util.Collection<ObjectResolution> values)
public InterpretingParams withPDFInterpretingParams(PDFInterpretingParams value)
public InterpretingParams withCenter(java.lang.Boolean value)
public InterpretingParams withFilm(Resource value)
public InterpretingParams withMirrorAround(EnumDeviceAxis value)
public InterpretingParams withPaper(Resource value)
public InterpretingParams withPlate(Resource value)
public InterpretingParams withPolarity(Polarity value)
public InterpretingParams withPrintQuality(InterpretingParams.PrintQuality value)
public InterpretingParams withProofPaper(Resource value)
public InterpretingParams withScaling(XYPair value)
public InterpretingParams withScalingOrigin(XYPair 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