Class HeaderFooterDate


  • public class HeaderFooterDate
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p179664_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p388603_="https://jakarta.ee/xml/ns/jaxb" xmlns:p96940_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Sets a date for inclusion in the added header/footer element.</p>
     

    Java class for HeaderFooterDate complex type.

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

    
     <complexType name="HeaderFooterDate">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="day">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <maxInclusive value="31"/>
                 <minInclusive value="1"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="month">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="1"/>
                 <maxInclusive value="12"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="year" type="{http://www.w3.org/2001/XMLSchema}int" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • HeaderFooterDate

        public HeaderFooterDate()
    • Method Detail

      • getDay

        public int getDay()
        Gets the value of the day property.
        Returns:
        possible object is Integer
      • setDay

        public void setDay​(int value)
        Sets the value of the day property.
        Parameters:
        value - allowed object is Integer
      • isSetDay

        public boolean isSetDay()
      • unsetDay

        public void unsetDay()
      • getMonth

        public int getMonth()
        Gets the value of the month property.
        Returns:
        possible object is Integer
      • setMonth

        public void setMonth​(int value)
        Sets the value of the month property.
        Parameters:
        value - allowed object is Integer
      • isSetMonth

        public boolean isSetMonth()
      • unsetMonth

        public void unsetMonth()
      • getYear

        public int getYear()
        Gets the value of the year property.
        Returns:
        possible object is Integer
      • setYear

        public void setYear​(int value)
        Sets the value of the year property.
        Parameters:
        value - allowed object is Integer
      • isSetYear

        public boolean isSetYear()
      • unsetYear

        public void unsetYear()