Package org.cxml

Class LegDestination


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

      Fields 
      Modifier and Type Field Description
      protected Place place  
    • Constructor Summary

      Constructors 
      Constructor Description
      LegDestination()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Place getPlace()
      Gets the value of the place property.
      void setPlace​(Place value)
      Sets the value of the place property.
      • Methods inherited from class java.lang.Object

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

      • place

        protected Place place
    • Constructor Detail

      • LegDestination

        public LegDestination()
    • Method Detail

      • getPlace

        public Place getPlace()
        Gets the value of the place property.
        Returns:
        possible object is Place
      • setPlace

        public void setPlace​(Place value)
        Sets the value of the place property.
        Parameters:
        value - allowed object is Place