public class Preview extends ParameterType implements Serializable
Java class for Preview complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Preview">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="Directory" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="PreviewUsage" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="CTM" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" />
<attribute name="MimeTypeDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="URL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="PreviewFileType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Compensation" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
compensation |
protected Matrix |
ctm |
protected String |
directory |
protected String |
mimeTypeDetails |
protected String |
previewFileType |
protected String |
previewUsage |
protected String |
url |
| Constructor and Description |
|---|
Preview() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompensation()
Gets the value of the compensation property.
|
Matrix |
getCTM()
Gets the value of the ctm property.
|
String |
getDirectory()
Gets the value of the directory property.
|
String |
getMimeTypeDetails()
Gets the value of the mimeTypeDetails property.
|
String |
getPreviewFileType()
Gets the value of the previewFileType property.
|
String |
getPreviewUsage()
Gets the value of the previewUsage property.
|
String |
getURL()
Gets the value of the url property.
|
void |
setCompensation(String value)
Sets the value of the compensation property.
|
void |
setCTM(Matrix value)
Sets the value of the ctm property.
|
void |
setDirectory(String value)
Sets the value of the directory property.
|
void |
setMimeTypeDetails(String value)
Sets the value of the mimeTypeDetails property.
|
void |
setPreviewFileType(String value)
Sets the value of the previewFileType property.
|
void |
setPreviewUsage(String value)
Sets the value of the previewUsage property.
|
void |
setURL(String value)
Sets the value of the url property.
|
protected String directory
protected String previewUsage
protected Matrix ctm
protected String mimeTypeDetails
protected String url
protected String previewFileType
protected String compensation
public String getDirectory()
Stringpublic void setDirectory(String value)
value - allowed object is
Stringpublic String getPreviewUsage()
Stringpublic void setPreviewUsage(String value)
value - allowed object is
Stringpublic void setCTM(Matrix value)
value - allowed object is
Stringpublic String getMimeTypeDetails()
Stringpublic void setMimeTypeDetails(String value)
value - allowed object is
Stringpublic void setURL(String value)
value - allowed object is
Stringpublic String getPreviewFileType()
Stringpublic void setPreviewFileType(String value)
value - allowed object is
Stringpublic String getCompensation()
StringCopyright © 2013. All Rights Reserved.