Validity Period Dto
@Xml(name = "siri:ValidityPeriod" )
Created by Michael Ruppen on 28.06.2024
Constructors
Link copied to clipboard
constructor(@PropertyElement(name = "siri:StartTime" ) startTime: LocalDateTime, @PropertyElement(name = "siri:EndTime" ) endTime: LocalDateTime)