Class Fixed


  • public class Fixed
    extends MoveableHoliday

    Java class for Fixed complex type.

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

     <complexType name="Fixed">
       <complexContent>
         <extension base="{https://focus_shift.de/jollyday/schema/holiday}MoveableHoliday">
           <attribute name="month" type="{https://focus_shift.de/jollyday/schema/holiday}Month" />
           <attribute name="day">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="1"/>
                 <maxInclusive value="31"/>
               </restriction>
             </simpleType>
           </attribute>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Fixed

        public Fixed()
    • Method Detail

      • getMonth

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

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

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

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