OperatingHours

public class OperatingHours extends AbstractID

Java class for operatingHours complex type.

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

<complexType name="operatingHours">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="openFlag" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
        <element name="dayOfTheWeek" type="{http://www.w3.org/2001/XMLSchema}integer" maxOccurs="unbounded" minOccurs="0"/>
        <element name="beginningHour" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
        <element name="endingHour" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
        <element name="beginEffectiveDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
        <element name="endEffectiveDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

OperatingHours

public OperatingHours()

OperatingHours

public OperatingHours(boolean openFlag, DateTime beginEffectiveDate)

OperatingHours

public OperatingHours(boolean openFlag, List<DayOfTheWeek> daysOfTheWeek, DateTime beginningHour, DateTime endingHour, DateTime beginEffectiveDate, DateTime endEffectiveDate)

Methods

equals

public boolean equals(Object o)

getBeginEffectiveDate

public DateTime getBeginEffectiveDate()

getBeginningHour

public DateTime getBeginningHour()

getDaysOfTheWeek

public List<DayOfTheWeek> getDaysOfTheWeek()

getEndEffectiveDate

public DateTime getEndEffectiveDate()

getEndingHour

public DateTime getEndingHour()

hashCode

public int hashCode()

isOpenFlag

public boolean isOpenFlag()

setBeginEffectiveDate

public void setBeginEffectiveDate(DateTime beginEffectiveDate)

setBeginningHour

public void setBeginningHour(DateTime beginningHour)

setDaysOfTheWeek

public void setDaysOfTheWeek(List<DayOfTheWeek> daysOfTheWeek)

setEndEffectiveDate

public void setEndEffectiveDate(DateTime endEffectiveDate)

setEndingHour

public void setEndingHour(DateTime endingHour)

setOpenFlag

public void setOpenFlag(boolean openFlag)

toString

public String toString()