Textual Content Dto
@Xml(name = "siri:TextualContent" )
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>?)