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>
<choice>
<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"/>
</choice>
</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> |
fitPolicies |
protected Object |
mediaRef |
protected String |
mirrorAround |
protected List<ObjectResolution> |
objectResolutions |
protected Object |
pdfInterpretingParamsRef |
protected String |
polarity |
protected List<Double> |
posterOverlaps |
protected List<Double> |
posters |
protected String |
printQuality |
protected List<Double> |
scalingOrigins |
protected List<Double> |
scalings |
| Constructor and Description |
|---|
InterpretingParams() |
| Modifier and Type | Method and Description |
|---|---|
List<FitPolicy> |
getFitPolicies()
Gets the value of the fitPolicies property.
|
Object |
getMediaRef()
Gets the value of the mediaRef property.
|
String |
getMirrorAround()
Gets the value of the mirrorAround property.
|
List<ObjectResolution> |
getObjectResolutions()
Gets the value of the objectResolutions property.
|
Object |
getPDFInterpretingParamsRef()
Gets the value of the pdfInterpretingParamsRef property.
|
String |
getPolarity()
Gets the value of the polarity property.
|
List<Double> |
getPosterOverlaps()
Gets the value of the posterOverlaps property.
|
List<Double> |
getPosters()
Gets the value of the posters property.
|
String |
getPrintQuality()
Gets the value of the printQuality property.
|
List<Double> |
getScalingOrigins()
Gets the value of the scalingOrigins property.
|
List<Double> |
getScalings()
Gets the value of the scalings 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 |
setPrintQuality(String value)
Sets the value of the printQuality property.
|
protected List<ObjectResolution> objectResolutions
protected String polarity
protected String mirrorAround
protected String printQuality
protected Boolean center
protected Object pdfInterpretingParamsRef
protected Object mediaRef
public List<ObjectResolution> getObjectResolutions()
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 objectResolutions property.
For example, to add a new item, do as follows:
getObjectResolutions().add(newItem);
Objects of the following type(s) are allowed in the list
ObjectResolution
public List<FitPolicy> getFitPolicies()
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 fitPolicies property.
For example, to add a new item, do as follows:
getFitPolicies().add(newItem);
Objects of the following type(s) are allowed in the list
FitPolicy
public List<Double> getScalings()
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 scalings property.
For example, to add a new item, do as follows:
getScalings().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public String getPolarity()
Stringpublic void setPolarity(String value)
value - allowed object is
Stringpublic List<Double> getScalingOrigins()
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 scalingOrigins property.
For example, to add a new item, do as follows:
getScalingOrigins().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public 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 List<Double> getPosterOverlaps()
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 posterOverlaps property.
For example, to add a new item, do as follows:
getPosterOverlaps().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getPosters()
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 posters property.
For example, to add a new item, do as follows:
getPosters().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public Object getPDFInterpretingParamsRef()
Objectpublic void setPDFInterpretingParamsRef(Object value)
value - allowed object is
Objectpublic Object getMediaRef()
ObjectCopyright © 2012. All Rights Reserved.