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
/
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
portTypes
:
List
<
PortType
>
,
val
bindings
:
List
<
Binding
>
,
val
services
:
List
<
Service
>
)
(
source
)
Members
Constructors
WSDL
Link copied to clipboard
constructor
(
name
:
String
,
targetNamespace
:
String
,
documentation
:
Documentation
?
=
null
,
types
:
List
<
Types
>
,
messages
:
List
<
Message
>
,
portTypes
:
List
<
PortType
>
,
bindings
:
List
<
Binding
>
,
services
:
List
<
Service
>
)
Properties
bindings
Link copied to clipboard
val
bindings
:
List
<
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
Types
Link copied to clipboard
val
portTypes
:
List
<
PortType
>
services
Link copied to clipboard
val
services
:
List
<
Service
>
target
Namespace
Link copied to clipboard
val
targetNamespace
:
String
types
Link copied to clipboard
val
types
:
List
<
Types
>