XmlChildrenName

annotation class XmlChildrenName(val value: String, val namespace: String = UNSET_ANNOTATION_VALUE, val prefix: String = UNSET_ANNOTATION_VALUE)(source)

Specify additional information about child values in collections. This is only used for primitives, not for classes that have their own independent name. The outer tag name is determined regularly.

Properties

Link copied to clipboard

The namespace to use, by default the namespace of the container

Link copied to clipboard

Suggested prefix to use, overridden by existing prefixes for the namespace. Will cause a namespace declaration/prefix to be added if needed.

Link copied to clipboard

The local part of the tag name to use.

Functions

Link copied to clipboard