public class InterpretingParams extends ParameterType implements java.io.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 java.lang.Boolean |
center |
protected java.util.List<FitPolicy> |
fitPolicies |
protected java.lang.Object |
mediaRef |
protected java.lang.String |
mirrorAround |
protected java.util.List<ObjectResolution> |
objectResolutions |
protected java.lang.Object |
pdfInterpretingParamsRef |
protected java.lang.String |
polarity |
protected java.util.List<java.lang.Double> |
posterOverlaps |
protected java.util.List<java.lang.Double> |
posters |
protected java.lang.String |
printQuality |
protected java.util.List<java.lang.Double> |
scalingOrigins |
protected java.util.List<java.lang.Double> |
scalings |
| Constructor and Description |
|---|
InterpretingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getCenter()
Gets the value of the center property.
|
java.util.List<FitPolicy> |
getFitPolicies()
Gets the value of the fitPolicies property.
|
java.lang.Object |
getMediaRef()
Gets the value of the mediaRef property.
|
java.lang.String |
getMirrorAround()
Gets the value of the mirrorAround property.
|
java.util.List<ObjectResolution> |
getObjectResolutions()
Gets the value of the objectResolutions property.
|
java.lang.Object |
getPDFInterpretingParamsRef()
Gets the value of the pdfInterpretingParamsRef property.
|
java.lang.String |
getPolarity()
Gets the value of the polarity property.
|
java.util.List<java.lang.Double> |
getPosterOverlaps()
Gets the value of the posterOverlaps property.
|
java.util.List<java.lang.Double> |
getPosters()
Gets the value of the posters property.
|
java.lang.String |
getPrintQuality()
Gets the value of the printQuality property.
|
java.util.List<java.lang.Double> |
getScalingOrigins()
Gets the value of the scalingOrigins property.
|
java.util.List<java.lang.Double> |
getScalings()
Gets the value of the scalings property.
|
void |
setCenter(java.lang.Boolean value)
Sets the value of the center property.
|
void |
setMediaRef(java.lang.Object value)
Sets the value of the mediaRef property.
|
void |
setMirrorAround(java.lang.String value)
Sets the value of the mirrorAround property.
|
void |
setPDFInterpretingParamsRef(java.lang.Object value)
Sets the value of the pdfInterpretingParamsRef property.
|
void |
setPolarity(java.lang.String value)
Sets the value of the polarity property.
|
void |
setPrintQuality(java.lang.String value)
Sets the value of the printQuality property.
|
protected java.util.List<ObjectResolution> objectResolutions
protected java.util.List<FitPolicy> fitPolicies
protected java.util.List<java.lang.Double> scalings
protected java.lang.String polarity
protected java.util.List<java.lang.Double> scalingOrigins
protected java.lang.String mirrorAround
protected java.lang.String printQuality
protected java.lang.Boolean center
protected java.util.List<java.lang.Double> posterOverlaps
protected java.util.List<java.lang.Double> posters
protected java.lang.Object pdfInterpretingParamsRef
protected java.lang.Object mediaRef
public java.util.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 java.util.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 java.util.List<java.lang.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 java.lang.String getPolarity()
Stringpublic void setPolarity(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.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 java.lang.String getMirrorAround()
Stringpublic void setMirrorAround(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPrintQuality()
Stringpublic void setPrintQuality(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getCenter()
Booleanpublic void setCenter(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<java.lang.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 java.util.List<java.lang.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 java.lang.Object getPDFInterpretingParamsRef()
Objectpublic void setPDFInterpretingParamsRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getMediaRef()
Objectpublic void setMediaRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.