DatedJourneyDto

@Xml(name = "Service")
data class DatedJourneyDto(@Element(name = "Mode") val mode: ModeDto, @PropertyElement(name = "ConventionalModeOfOperation") val conventionalModeOfOperation: ConventionalModesOfOperation?, @PropertyElement(name = "TrainNumber") val trainNumber: String?, @PropertyElement(name = "siri:LineRef") val lineRef: String, @PropertyElement(name = "siri:OperatorRef") val operatorRef: String?, @PropertyElement(name = "PublicCode") val publicCode: String?, @Element(name = "PublishedServiceName") val publishedServiceName: NameDto, @Element(name = "ProductCategory") val productCategory: ProductCategoryDto?, @PropertyElement(name = "siri:DirectionRef") val directionRef: String?, @PropertyElement(name = "OperatingDayRef") val operatingDayRef: String, @PropertyElement(name = "OriginStopPointRef") val originStopPointRef: String?, @PropertyElement(name = "DestinationStopPointRef") val destinationStopPointRef: String?, @Element(name = "OriginText") val originText: NameDto, @Element(name = "DestinationText") val destinationText: NameDto?, @PropertyElement(name = "JourneyRef") val journeyRef: String, @Element(name = "Attribute") val attributes: List<AttributeDto>?, @PropertyElement(name = "siri:VehicleRef") val vehicleRef: String?, @Element(name = "SituationFullRefs") val situationFullRefWrapper: SituationFullRefs?, @PropertyElement(name = "Unplanned") val unplanned: Boolean?, @PropertyElement(name = "Cancelled") val cancelled: Boolean?, @PropertyElement(name = "Deviation") val deviation: Boolean?) : Parcelable

Created by Michael Ruppen on 28.06.2024

Constructors

Link copied to clipboard
constructor(@Element(name = "Mode") mode: ModeDto, @PropertyElement(name = "ConventionalModeOfOperation") conventionalModeOfOperation: ConventionalModesOfOperation?, @PropertyElement(name = "TrainNumber") trainNumber: String?, @PropertyElement(name = "siri:LineRef") lineRef: String, @PropertyElement(name = "siri:OperatorRef") operatorRef: String?, @PropertyElement(name = "PublicCode") publicCode: String?, @Element(name = "PublishedServiceName") publishedServiceName: NameDto, @Element(name = "ProductCategory") productCategory: ProductCategoryDto?, @PropertyElement(name = "siri:DirectionRef") directionRef: String?, @PropertyElement(name = "OperatingDayRef") operatingDayRef: String, @PropertyElement(name = "OriginStopPointRef") originStopPointRef: String?, @PropertyElement(name = "DestinationStopPointRef") destinationStopPointRef: String?, @Element(name = "OriginText") originText: NameDto, @Element(name = "DestinationText") destinationText: NameDto?, @PropertyElement(name = "JourneyRef") journeyRef: String, @Element(name = "Attribute") attributes: List<AttributeDto>?, @PropertyElement(name = "siri:VehicleRef") vehicleRef: String?, @Element(name = "SituationFullRefs") situationFullRefWrapper: SituationFullRefs?, @PropertyElement(name = "Unplanned") unplanned: Boolean?, @PropertyElement(name = "Cancelled") cancelled: Boolean?, @PropertyElement(name = "Deviation") deviation: Boolean?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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)