Class ResourceExtractionType

  • Direct Known Subclasses:
    ExtractionImagesType

    public class ResourceExtractionType
    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">Defines the format to which resources shall be extracted.</p>
     

    Java class for ResourceExtractionType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="ResourceExtractionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="fileFormat" default="zip">
             <simpleType>
               <restriction base="{http://schema.webpdf.de/1.0/operation}ExtractionFileFormatType">
                 <enumeration value="zip"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ResourceExtractionType

        public ResourceExtractionType()
    • Method Detail

      • isSetFileFormat

        public boolean isSetFileFormat()
      • getPages

        public String getPages()
        Gets the value of the pages property.
        Returns:
        possible object is String
      • setPages

        public void setPages​(String value)
        Sets the value of the pages property.
        Parameters:
        value - allowed object is String
      • isSetPages

        public boolean isSetPages()