public class FileSpec extends ParameterType implements Serializable
Java class for FileSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileSpec">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Container" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Disposition" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FileAlias" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="DocumentNaturalLang" type="{http://www.CIP4.org/JDFSchema_2_0}language" />
<attribute name="Compression" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ResourceUsage" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="URL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="FileVersion" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Password" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="MimeType" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="AppOS" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Encoding" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="SearchDepth" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="CheckSum" type="{http://www.CIP4.org/JDFSchema_2_0}hexBinary" />
<attribute name="Application" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="UID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="FileFormat" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="RequestQuality" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="FileTemplate" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="FileSize" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="MimeTypeVersion" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="AppVersion" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="UserFileName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="PageOrder" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="FileTargetDeviceModel" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="OSVersion" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="OverwritePolicy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
application |
protected String |
appOS |
protected String |
appVersion |
protected String |
checkSum |
protected String |
compression |
protected List<Container> |
container |
protected List<Disposition> |
disposition |
protected String |
documentNaturalLang |
protected String |
encoding |
protected List<FileAlias> |
fileAlias |
protected String |
fileFormat |
protected Integer |
fileSize |
protected String |
fileTargetDeviceModel |
protected String |
fileTemplate |
protected String |
fileVersion |
protected String |
mimeType |
protected String |
mimeTypeVersion |
protected String |
osVersion |
protected String |
overwritePolicy |
protected String |
pageOrder |
protected String |
password |
protected Double |
requestQuality |
protected String |
resourceUsage |
protected Integer |
searchDepth |
protected String |
uid |
protected String |
url |
protected String |
userFileName |
| Constructor and Description |
|---|
FileSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplication()
Gets the value of the application property.
|
String |
getAppOS()
Gets the value of the appOS property.
|
String |
getAppVersion()
Gets the value of the appVersion property.
|
String |
getCheckSum()
Gets the value of the checkSum property.
|
String |
getCompression()
Gets the value of the compression property.
|
List<Container> |
getContainer()
Gets the value of the container property.
|
List<Disposition> |
getDisposition()
Gets the value of the disposition property.
|
String |
getDocumentNaturalLang()
Gets the value of the documentNaturalLang property.
|
String |
getEncoding()
Gets the value of the encoding property.
|
List<FileAlias> |
getFileAlias()
Gets the value of the fileAlias property.
|
String |
getFileFormat()
Gets the value of the fileFormat property.
|
Integer |
getFileSize()
Gets the value of the fileSize property.
|
String |
getFileTargetDeviceModel()
Gets the value of the fileTargetDeviceModel property.
|
String |
getFileTemplate()
Gets the value of the fileTemplate property.
|
String |
getFileVersion()
Gets the value of the fileVersion property.
|
String |
getMimeType()
Gets the value of the mimeType property.
|
String |
getMimeTypeVersion()
Gets the value of the mimeTypeVersion property.
|
String |
getOSVersion()
Gets the value of the osVersion property.
|
String |
getOverwritePolicy()
Gets the value of the overwritePolicy property.
|
String |
getPageOrder()
Gets the value of the pageOrder property.
|
String |
getPassword()
Gets the value of the password property.
|
Double |
getRequestQuality()
Gets the value of the requestQuality property.
|
String |
getResourceUsage()
Gets the value of the resourceUsage property.
|
Integer |
getSearchDepth()
Gets the value of the searchDepth property.
|
String |
getUID()
Gets the value of the uid property.
|
String |
getURL()
Gets the value of the url property.
|
String |
getUserFileName()
Gets the value of the userFileName property.
|
void |
setApplication(String value)
Sets the value of the application property.
|
void |
setAppOS(String value)
Sets the value of the appOS property.
|
void |
setAppVersion(String value)
Sets the value of the appVersion property.
|
void |
setCheckSum(String value)
Sets the value of the checkSum property.
|
void |
setCompression(String value)
Sets the value of the compression property.
|
void |
setDocumentNaturalLang(String value)
Sets the value of the documentNaturalLang property.
|
void |
setEncoding(String value)
Sets the value of the encoding property.
|
void |
setFileFormat(String value)
Sets the value of the fileFormat property.
|
void |
setFileSize(Integer value)
Sets the value of the fileSize property.
|
void |
setFileTargetDeviceModel(String value)
Sets the value of the fileTargetDeviceModel property.
|
void |
setFileTemplate(String value)
Sets the value of the fileTemplate property.
|
void |
setFileVersion(String value)
Sets the value of the fileVersion property.
|
void |
setMimeType(String value)
Sets the value of the mimeType property.
|
void |
setMimeTypeVersion(String value)
Sets the value of the mimeTypeVersion property.
|
void |
setOSVersion(String value)
Sets the value of the osVersion property.
|
void |
setOverwritePolicy(String value)
Sets the value of the overwritePolicy property.
|
void |
setPageOrder(String value)
Sets the value of the pageOrder property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setRequestQuality(Double value)
Sets the value of the requestQuality property.
|
void |
setResourceUsage(String value)
Sets the value of the resourceUsage property.
|
void |
setSearchDepth(Integer value)
Sets the value of the searchDepth property.
|
void |
setUID(String value)
Sets the value of the uid property.
|
void |
setURL(String value)
Sets the value of the url property.
|
void |
setUserFileName(String value)
Sets the value of the userFileName property.
|
protected List<Disposition> disposition
protected String documentNaturalLang
protected String compression
protected String resourceUsage
protected String url
protected String fileVersion
protected String password
protected String mimeType
protected String appOS
protected String encoding
protected Integer searchDepth
protected String checkSum
protected String application
protected String uid
protected String fileFormat
protected Double requestQuality
protected String fileTemplate
protected Integer fileSize
protected String mimeTypeVersion
protected String appVersion
protected String userFileName
protected String pageOrder
protected String fileTargetDeviceModel
protected String osVersion
protected String overwritePolicy
public List<Container> getContainer()
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 container property.
For example, to add a new item, do as follows:
getContainer().add(newItem);
Objects of the following type(s) are allowed in the list
Container
public List<Disposition> getDisposition()
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 disposition property.
For example, to add a new item, do as follows:
getDisposition().add(newItem);
Objects of the following type(s) are allowed in the list
Disposition
public List<FileAlias> getFileAlias()
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 fileAlias property.
For example, to add a new item, do as follows:
getFileAlias().add(newItem);
Objects of the following type(s) are allowed in the list
FileAlias
public String getDocumentNaturalLang()
Stringpublic void setDocumentNaturalLang(String value)
value - allowed object is
Stringpublic String getCompression()
Stringpublic void setCompression(String value)
value - allowed object is
Stringpublic String getResourceUsage()
Stringpublic void setResourceUsage(String value)
value - allowed object is
Stringpublic void setURL(String value)
value - allowed object is
Stringpublic String getFileVersion()
Stringpublic void setFileVersion(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic String getMimeType()
Stringpublic void setMimeType(String value)
value - allowed object is
Stringpublic String getAppOS()
Stringpublic void setAppOS(String value)
value - allowed object is
Stringpublic String getEncoding()
Stringpublic void setEncoding(String value)
value - allowed object is
Stringpublic Integer getSearchDepth()
Integerpublic void setSearchDepth(Integer value)
value - allowed object is
Integerpublic String getCheckSum()
Stringpublic void setCheckSum(String value)
value - allowed object is
Stringpublic String getApplication()
Stringpublic void setApplication(String value)
value - allowed object is
Stringpublic void setUID(String value)
value - allowed object is
Stringpublic String getFileFormat()
Stringpublic void setFileFormat(String value)
value - allowed object is
Stringpublic Double getRequestQuality()
Doublepublic void setRequestQuality(Double value)
value - allowed object is
Doublepublic String getFileTemplate()
Stringpublic void setFileTemplate(String value)
value - allowed object is
Stringpublic Integer getFileSize()
Integerpublic void setFileSize(Integer value)
value - allowed object is
Integerpublic String getMimeTypeVersion()
Stringpublic void setMimeTypeVersion(String value)
value - allowed object is
Stringpublic String getAppVersion()
Stringpublic void setAppVersion(String value)
value - allowed object is
Stringpublic String getUserFileName()
Stringpublic void setUserFileName(String value)
value - allowed object is
Stringpublic String getPageOrder()
Stringpublic void setPageOrder(String value)
value - allowed object is
Stringpublic String getFileTargetDeviceModel()
Stringpublic void setFileTargetDeviceModel(String value)
value - allowed object is
Stringpublic String getOSVersion()
Stringpublic void setOSVersion(String value)
value - allowed object is
Stringpublic String getOverwritePolicy()
StringCopyright © 2013. All Rights Reserved.