Modifier and Type | Field and Description |
---|---|
protected JCodeModel |
codeModel |
protected QName |
elementName |
protected FieldOutline |
fr |
protected Mapping |
parent |
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()
Returns raw schema name for simpleType property.
|
JType |
type()
The Java type of the property.
|
protected final FieldOutline fr
protected final QName elementName
protected final Mapping parent
protected final JCodeModel codeModel
public final String name()
Property
This method returns a valid identifier suitable for the use as a variable name.
public final QName rawName()
public final QName elementName()
Property
Each child of a wrapper style element corresponds with an element, and this method returns that name.
elementName
in interface Property
QName
.public final JType type()
Property
type
in interface Property
JType
is a representation of a Java type in a codeModel.
If you just need the fully-qualified class name, call JType.fullName()
.Copyright © 2017 JBoss by Red Hat. All rights reserved.