@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public class InterpretingParams extends ParameterType implements 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}ParameterType">
<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}EnumPolarity" />
<attribute name="PrintQuality" type="{http://www.CIP4.org/JDFSchema_2_0}EnumPrintQuality" />
<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" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
center |
protected Object |
filmRef |
protected FitPolicy |
fitPolicy |
protected InterpretingDetails |
interpretingDetails |
protected EnumDeviceAxis |
mirrorAround |
protected List<ObjectResolution> |
objectResolution |
protected Object |
paperRef |
protected PDFInterpretingParams |
pdfInterpretingParams |
protected Object |
plateRef |
protected EnumPolarity |
polarity |
protected EnumPrintQuality |
printQuality |
protected Object |
proofPaperRef |
protected XYPair |
scaling |
protected XYPair |
scalingOrigin |
| Constructor and Description |
|---|
InterpretingParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
Object |
getFilmRef()
Gets the value of the filmRef 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.
|
List<ObjectResolution> |
getObjectResolution()
Gets the value of the objectResolution property.
|
Object |
getPaperRef()
Gets the value of the paperRef property.
|
PDFInterpretingParams |
getPDFInterpretingParams()
Gets the value of the pdfInterpretingParams property.
|
Object |
getPlateRef()
Gets the value of the plateRef property.
|
EnumPolarity |
getPolarity()
Gets the value of the polarity property.
|
EnumPrintQuality |
getPrintQuality()
Gets the value of the printQuality property.
|
Object |
getProofPaperRef()
Gets the value of the proofPaperRef 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) |
Boolean |
isCenter()
Gets the value of the center property.
|
void |
setCenter(Boolean value)
Sets the value of the center property.
|
void |
setFilmRef(Object value)
Sets the value of the filmRef 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 |
setPaperRef(Object value)
Sets the value of the paperRef property.
|
void |
setPDFInterpretingParams(PDFInterpretingParams value)
Sets the value of the pdfInterpretingParams property.
|
void |
setPlateRef(Object value)
Sets the value of the plateRef property.
|
void |
setPolarity(EnumPolarity value)
Sets the value of the polarity property.
|
void |
setPrintQuality(EnumPrintQuality value)
Sets the value of the printQuality property.
|
void |
setProofPaperRef(Object value)
Sets the value of the proofPaperRef 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(Boolean value) |
InterpretingParams |
withFilmRef(Object value) |
InterpretingParams |
withFitPolicy(FitPolicy value) |
InterpretingParams |
withInterpretingDetails(InterpretingDetails value) |
InterpretingParams |
withMirrorAround(EnumDeviceAxis value) |
InterpretingParams |
withObjectResolution(Collection<ObjectResolution> values) |
InterpretingParams |
withObjectResolution(ObjectResolution... values) |
InterpretingParams |
withPaperRef(Object value) |
InterpretingParams |
withPDFInterpretingParams(PDFInterpretingParams value) |
InterpretingParams |
withPlateRef(Object value) |
InterpretingParams |
withPolarity(EnumPolarity value) |
InterpretingParams |
withPrintQuality(EnumPrintQuality value) |
InterpretingParams |
withProofPaperRef(Object value) |
InterpretingParams |
withScaling(XYPair value) |
InterpretingParams |
withScalingOrigin(XYPair value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected FitPolicy fitPolicy
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected InterpretingDetails interpretingDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<ObjectResolution> objectResolution
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected PDFInterpretingParams pdfInterpretingParams
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Boolean center
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Object filmRef
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumDeviceAxis mirrorAround
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Object paperRef
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Object plateRef
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumPolarity polarity
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumPrintQuality printQuality
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Object proofPaperRef
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected XYPair scaling
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected XYPair scalingOrigin
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public FitPolicy getFitPolicy()
FitPolicy@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02: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="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public InterpretingDetails getInterpretingDetails()
InterpretingDetails@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02: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="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public 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="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFInterpretingParams getPDFInterpretingParams()
PDFInterpretingParams@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02: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="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Boolean isCenter()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setCenter(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Object getFilmRef()
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setFilmRef(Object value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumDeviceAxis getMirrorAround()
EnumDeviceAxis@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02: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="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Object getPaperRef()
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setPaperRef(Object value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Object getPlateRef()
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setPlateRef(Object value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumPolarity getPolarity()
EnumPolarity@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setPolarity(EnumPolarity value)
value - allowed object is
EnumPolarity@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumPrintQuality getPrintQuality()
EnumPrintQuality@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setPrintQuality(EnumPrintQuality value)
value - allowed object is
EnumPrintQuality@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Object getProofPaperRef()
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setProofPaperRef(Object value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public XYPair getScaling()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02: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="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public XYPair getScalingOrigin()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setScalingOrigin(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public InterpretingParams withFitPolicy(FitPolicy value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public InterpretingParams withInterpretingDetails(InterpretingDetails value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public InterpretingParams withObjectResolution(ObjectResolution... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public InterpretingParams withObjectResolution(Collection<ObjectResolution> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public InterpretingParams withPDFInterpretingParams(PDFInterpretingParams value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public InterpretingParams withCenter(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public InterpretingParams withFilmRef(Object value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public InterpretingParams withMirrorAround(EnumDeviceAxis value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public InterpretingParams withPaperRef(Object value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public InterpretingParams withPlateRef(Object value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public InterpretingParams withPolarity(EnumPolarity value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public InterpretingParams withPrintQuality(EnumPrintQuality value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public InterpretingParams withProofPaperRef(Object value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public InterpretingParams withScaling(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public InterpretingParams withScalingOrigin(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public 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 ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class ParameterTypeCopyright © 2016. All rights reserved.