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 List<Double> |
ctms |
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.
|
List<Double> |
getCTMS()
Gets the value of the ctms 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 |
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 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 List<Double> getCTMS()
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 ctms property.
For example, to add a new item, do as follows:
getCTMS().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public 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 © 2012. All Rights Reserved.