toggle menu
OJP-Android-SDK
androidJvm
switch theme
search in API
OJP-Android-SDK
/
ch.opentransportdata.ojp.data.dto.response.tir.leg
/
SituationFullRef
Situation
Full
Ref
@
Xml
(
name
=
"SituationFullRef"
)
data
class
SituationFullRef
(
@
PropertyElement
(
name
=
"siri:ParticipantRef"
)
val
participantRef
:
String
,
@
PropertyElement
(
name
=
"siri:SituationNumber"
)
val
situationNumber
:
String
)
:
Parcelable
Created by Deniz Kalem on 16.08.2024
Members
Constructors
Situation
Full
Ref
Link copied to clipboard
constructor
(
@
PropertyElement
(
name
=
"siri:ParticipantRef"
)
participantRef
:
String
,
@
PropertyElement
(
name
=
"siri:SituationNumber"
)
situationNumber
:
String
)
Properties
participant
Ref
Link copied to clipboard
val
participantRef
:
String
situation
Number
Link copied to clipboard
val
situationNumber
:
String
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)