Class DeleteType

  • All Implemented Interfaces:
    ParameterInterface

    public class DeleteType
    extends BaseToolboxType
     <?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 delete operation element can be used to delete pages from the document.</p>
     

    Java class for DeleteType complex type.

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

    
     <complexType name="DeleteType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
           <attribute name="pages" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • pages

        protected String pages
    • Constructor Detail

      • DeleteType

        public DeleteType()
    • Method Detail

      • 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()