Class OptionsType.HeaderFooter

  • Enclosing class:
    OptionsType

    public static class OptionsType.HeaderFooter
    extends Object

    Java class for anonymous complex type

    .

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

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="add">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <choice>
                       <element name="headerFooterContent" type="{http://schema.webpdf.de/1.0/operation}HeaderFooterType"/>
                     </choice>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="remove">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <choice>
                       <element name="headerFooterSelection" type="{http://schema.webpdf.de/1.0/operation}SelectionHeaderFooterType"/>
                     </choice>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • add

        protected OptionsType.HeaderFooter.Add add
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Adds a header and footer to the document . A document is not allowed to have more than one header and footer definition.</p>
         
      • remove

        protected OptionsType.HeaderFooter.Remove remove
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Removes header and footer definitions from all pages of a document. As of this writing, this operation does not have any additional parameters. The "headerFooterSelection" element, which must be included without fail, is meant simply as a placeholder for potential future detailed parameters.</p>
         
    • Constructor Detail

      • HeaderFooter

        public HeaderFooter()
    • Method Detail

      • getAdd

        public OptionsType.HeaderFooter.Add getAdd()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Adds a header and footer to the document . A document is not allowed to have more than one header and footer definition.</p>
         
        Returns:
        possible object is OptionsType.HeaderFooter.Add
      • isSetAdd

        public boolean isSetAdd()
      • getRemove

        public OptionsType.HeaderFooter.Remove getRemove()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Removes header and footer definitions from all pages of a document. As of this writing, this operation does not have any additional parameters. The "headerFooterSelection" element, which must be included without fail, is meant simply as a placeholder for potential future detailed parameters.</p>
         
        Returns:
        possible object is OptionsType.HeaderFooter.Remove
      • isSetRemove

        public boolean isSetRemove()