Class Stop


  • public class Stop
    extends java.lang.Object
    Contractual or operational port or point relevant to the movement of the cargo.
    • Constructor Detail

      • Stop

        public Stop()
    • Method Detail

      • getFunctionCode

        public Stop.FunctionCodeEnum getFunctionCode()
        Provide the function code.
        Returns:
        functionCode
      • locationIdentification

        public Stop locationIdentification​(Location locationIdentification)
      • getLocationIdentification

        public Location getLocationIdentification()
        Get locationIdentification
        Returns:
        locationIdentification
      • setLocationIdentification

        public void setLocationIdentification​(Location locationIdentification)
      • arrivalTime

        public Stop arrivalTime​(org.threeten.bp.OffsetDateTime arrivalTime)
      • getArrivalTime

        public org.threeten.bp.OffsetDateTime getArrivalTime()
        Date and time of the arrival of the cargo.
        Returns:
        arrivalTime
      • setArrivalTime

        public void setArrivalTime​(org.threeten.bp.OffsetDateTime arrivalTime)
      • departureTime

        public Stop departureTime​(org.threeten.bp.OffsetDateTime departureTime)
      • getDepartureTime

        public org.threeten.bp.OffsetDateTime getDepartureTime()
        Date and time of the departure of the cargo.
        Returns:
        departureTime
      • setDepartureTime

        public void setDepartureTime​(org.threeten.bp.OffsetDateTime departureTime)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object