TextualContentDto

@Xml(name = "siri:TextualContent")
data class TextualContentDto(@Element(name = "siri:SummaryContent") val summaryContent: SummaryContentDto, @Element(name = "siri:ReasonContent") val reasonContent: ReasonContentDto?, @Element(name = "siri:DescriptionContent") val descriptionContent: List<DescriptionContent>?, @Element(name = "siri:ConsequenceContent") val consequenceContent: List<ConsequenceContentDto>?, @Element(name = "siri:RecommendationContent") val recommendationContent: List<RecommendationContentDto>?, @Element(name = "siri:DurationContent") val durationContent: DurationContentDto?, @Element(name = "siri:RemarkContent") val remarkContent: List<RemarkContent>?, @Element(name = "siri:InfoLink") val infoLink: List<InfoLink>?) : Parcelable

Created by Michael Ruppen on 28.06.2024

Constructors

Link copied to clipboard
constructor(@Element(name = "siri:SummaryContent") summaryContent: SummaryContentDto, @Element(name = "siri:ReasonContent") reasonContent: ReasonContentDto?, @Element(name = "siri:DescriptionContent") descriptionContent: List<DescriptionContent>?, @Element(name = "siri:ConsequenceContent") consequenceContent: List<ConsequenceContentDto>?, @Element(name = "siri:RecommendationContent") recommendationContent: List<RecommendationContentDto>?, @Element(name = "siri:DurationContent") durationContent: DurationContentDto?, @Element(name = "siri:RemarkContent") remarkContent: List<RemarkContent>?, @Element(name = "siri:InfoLink") infoLink: List<InfoLink>?)

Properties

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
abstract fun writeToParcel(p0: Parcel, p1: Int)