kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
wsdl-model
/
io.github.hfhbd.kfx.wsdl
/
Sequence
Sequence
@
Serializable
data
class
Sequence
(
val
annotation
:
Annotation
?
=
null
,
val
minOccurs
:
String
?
=
null
,
val
maxOccurs
:
String
?
=
null
,
val
elements
:
List
<
Elements
>
)
(
source
)
Members
Constructors
Sequence
Link copied to clipboard
constructor
(
annotation
:
Annotation
?
=
null
,
minOccurs
:
String
?
=
null
,
maxOccurs
:
String
?
=
null
,
elements
:
List
<
Elements
>
)
Properties
annotation
Link copied to clipboard
val
annotation
:
Annotation
?
elements
Link copied to clipboard
val
elements
:
List
<
Elements
>
max
Occurs
Link copied to clipboard
val
maxOccurs
:
String
?
min
Occurs
Link copied to clipboard
val
minOccurs
:
String
?