Package org.cxml
Class Period
java.lang.Object
org.cxml.Period
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the endDate property.Gets the value of the startDate property.voidsetEndDate(String value) Sets the value of the endDate property.voidsetStartDate(String value) Sets the value of the startDate property.
-
Field Details
-
startDate
-
endDate
-
-
Constructor Details
-
Period
public Period()
-
-
Method Details
-
getStartDate
Gets the value of the startDate property.- Returns:
- possible object is
String
-
setStartDate
Sets the value of the startDate property.- Parameters:
value- allowed object isString
-
getEndDate
Gets the value of the endDate property.- Returns:
- possible object is
String
-
setEndDate
Sets the value of the endDate property.- Parameters:
value- allowed object isString
-