Package org.cxml
Class Route
java.lang.Object
org.cxml.Route
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the endDate property.getMeans()Gets the value of the means property.Gets the value of the method property.Gets the value of the startDate property.getvalue()Gets the value of the value property.voidsetEndDate(String value) Sets the value of the endDate property.voidSets the value of the means property.voidSets the value of the method property.voidsetStartDate(String value) Sets the value of the startDate property.voidSets the value of the value property.
-
Field Details
-
method
-
means
-
startDate
-
endDate
-
value
-
-
Constructor Details
-
Route
public Route()
-
-
Method Details
-
getMethod
Gets the value of the method property.- Returns:
- possible object is
String
-
setMethod
Sets the value of the method property.- Parameters:
value- allowed object isString
-
getMeans
Gets the value of the means property.- Returns:
- possible object is
String
-
setMeans
Sets the value of the means property.- Parameters:
value- allowed object isString
-
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
-
getvalue
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
Sets the value of the value property.- Parameters:
value- allowed object isString
-