Package org.cxml

Class Route


  • public class Route
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<Contact> contact  
      protected java.lang.String endDate  
      protected java.lang.String method  
      protected java.lang.String startDate  
    • Constructor Summary

      Constructors 
      Constructor Description
      Route()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Contact> getContact()
      Gets the value of the contact property.
      java.lang.String getEndDate()
      Gets the value of the endDate property.
      java.lang.String getMethod()
      Gets the value of the method property.
      java.lang.String getStartDate()
      Gets the value of the startDate property.
      void setEndDate​(java.lang.String value)
      Sets the value of the endDate property.
      void setMethod​(java.lang.String value)
      Sets the value of the method property.
      void setStartDate​(java.lang.String value)
      Sets the value of the startDate property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • method

        protected java.lang.String method
      • startDate

        protected java.lang.String startDate
      • endDate

        protected java.lang.String endDate
      • contact

        protected java.util.List<Contact> contact
    • Constructor Detail

      • Route

        public Route()
    • Method Detail

      • getMethod

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

        public void setMethod​(java.lang.String value)
        Sets the value of the method property.
        Parameters:
        value - allowed object is String
      • 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 is String
      • 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 is String
      • getContact

        public java.util.List<Contact> getContact()
        Gets the value of the contact property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the contact property.

        For example, to add a new item, do as follows:

            getContact().add(newItem);
         

        Objects of the following type(s) are allowed in the list Contact