Class UTCTimeRangeType

java.lang.Object
ietf.params.xml.ns.caldav.UTCTimeRangeType
Direct Known Subclasses:
ExpandType, LimitFreebusySetType, LimitRecurrenceSetType

public class UTCTimeRangeType extends Object
A type used by a number of filter elements.

Java class for UTCTimeRangeType complex type.

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

 <complexType name="UTCTimeRangeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="start" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="end" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • UTCTimeRangeType

      public UTCTimeRangeType()
  • Method Details

    • getStart

      public String getStart()
      Gets the value of the start property.
      Returns:
      possible object is String
    • setStart

      public void setStart(String value)
      Sets the value of the start property.
      Parameters:
      value - allowed object is String
    • getEnd

      public String getEnd()
      Gets the value of the end property.
      Returns:
      possible object is String
    • setEnd

      public void setEnd(String value)
      Sets the value of the end property.
      Parameters:
      value - allowed object is String