public class InterpretingParams extends ParameterType implements Serializable
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" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ObjectResolution" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Scaling" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Polarity" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ScalingOrigin" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="MirrorAround" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="PrintQuality" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Center" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PosterOverlap" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Poster" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="PDFInterpretingParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="MediaRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
center |
protected List<FitPolicy> |
fitPolicy |
protected Object |
mediaRef |
protected String |
mirrorAround |
protected List<ObjectResolution> |
objectResolution |
protected Object |
pdfInterpretingParamsRef |
protected String |
polarity |
protected XYPair |
poster |
protected XYPair |
posterOverlap |
protected String |
printQuality |
protected XYPair |
scaling |
protected XYPair |
scalingOrigin |
| Constructor and Description |
|---|
InterpretingParams() |
| Modifier and Type | Method and Description |
|---|---|
List<FitPolicy> |
getFitPolicy()
Gets the value of the fitPolicy property.
|
Object |
getMediaRef()
Gets the value of the mediaRef property.
|
String |
getMirrorAround()
Gets the value of the mirrorAround property.
|
List<ObjectResolution> |
getObjectResolution()
Gets the value of the objectResolution property.
|
Object |
getPDFInterpretingParamsRef()
Gets the value of the pdfInterpretingParamsRef property.
|
String |
getPolarity()
Gets the value of the polarity property.
|
XYPair |
getPoster()
Gets the value of the poster property.
|
XYPair |
getPosterOverlap()
Gets the value of the posterOverlap property.
|
String |
getPrintQuality()
Gets the value of the printQuality property.
|
XYPair |
getScaling()
Gets the value of the scaling property.
|
XYPair |
getScalingOrigin()
Gets the value of the scalingOrigin property.
|
Boolean |
isCenter()
Gets the value of the center property.
|
void |
setCenter(Boolean value)
Sets the value of the center property.
|
void |
setMediaRef(Object value)
Sets the value of the mediaRef property.
|
void |
setMirrorAround(String value)
Sets the value of the mirrorAround property.
|
void |
setPDFInterpretingParamsRef(Object value)
Sets the value of the pdfInterpretingParamsRef property.
|
void |
setPolarity(String value)
Sets the value of the polarity property.
|
void |
setPoster(XYPair value)
Sets the value of the poster property.
|
void |
setPosterOverlap(XYPair value)
Sets the value of the posterOverlap property.
|
void |
setPrintQuality(String value)
Sets the value of the printQuality property.
|
void |
setScaling(XYPair value)
Sets the value of the scaling property.
|
void |
setScalingOrigin(XYPair value)
Sets the value of the scalingOrigin property.
|
protected List<ObjectResolution> objectResolution
protected XYPair scaling
protected String polarity
protected XYPair scalingOrigin
protected String mirrorAround
protected String printQuality
protected Boolean center
protected XYPair posterOverlap
protected XYPair poster
protected Object pdfInterpretingParamsRef
protected Object mediaRef
public List<FitPolicy> getFitPolicy()
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 fitPolicy property.
For example, to add a new item, do as follows:
getFitPolicy().add(newItem);
Objects of the following type(s) are allowed in the list
FitPolicy
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
public XYPair getScaling()
Stringpublic void setScaling(XYPair value)
value - allowed object is
Stringpublic String getPolarity()
Stringpublic void setPolarity(String value)
value - allowed object is
Stringpublic XYPair getScalingOrigin()
Stringpublic void setScalingOrigin(XYPair value)
value - allowed object is
Stringpublic String getMirrorAround()
Stringpublic void setMirrorAround(String value)
value - allowed object is
Stringpublic String getPrintQuality()
Stringpublic void setPrintQuality(String value)
value - allowed object is
Stringpublic Boolean isCenter()
Booleanpublic void setCenter(Boolean value)
value - allowed object is
Booleanpublic XYPair getPosterOverlap()
Stringpublic void setPosterOverlap(XYPair value)
value - allowed object is
Stringpublic XYPair getPoster()
Stringpublic void setPoster(XYPair value)
value - allowed object is
Stringpublic Object getPDFInterpretingParamsRef()
Objectpublic void setPDFInterpretingParamsRef(Object value)
value - allowed object is
Objectpublic Object getMediaRef()
ObjectCopyright © 2013. All Rights Reserved.