toggle menu
OJP-Android-SDK
androidJvm
switch theme
search in API
OJP-Android-SDK
/
ch.opentransportdata.ojp.data.dto.response.tir.leg
/
SituationFullRefs
Situation
Full
Refs
@
Xml
(
name
=
"SituationFullRefs"
)
data
class
SituationFullRefs
(
@
Element
(
name
=
"SituationFullRef"
)
val
situationFullRefs
:
List
<
SituationFullRef
>
?
)
:
Parcelable
Created by Michael Ruppen on 19.08.2024
Members
Constructors
Situation
Full
Refs
Link copied to clipboard
constructor
(
@
Element
(
name
=
"SituationFullRef"
)
situationFullRefs
:
List
<
SituationFullRef
>
?
)
Properties
situation
Full
Refs
Link copied to clipboard
val
situationFullRefs
:
List
<
SituationFullRef
>
?
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
)