Package org.cxml

Class TimeRange


  • public class TimeRange
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String endDate  
      protected java.lang.String startDate  
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeRange()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEndDate()
      Gets the value of the endDate property.
      java.lang.String getStartDate()
      Gets the value of the startDate property.
      void setEndDate​(java.lang.String value)
      Sets the value of the endDate property.
      void setStartDate​(java.lang.String value)
      Sets the value of the startDate property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • startDate

        protected java.lang.String startDate
      • endDate

        protected java.lang.String endDate
    • Constructor Detail

      • TimeRange

        public TimeRange()
    • Method Detail

      • getStartDate

        public java.lang.String getStartDate()
        Gets the value of the startDate property.
        Returns:
        possible object is String
      • setStartDate

        public void setStartDate​(java.lang.String value)
        Sets the value of the startDate property.
        Parameters:
        value - allowed object is String
      • getEndDate

        public java.lang.String getEndDate()
        Gets the value of the endDate property.
        Returns:
        possible object is String
      • setEndDate

        public void setEndDate​(java.lang.String value)
        Sets the value of the endDate property.
        Parameters:
        value - allowed object is String