toggle menu
OJP-Android-SDK
androidJvm
switch theme
search in API
OJP-Android-SDK
/
ch.opentransportdata.ojp.data.dto.response.tir.leg
/
ProductCategoryDto
Product
Category
Dto
@
Xml
(
name
=
"ProductCategory"
)
data
class
ProductCategoryDto
(
@
Element
(
name
=
"Name"
)
val
name
:
NameDto
?
,
@
Element
(
name
=
"ShortName"
)
val
shortName
:
NameDto
?
,
@
PropertyElement
(
name
=
"ProductCategoryRef"
)
val
productCategoryRef
:
String
?
)
:
Parcelable
Created by Michael Ruppen on 28.06.2024
Members
Constructors
Product
Category
Dto
Link copied to clipboard
constructor
(
@
Element
(
name
=
"Name"
)
name
:
NameDto
?
,
@
Element
(
name
=
"ShortName"
)
shortName
:
NameDto
?
,
@
PropertyElement
(
name
=
"ProductCategoryRef"
)
productCategoryRef
:
String
?
)
Properties
name
Link copied to clipboard
val
name
:
NameDto
?
product
Category
Ref
Link copied to clipboard
val
productCategoryRef
:
String
?
short
Name
Link copied to clipboard
val
shortName
:
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
)