toggle menu
OJP-Android-SDK
androidJvm
switch theme
search in API
OJP-Android-SDK
/
ch.opentransportdata.ojp.data.dto.response.tir.leg
/
AttributeDto
Attribute
Dto
@
Xml
(
name
=
"Attribute"
)
data
class
AttributeDto
(
@
Element
(
name
=
"UserText"
)
val
userText
:
NameDto
,
@
PropertyElement
(
name
=
"Code"
)
val
code
:
String
)
:
Parcelable
Created by Michael Ruppen on 28.06.2024
Members
Constructors
Attribute
Dto
Link copied to clipboard
constructor
(
@
Element
(
name
=
"UserText"
)
userText
:
NameDto
,
@
PropertyElement
(
name
=
"Code"
)
code
:
String
)
Properties
code
Link copied to clipboard
val
code
:
String
user
Text
Link copied to clipboard
val
userText
:
NameDto
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
)