Package org.cxml

Class Period

java.lang.Object
org.cxml.Period

public class Period extends Object
  • Field Details

    • startDate

      protected String startDate
    • endDate

      protected String endDate
  • Constructor Details

    • Period

      public Period()
  • Method Details

    • getStartDate

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

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

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

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