public class PreviewGenerationParams extends ParameterType implements 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 String |
aspectRatio |
protected String |
compensation |
protected Object |
imageSetterParamsRef |
protected String |
previewFileType |
protected String |
previewUsage |
protected XYPair |
resolution |
protected XYPair |
size |
| Constructor and Description |
|---|
PreviewGenerationParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAspectRatio()
Gets the value of the aspectRatio property.
|
String |
getCompensation()
Gets the value of the compensation property.
|
Object |
getImageSetterParamsRef()
Gets the value of the imageSetterParamsRef property.
|
String |
getPreviewFileType()
Gets the value of the previewFileType property.
|
String |
getPreviewUsage()
Gets the value of the previewUsage property.
|
XYPair |
getResolution()
Gets the value of the resolution property.
|
XYPair |
getSize()
Gets the value of the size property.
|
void |
setAspectRatio(String value)
Sets the value of the aspectRatio property.
|
void |
setCompensation(String value)
Sets the value of the compensation property.
|
void |
setImageSetterParamsRef(Object value)
Sets the value of the imageSetterParamsRef property.
|
void |
setPreviewFileType(String value)
Sets the value of the previewFileType property.
|
void |
setPreviewUsage(String value)
Sets the value of the previewUsage property.
|
void |
setResolution(XYPair value)
Sets the value of the resolution property.
|
void |
setSize(XYPair value)
Sets the value of the size property.
|
protected String previewUsage
protected XYPair resolution
protected XYPair size
protected String aspectRatio
protected String previewFileType
protected String compensation
protected Object imageSetterParamsRef
public String getPreviewUsage()
Stringpublic void setPreviewUsage(String value)
value - allowed object is
Stringpublic XYPair getResolution()
Stringpublic void setResolution(XYPair value)
value - allowed object is
Stringpublic XYPair getSize()
Stringpublic void setSize(XYPair value)
value - allowed object is
Stringpublic String getAspectRatio()
Stringpublic void setAspectRatio(String value)
value - allowed object is
Stringpublic String getPreviewFileType()
Stringpublic void setPreviewFileType(String value)
value - allowed object is
Stringpublic String getCompensation()
Stringpublic void setCompensation(String value)
value - allowed object is
Stringpublic Object getImageSetterParamsRef()
ObjectCopyright © 2013. All Rights Reserved.