Class QualifiedDayOfWeek


  • public class QualifiedDayOfWeek
    extends Object

    Java class for qualifiedDayOfWeek complex type.

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

     <complexType name="qualifiedDayOfWeek">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="dayOfWeek" type="{http://www.pentaho.com/schema/}dayOfWeek" minOccurs="0"/>
             <element name="qualifier" type="{http://www.pentaho.com/schema/}dayOfWeekQualifier" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • QualifiedDayOfWeek

        public QualifiedDayOfWeek()
    • Method Detail

      • getDayOfWeek

        public DayOfWeek getDayOfWeek()
        Gets the value of the dayOfWeek property.
        Returns:
        possible object is DayOfWeek
      • setDayOfWeek

        public void setDayOfWeek​(DayOfWeek value)
        Sets the value of the dayOfWeek property.
        Parameters:
        value - allowed object is DayOfWeek