java.lang.Object
org.bremersee.garmin.activitygoals.v1.model.ext.PeriodT
All Implemented Interfaces:
Serializable

public class PeriodT extends Object implements Serializable

Java class for Period_t complex type.

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


 <complexType name="Period_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="StartDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="EndDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
       <attribute name="Recurrence" use="required" type="{http://www.garmin.com/xmlschemas/ActivityGoals/v1}RecurrenceCode_t" />
       <attribute name="DaysPerPeriod" type="{http://www.garmin.com/xmlschemas/ActivityGoals/v1}DaysCount_t" default="7" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • PeriodT

      public PeriodT()
  • Method Details

    • getStartDateTime

      public XMLGregorianCalendar getStartDateTime()
      Gets the value of the startDateTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setStartDateTime

      public void setStartDateTime(XMLGregorianCalendar value)
      Sets the value of the startDateTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getEndDateTime

      public XMLGregorianCalendar getEndDateTime()
      Gets the value of the endDateTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setEndDateTime

      public void setEndDateTime(XMLGregorianCalendar value)
      Sets the value of the endDateTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getRecurrence

      public RecurrenceCodeT getRecurrence()
      Gets the value of the recurrence property.
      Returns:
      possible object is RecurrenceCodeT
    • setRecurrence

      public void setRecurrence(RecurrenceCodeT value)
      Sets the value of the recurrence property.
      Parameters:
      value - allowed object is RecurrenceCodeT
    • getDaysPerPeriod

      public int getDaysPerPeriod()
      Gets the value of the daysPerPeriod property.
      Returns:
      possible object is Integer
    • setDaysPerPeriod

      public void setDaysPerPeriod(Integer value)
      Sets the value of the daysPerPeriod property.
      Parameters:
      value - allowed object is Integer