Package org.cxml

Class Route

java.lang.Object
org.cxml.Route

public class Route extends Object
  • Field Details

    • method

      protected String method
    • means

      protected String means
    • startDate

      protected String startDate
    • endDate

      protected String endDate
    • value

      protected String value
  • Constructor Details

    • Route

      public Route()
  • Method Details

    • getMethod

      public String getMethod()
      Gets the value of the method property.
      Returns:
      possible object is String
    • setMethod

      public void setMethod(String value)
      Sets the value of the method property.
      Parameters:
      value - allowed object is String
    • getMeans

      public String getMeans()
      Gets the value of the means property.
      Returns:
      possible object is String
    • setMeans

      public void setMeans(String value)
      Sets the value of the means property.
      Parameters:
      value - allowed object is String
    • 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
    • getvalue

      public String getvalue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setvalue

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