kfx
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kfx
wsdl-model
/
io.github.hfhbd.kfx.wsdl.model
/
OperationType
Operation
Type
@
Serializable
data
class
OperationType
(
val
message
:
QName
,
val
name
:
String
?
=
null
)
(
source
)
Members
Constructors
Operation
Type
Link copied to clipboard
constructor
(
message
:
QName
,
name
:
String
?
=
null
)
Properties
message
Link copied to clipboard
@
Serializable
(
with
=
QNameSerializer::class
)
val
message
:
QName
name
Link copied to clipboard
val
name
:
String
?