public class Preview extends ParameterType implements java.io.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 java.lang.String |
compensation |
protected java.util.List<java.lang.Double> |
ctms |
protected java.lang.String |
directory |
protected java.lang.String |
mimeTypeDetails |
protected java.lang.String |
previewFileType |
protected java.lang.String |
previewUsage |
protected java.lang.String |
url |
| Constructor and Description |
|---|
Preview() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCompensation()
Gets the value of the compensation property.
|
java.util.List<java.lang.Double> |
getCTMS()
Gets the value of the ctms property.
|
java.lang.String |
getDirectory()
Gets the value of the directory property.
|
java.lang.String |
getMimeTypeDetails()
Gets the value of the mimeTypeDetails property.
|
java.lang.String |
getPreviewFileType()
Gets the value of the previewFileType property.
|
java.lang.String |
getPreviewUsage()
Gets the value of the previewUsage property.
|
java.lang.String |
getURL()
Gets the value of the url property.
|
void |
setCompensation(java.lang.String value)
Sets the value of the compensation property.
|
void |
setDirectory(java.lang.String value)
Sets the value of the directory property.
|
void |
setMimeTypeDetails(java.lang.String value)
Sets the value of the mimeTypeDetails 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.
|
void |
setURL(java.lang.String value)
Sets the value of the url property.
|
protected java.lang.String directory
protected java.lang.String previewUsage
protected java.util.List<java.lang.Double> ctms
protected java.lang.String mimeTypeDetails
protected java.lang.String url
protected java.lang.String previewFileType
protected java.lang.String compensation
public java.lang.String getDirectory()
Stringpublic void setDirectory(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPreviewUsage()
Stringpublic void setPreviewUsage(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.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 java.lang.String getMimeTypeDetails()
Stringpublic void setMimeTypeDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getURL()
Stringpublic void setURL(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
StringCopyright © 2012. All Rights Reserved.