Class OptionsType.HeaderFooter.Add

  • Enclosing class:
    OptionsType.HeaderFooter

    public static class OptionsType.HeaderFooter.Add
    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="headerFooterContent" type="{http://schema.webpdf.de/1.0/operation}HeaderFooterType"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Add

        public Add()
    • Method Detail

      • getHeaderFooterContent

        public HeaderFooterType getHeaderFooterContent()
        Gets the value of the headerFooterContent property.
        Returns:
        possible object is HeaderFooterType
      • setHeaderFooterContent

        public void setHeaderFooterContent​(HeaderFooterType value)
        Sets the value of the headerFooterContent property.
        Parameters:
        value - allowed object is HeaderFooterType
      • isSetHeaderFooterContent

        public boolean isSetHeaderFooterContent()