| Modifier and Type | Field | Description |
|---|---|---|
protected com.sun.codemodel.JCodeModel |
codeModel |
|
protected javax.xml.namespace.QName |
elementName |
|
protected FieldOutline |
fr |
|
protected Mapping |
parent |
| Modifier and Type | Method | Description |
|---|---|---|
javax.xml.namespace.QName |
elementName() |
Name of the XML element that corresponds to the property.
|
java.lang.String |
name() |
The name of the property.
|
javax.xml.namespace.QName |
rawName() |
Returns raw schema name for simpleType property.
|
com.sun.codemodel.JType |
type() |
The Java type of the property.
|
protected final FieldOutline fr
protected final javax.xml.namespace.QName elementName
protected final Mapping parent
protected final com.sun.codemodel.JCodeModel codeModel
public final java.lang.String name()
PropertyThis method returns a valid identifier suitable for the use as a variable name.
public final javax.xml.namespace.QName rawName()
public final javax.xml.namespace.QName elementName()
PropertyEach child of a wrapper style element corresponds with an element, and this method returns that name.
elementName in interface PropertyQName.public final com.sun.codemodel.JType type()
PropertyCopyright © 2018 Oracle Corporation. All rights reserved.