TransferLegDto

@Xml(name = "TransferLeg")
data class TransferLegDto(@PropertyElement(name = "TransferType") val transferType: TransferType, @Element(name = "LegStart") val legStart: LegStartEndDto, @Element(name = "LegEnd") val legEnd: LegStartEndDto, @PropertyElement(name = "Duration") val duration: Duration) : AbstractLegType

Created by Michael Ruppen on 28.06.2024

Constructors

Link copied to clipboard
constructor(@PropertyElement(name = "TransferType") transferType: TransferType, @Element(name = "LegStart") legStart: LegStartEndDto, @Element(name = "LegEnd") legEnd: LegStartEndDto, @PropertyElement(name = "Duration") duration: Duration)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)