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 Stringdescriptionprotected StringresourceURLprotected BooleanvolatileFile
-
Constructor Summary
Constructors Constructor Description FileSpecificationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Gets the value of the description property.StringgetResourceURL()Gets the value of the resourceURL property.booleanisSetDescription()booleanisSetResourceURL()booleanisSetVolatileFile()booleanisVolatileFile()Gets the value of the volatileFile property.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()
-
-
-
Method Detail
-
isVolatileFile
public boolean isVolatileFile()
Gets the value of the volatileFile property.- Returns:
- possible object is
Boolean
-
setVolatileFile
public void setVolatileFile(boolean value)
Sets the value of the volatileFile property.- Parameters:
value- allowed object isBoolean
-
isSetVolatileFile
public boolean isSetVolatileFile()
-
unsetVolatileFile
public void unsetVolatileFile()
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
isSetDescription
public boolean isSetDescription()
-
getResourceURL
public String getResourceURL()
Gets the value of the resourceURL property.- Returns:
- possible object is
String
-
setResourceURL
public void setResourceURL(String value)
Sets the value of the resourceURL property.- Parameters:
value- allowed object isString
-
isSetResourceURL
public boolean isSetResourceURL()
-
-