kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
wsdl-model
/
io.github.hfhbd.kfx.wsdl
/
WSDL
WSDL
@
Serializable
data
class
WSDL
(
val
name
:
String
,
val
targetNamespace
:
String
,
val
documentation
:
Documentation
?
=
null
,
val
types
:
List
<
Types
>
,
val
messages
:
List
<
Message
>
,
val
portType
:
PortType
,
val
binding
:
Binding
,
val
service
:
Service
)
(
source
)
Members
Constructors
WSDL
Link copied to clipboard
constructor
(
name
:
String
,
targetNamespace
:
String
,
documentation
:
Documentation
?
=
null
,
types
:
List
<
Types
>
,
messages
:
List
<
Message
>
,
portType
:
PortType
,
binding
:
Binding
,
service
:
Service
)
Properties
binding
Link copied to clipboard
val
binding
:
Binding
documentation
Link copied to clipboard
val
documentation
:
Documentation
?
messages
Link copied to clipboard
val
messages
:
List
<
Message
>
name
Link copied to clipboard
val
name
:
String
port
Type
Link copied to clipboard
val
portType
:
PortType
service
Link copied to clipboard
val
service
:
Service
target
Namespace
Link copied to clipboard
val
targetNamespace
:
String
types
Link copied to clipboard
val
types
:
List
<
Types
>