Package org.cxml
Class TimeRange
- java.lang.Object
-
- org.cxml.TimeRange
-
public class TimeRange extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TimeRange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEndDate()Gets the value of the endDate property.java.lang.StringgetStartDate()Gets the value of the startDate property.voidsetEndDate(java.lang.String value)Sets the value of the endDate property.voidsetStartDate(java.lang.String value)Sets the value of the startDate property.
-
-
-
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 isString
-
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 isString
-
-