| Modifier and Type | Method and Description |
|---|---|
Boolean |
attribute()
If attribute is set to true, a type instance should be serialized as an XML attribute.
|
String |
name()
Allows to override the name of the XML element or XML attribute in it's XML representation.
|
String |
namespace()
Allows to configure the name of the XML namespace.
|
String |
prefix()
Allows to configure the prefix which will be used during serialization to XML.
|
Boolean |
wrapped()
If wrapped is set to true, a type instance should be wrapped in its own XML element.
|
annotationsBoolean attribute()
Boolean wrapped()
String name()
String namespace()
String prefix()
Copyright © 2016. All rights reserved.