|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Property
Represents a property of a wrapper-style element.
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
Method Summary | |
---|---|
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()
|
com.sun.codemodel.JType |
type()
The Java type of the property. |
Method Detail |
---|
java.lang.String name()
This method returns a valid identifier suitable for the use as a variable name.
com.sun.codemodel.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()
.javax.xml.namespace.QName elementName()
Each child of a wrapper style element corresponds with an element, and this method returns that name.
QName
.javax.xml.namespace.QName rawName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |