com.supermap.onlineservices

Class LineItems

  • java.lang.Object
    • com.supermap.onlineservices.LineItems


  • public class LineItems
    extends java.lang.Object
    Specific bus transfer line information class
    • Constructor Summary

      Constructors 
      Constructor and Description
      LineItems()
      The default constructor constructs a new object LineItems .
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List<LineItem> getLineItems()
      Gets the line information of the current transfer segment.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LineItems

        public LineItems()
        The default constructor constructs a new object LineItems .
    • Method Detail

      • getLineItems

        public java.util.List<LineItem> getLineItems()
        Gets the line information of the current transfer segment.
        Returns:
        line information.