Package org.cip4.lib.xjdf.schema
Class InterpretingParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.InterpretingParams
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class InterpretingParams extends SpecificResource implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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.w3.org/2001/XMLSchema}boolean" /> <attribute name="FilmRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="MirrorAround" type="{http://www.CIP4.org/JDFSchema_2_0}EnumDeviceAxis" /> <attribute name="PaperRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="PlateRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="Polarity" type="{http://www.CIP4.org/JDFSchema_2_0}Polarity" /> <attribute name="PrintQuality" type="{http://www.CIP4.org/JDFSchema_2_0}PrintQuality" /> <attribute name="ProofPaperRef" type="{http://www.w3.org/2001/XMLSchema}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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Booleancenterprotected Resourcefilmprotected FitPolicyfitPolicyprotected InterpretingDetailsinterpretingDetailsprotected EnumDeviceAxismirrorAroundprotected java.util.List<ObjectResolution>objectResolutionprotected Resourcepaperprotected PDFInterpretingParamspdfInterpretingParamsprotected Resourceplateprotected Polaritypolarityprotected PrintQualityprintQualityprotected ResourceproofPaperprotected XYPairscalingprotected XYPairscalingOrigin
-
Constructor Summary
Constructors Constructor Description InterpretingParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)ResourcegetFilm()Gets the value of the film property.FitPolicygetFitPolicy()Gets the value of the fitPolicy property.InterpretingDetailsgetInterpretingDetails()Gets the value of the interpretingDetails property.EnumDeviceAxisgetMirrorAround()Gets the value of the mirrorAround property.java.util.List<ObjectResolution>getObjectResolution()Gets the value of the objectResolution property.ResourcegetPaper()Gets the value of the paper property.PDFInterpretingParamsgetPDFInterpretingParams()Gets the value of the pdfInterpretingParams property.ResourcegetPlate()Gets the value of the plate property.PolaritygetPolarity()Gets the value of the polarity property.PrintQualitygetPrintQuality()Gets the value of the printQuality property.ResourcegetProofPaper()Gets the value of the proofPaper property.XYPairgetScaling()Gets the value of the scaling property.XYPairgetScalingOrigin()Gets the value of the scalingOrigin property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)java.lang.BooleanisCenter()Gets the value of the center property.voidsetCenter(java.lang.Boolean value)Sets the value of the center property.voidsetFilm(Resource value)Sets the value of the film property.voidsetFitPolicy(FitPolicy value)Sets the value of the fitPolicy property.voidsetInterpretingDetails(InterpretingDetails value)Sets the value of the interpretingDetails property.voidsetMirrorAround(EnumDeviceAxis value)Sets the value of the mirrorAround property.voidsetPaper(Resource value)Sets the value of the paper property.voidsetPDFInterpretingParams(PDFInterpretingParams value)Sets the value of the pdfInterpretingParams property.voidsetPlate(Resource value)Sets the value of the plate property.voidsetPolarity(Polarity value)Sets the value of the polarity property.voidsetPrintQuality(PrintQuality value)Sets the value of the printQuality property.voidsetProofPaper(Resource value)Sets the value of the proofPaper property.voidsetScaling(XYPair value)Sets the value of the scaling property.voidsetScalingOrigin(XYPair value)Sets the value of the scalingOrigin property.InterpretingParamswithCenter(java.lang.Boolean value)InterpretingParamswithFilm(Resource value)InterpretingParamswithFitPolicy(FitPolicy value)InterpretingParamswithInterpretingDetails(InterpretingDetails value)InterpretingParamswithMirrorAround(EnumDeviceAxis value)InterpretingParamswithObjectResolution(java.util.Collection<ObjectResolution> values)InterpretingParamswithObjectResolution(ObjectResolution... values)InterpretingParamswithPaper(Resource value)InterpretingParamswithPDFInterpretingParams(PDFInterpretingParams value)InterpretingParamswithPlate(Resource value)InterpretingParamswithPolarity(Polarity value)InterpretingParamswithPrintQuality(PrintQuality value)InterpretingParamswithProofPaper(Resource value)InterpretingParamswithScaling(XYPair value)InterpretingParamswithScalingOrigin(XYPair value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
fitPolicy
protected FitPolicy fitPolicy
-
interpretingDetails
protected InterpretingDetails interpretingDetails
-
objectResolution
protected java.util.List<ObjectResolution> objectResolution
-
pdfInterpretingParams
protected PDFInterpretingParams pdfInterpretingParams
-
center
protected java.lang.Boolean center
-
film
protected Resource film
-
mirrorAround
protected EnumDeviceAxis mirrorAround
-
paper
protected Resource paper
-
plate
protected Resource plate
-
polarity
protected Polarity polarity
-
printQuality
protected PrintQuality printQuality
-
proofPaper
protected Resource proofPaper
-
scaling
protected XYPair scaling
-
scalingOrigin
protected XYPair scalingOrigin
-
-
Method Detail
-
getFitPolicy
public FitPolicy getFitPolicy()
Gets the value of the fitPolicy property.- Returns:
- possible object is
FitPolicy
-
setFitPolicy
public void setFitPolicy(FitPolicy value)
Sets the value of the fitPolicy property.- Parameters:
value- allowed object isFitPolicy
-
getInterpretingDetails
public InterpretingDetails getInterpretingDetails()
Gets the value of the interpretingDetails property.- Returns:
- possible object is
InterpretingDetails
-
setInterpretingDetails
public void setInterpretingDetails(InterpretingDetails value)
Sets the value of the interpretingDetails property.- Parameters:
value- allowed object isInterpretingDetails
-
getObjectResolution
public java.util.List<ObjectResolution> getObjectResolution()
Gets the value of the objectResolution property.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
setmethod 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
-
getPDFInterpretingParams
public PDFInterpretingParams getPDFInterpretingParams()
Gets the value of the pdfInterpretingParams property.- Returns:
- possible object is
PDFInterpretingParams
-
setPDFInterpretingParams
public void setPDFInterpretingParams(PDFInterpretingParams value)
Sets the value of the pdfInterpretingParams property.- Parameters:
value- allowed object isPDFInterpretingParams
-
isCenter
public java.lang.Boolean isCenter()
Gets the value of the center property.- Returns:
- possible object is
Boolean
-
setCenter
public void setCenter(java.lang.Boolean value)
Sets the value of the center property.- Parameters:
value- allowed object isBoolean
-
getFilm
public Resource getFilm()
Gets the value of the film property.- Returns:
- possible object is
Object
-
setFilm
public void setFilm(Resource value)
Sets the value of the film property.- Parameters:
value- allowed object isObject
-
getMirrorAround
public EnumDeviceAxis getMirrorAround()
Gets the value of the mirrorAround property.- Returns:
- possible object is
EnumDeviceAxis
-
setMirrorAround
public void setMirrorAround(EnumDeviceAxis value)
Sets the value of the mirrorAround property.- Parameters:
value- allowed object isEnumDeviceAxis
-
getPaper
public Resource getPaper()
Gets the value of the paper property.- Returns:
- possible object is
Object
-
setPaper
public void setPaper(Resource value)
Sets the value of the paper property.- Parameters:
value- allowed object isObject
-
getPlate
public Resource getPlate()
Gets the value of the plate property.- Returns:
- possible object is
Object
-
setPlate
public void setPlate(Resource value)
Sets the value of the plate property.- Parameters:
value- allowed object isObject
-
getPolarity
public Polarity getPolarity()
Gets the value of the polarity property.- Returns:
- possible object is
Polarity
-
setPolarity
public void setPolarity(Polarity value)
Sets the value of the polarity property.- Parameters:
value- allowed object isPolarity
-
getPrintQuality
public PrintQuality getPrintQuality()
Gets the value of the printQuality property.- Returns:
- possible object is
PrintQuality
-
setPrintQuality
public void setPrintQuality(PrintQuality value)
Sets the value of the printQuality property.- Parameters:
value- allowed object isPrintQuality
-
getProofPaper
public Resource getProofPaper()
Gets the value of the proofPaper property.- Returns:
- possible object is
Object
-
setProofPaper
public void setProofPaper(Resource value)
Sets the value of the proofPaper property.- Parameters:
value- allowed object isObject
-
getScaling
public XYPair getScaling()
Gets the value of the scaling property.- Returns:
- possible object is
String
-
setScaling
public void setScaling(XYPair value)
Sets the value of the scaling property.- Parameters:
value- allowed object isString
-
getScalingOrigin
public XYPair getScalingOrigin()
Gets the value of the scalingOrigin property.- Returns:
- possible object is
String
-
setScalingOrigin
public void setScalingOrigin(XYPair value)
Sets the value of the scalingOrigin property.- Parameters:
value- allowed object isString
-
withFitPolicy
public InterpretingParams withFitPolicy(FitPolicy value)
-
withInterpretingDetails
public InterpretingParams withInterpretingDetails(InterpretingDetails value)
-
withObjectResolution
public InterpretingParams withObjectResolution(ObjectResolution... values)
-
withObjectResolution
public InterpretingParams withObjectResolution(java.util.Collection<ObjectResolution> values)
-
withPDFInterpretingParams
public InterpretingParams withPDFInterpretingParams(PDFInterpretingParams value)
-
withCenter
public InterpretingParams withCenter(java.lang.Boolean value)
-
withFilm
public InterpretingParams withFilm(Resource value)
-
withMirrorAround
public InterpretingParams withMirrorAround(EnumDeviceAxis value)
-
withPaper
public InterpretingParams withPaper(Resource value)
-
withPlate
public InterpretingParams withPlate(Resource value)
-
withPolarity
public InterpretingParams withPolarity(Polarity value)
-
withPrintQuality
public InterpretingParams withPrintQuality(PrintQuality value)
-
withProofPaper
public InterpretingParams withProofPaper(Resource value)
-
withScaling
public InterpretingParams withScaling(XYPair value)
-
withScalingOrigin
public InterpretingParams withScalingOrigin(XYPair value)
-
equals
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.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-