Class 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 Detail

      • volatileFile

        protected Boolean volatileFile
      • description

        protected String description
      • resourceURL

        protected String resourceURL
    • Constructor Detail

      • FileSpecificationType

        public FileSpecificationType()
    • 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 is Boolean
      • 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 is String
      • 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 is String
      • isSetResourceURL

        public boolean isSetResourceURL()