com.sun.tools.xjc.reader.xmlschema
Class GElement
java.lang.Object
com.sun.tools.xjc.reader.gbind.Expression
com.sun.tools.xjc.reader.gbind.Element
com.sun.tools.xjc.reader.xmlschema.GElement
- All Implemented Interfaces:
- ElementSet, Iterable<Element>
- Direct Known Subclasses:
- GElementImpl, GWildcardElement
abstract class GElement
- extends Element
Method Summary |
(package private) abstract String |
getPropertyNameSeed()
Gets the seed (raw XML name) to be used to generate a property name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
particles
final Set<XSParticle> particles
- All the
XSParticle
s (whose term is XSElementDecl
)
that are coereced into a single Element
.
GElement
GElement()
getPropertyNameSeed
abstract String getPropertyNameSeed()
- Gets the seed (raw XML name) to be used to generate a property name.