kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
wsdl-model
/
io.github.hfhbd.kfx.wsdl
/
SimpleType
Simple
Type
@
Serializable
data
class
SimpleType
(
val
name
:
String
?
=
null
,
val
annotation
:
Annotation
?
=
null
,
val
restriction
:
Restriction
)
(
source
)
Members
Constructors
Simple
Type
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
annotation
:
Annotation
?
=
null
,
restriction
:
Restriction
)
Properties
annotation
Link copied to clipboard
val
annotation
:
Annotation
?
name
Link copied to clipboard
val
name
:
String
?
restriction
Link copied to clipboard
val
restriction
:
Restriction