PtSituationDto

@Xml(name = "PtSituation")
data class PtSituationDto(@PropertyElement(name = "siri:CreationTime") val creationTime: LocalDateTime?, @PropertyElement(name = "siri:ParticipantRef") val participantRef: String?, @PropertyElement(name = "siri:SituationNumber") val situationNumber: String, @PropertyElement(name = "siri:Version") val version: String?, @Element(name = "siri:Source") val source: SourceDto?, @Element(name = "siri:ValidityPeriod") val validityPeriod: List<ValidityPeriodDto>, @PropertyElement(name = "siri:AlertCause") val alertCause: String?, @PropertyElement(name = "siri:Priority") val priority: Int?, @PropertyElement(name = "ScopeType") val scopeType: ScopeType?, @PropertyElement(name = "siri:Language") val language: String?, @Element(name = "siri:PublishingActions") val publishingActions: PublishingActionsDto?) : Parcelable

Created by Michael Ruppen on 28.06.2024

Constructors

Link copied to clipboard
constructor(@PropertyElement(name = "siri:CreationTime") creationTime: LocalDateTime?, @PropertyElement(name = "siri:ParticipantRef") participantRef: String?, @PropertyElement(name = "siri:SituationNumber") situationNumber: String, @PropertyElement(name = "siri:Version") version: String?, @Element(name = "siri:Source") source: SourceDto?, @Element(name = "siri:ValidityPeriod") validityPeriod: List<ValidityPeriodDto>, @PropertyElement(name = "siri:AlertCause") alertCause: String?, @PropertyElement(name = "siri:Priority") priority: Int?, @PropertyElement(name = "ScopeType") scopeType: ScopeType?, @PropertyElement(name = "siri:Language") language: String?, @Element(name = "siri:PublishingActions") publishingActions: PublishingActionsDto?)

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

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)