Element

data class Element(val name: String? = null, val type: String? = null, val annotation: Annotation? = null, val minOccurs: String? = null, val maxOccurs: String? = null, val nillable: Boolean? = null, val ref: String? = null, val complexType: ComplexType? = null, val simpleType: SimpleType? = null) : Elements(source)

Constructors

Link copied to clipboard
constructor(name: String? = null, type: String? = null, annotation: Annotation? = null, minOccurs: String? = null, maxOccurs: String? = null, nillable: Boolean? = null, ref: String? = null, complexType: ComplexType? = null, simpleType: SimpleType? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String?
Link copied to clipboard
Link copied to clipboard
val ref: String?
Link copied to clipboard
Link copied to clipboard
val type: String?