Class HeaderFooterType.Header

  • Enclosing class:
    HeaderFooterType

    public static class HeaderFooterType.Header
    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">
           <attribute name="left" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="center" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="right" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Header

        public Header()
    • Method Detail

      • getLeft

        public String getLeft()
        Gets the value of the left property.
        Returns:
        possible object is String
      • setLeft

        public void setLeft​(String value)
        Sets the value of the left property.
        Parameters:
        value - allowed object is String
      • isSetLeft

        public boolean isSetLeft()
      • getCenter

        public String getCenter()
        Gets the value of the center property.
        Returns:
        possible object is String
      • setCenter

        public void setCenter​(String value)
        Sets the value of the center property.
        Parameters:
        value - allowed object is String
      • isSetCenter

        public boolean isSetCenter()
      • getRight

        public String getRight()
        Gets the value of the right property.
        Returns:
        possible object is String
      • setRight

        public void setRight​(String value)
        Sets the value of the right property.
        Parameters:
        value - allowed object is String
      • isSetRight

        public boolean isSetRight()