public class PreviewGenerationParams extends ParameterType implements java.io.Serializable
Java class for PreviewGenerationParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PreviewGenerationParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="PreviewUsage" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Resolution" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Size" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="AspectRatio" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="PreviewFileType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Compensation" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ImageSetterParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
aspectRatio |
protected java.lang.String |
compensation |
protected java.lang.Object |
imageSetterParamsRef |
protected java.lang.String |
previewFileType |
protected java.lang.String |
previewUsage |
protected java.util.List<java.lang.Double> |
resolutions |
protected java.util.List<java.lang.Double> |
sizes |
| Constructor and Description |
|---|
PreviewGenerationParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAspectRatio()
Gets the value of the aspectRatio property.
|
java.lang.String |
getCompensation()
Gets the value of the compensation property.
|
java.lang.Object |
getImageSetterParamsRef()
Gets the value of the imageSetterParamsRef property.
|
java.lang.String |
getPreviewFileType()
Gets the value of the previewFileType property.
|
java.lang.String |
getPreviewUsage()
Gets the value of the previewUsage property.
|
java.util.List<java.lang.Double> |
getResolutions()
Gets the value of the resolutions property.
|
java.util.List<java.lang.Double> |
getSizes()
Gets the value of the sizes property.
|
void |
setAspectRatio(java.lang.String value)
Sets the value of the aspectRatio property.
|
void |
setCompensation(java.lang.String value)
Sets the value of the compensation property.
|
void |
setImageSetterParamsRef(java.lang.Object value)
Sets the value of the imageSetterParamsRef property.
|
void |
setPreviewFileType(java.lang.String value)
Sets the value of the previewFileType property.
|
void |
setPreviewUsage(java.lang.String value)
Sets the value of the previewUsage property.
|
protected java.lang.String previewUsage
protected java.util.List<java.lang.Double> resolutions
protected java.util.List<java.lang.Double> sizes
protected java.lang.String aspectRatio
protected java.lang.String previewFileType
protected java.lang.String compensation
protected java.lang.Object imageSetterParamsRef
public java.lang.String getPreviewUsage()
Stringpublic void setPreviewUsage(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Double> getResolutions()
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 resolutions property.
For example, to add a new item, do as follows:
getResolutions().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.util.List<java.lang.Double> getSizes()
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 sizes property.
For example, to add a new item, do as follows:
getSizes().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getAspectRatio()
Stringpublic void setAspectRatio(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPreviewFileType()
Stringpublic void setPreviewFileType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCompensation()
Stringpublic void setCompensation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getImageSetterParamsRef()
Objectpublic void setImageSetterParamsRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.