public interface Property
Carrys information about one property of a wrapper-style element. This interface is solely intended for the use by the JAX-RPC and otherwise the use is discouraged.
REVISIT: use CodeModel.
Mapping
Modifier and Type | Method and Description |
---|---|
QName |
elementName()
Name of the XML element that corresponds to the property.
|
String |
name()
The name of the property.
|
QName |
rawName() |
JType |
type()
The Java type of the property.
|
String name()
This method returns a valid identifier suitable for the use as a variable name.
JType type()
JType
is a representation of a Java type in a codeModel.
If you just need the fully-qualified class name, call JType.fullName()
.QName elementName()
Each child of a wrapper style element corresponds with an element, and this method returns that name.
QName
.QName rawName()
Copyright © 2019 JBoss by Red Hat. All rights reserved.