TextualContentDto

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>?)