Class FileSpecificationType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.FileSpecificationType
-
public class FileSpecificationType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to specify the location and additional parameters for running an application or opening a document.</p>
Java class for FileSpecificationType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="FileSpecificationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="volatileFile" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="resourceURL" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdescription<?protected StringresourceURL<?protected BooleanvolatileFile<?
-
Constructor Summary
Constructors Constructor Description FileSpecificationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()<?StringgetResourceURL()<?booleanisSetDescription()booleanisSetResourceURL()booleanisSetVolatileFile()booleanisVolatileFile()<?voidsetDescription(String value)Sets the value of the description property.voidsetResourceURL(String value)Sets the value of the resourceURL property.voidsetVolatileFile(boolean value)Sets the value of the volatileFile property.voidunsetVolatileFile()
-
-
-
Field Detail
-
volatileFile
protected Boolean volatileFile
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">This value should be set to true if the selected document will be subject to changes continuously and the reader application should be forced to continuously reload the document instead of caching it.</p>
-
description
protected String description
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">A description of the application that should be opened.</p>
-
resourceURL
protected String resourceURL
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The path or URL for the application / document. Use forward slashes as path separators. It is potentially possible to use platform-specific characters, but this is not recommended. If you do end up using platform-specific characters anyway, they must be preceded by a backslash (‘\').</p>
-
-
Method Detail
-
isVolatileFile
public boolean isVolatileFile()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">This value should be set to true if the selected document will be subject to changes continuously and the reader application should be forced to continuously reload the document instead of caching it.</p>
- Returns:
- possible object is
Boolean
-
setVolatileFile
public void setVolatileFile(boolean value)
Sets the value of the volatileFile property.- Parameters:
value- allowed object isBoolean- See Also:
isVolatileFile()
-
isSetVolatileFile
public boolean isSetVolatileFile()
-
unsetVolatileFile
public void unsetVolatileFile()
-
getDescription
public String getDescription()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">A description of the application that should be opened.</p>
- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value- allowed object isString- See Also:
getDescription()
-
isSetDescription
public boolean isSetDescription()
-
getResourceURL
public String getResourceURL()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The path or URL for the application / document. Use forward slashes as path separators. It is potentially possible to use platform-specific characters, but this is not recommended. If you do end up using platform-specific characters anyway, they must be preceded by a backslash (‘\').</p>
- Returns:
- possible object is
String
-
setResourceURL
public void setResourceURL(String value)
Sets the value of the resourceURL property.- Parameters:
value- allowed object isString- See Also:
getResourceURL()
-
isSetResourceURL
public boolean isSetResourceURL()
-
-