kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
wsdl-model
/
io.github.hfhbd.kfx.wsdl
/
Import
Import
@
Serializable
data
class
Import
(
val
namespace
:
String
,
val
schemaLocation
:
String
?
=
null
)
(
source
)
Members
Constructors
Import
Link copied to clipboard
constructor
(
namespace
:
String
,
schemaLocation
:
String
?
=
null
)
Properties
namespace
Link copied to clipboard
val
namespace
:
String
schema
Location
Link copied to clipboard
val
schemaLocation
:
String
?