com.sun.tools.xjc.reader.xmlschema

Class GElement

abstract class GElement extends Element

Field Summary
Set<XSParticle>particles
All the XSParticles (whose term is XSElementDecl) that are coereced into a single Element.
Method Summary
abstract StringgetPropertyNameSeed()
Gets the seed (raw XML name) to be used to generate a property name.

Field Detail

particles

final Set<XSParticle> particles
All the XSParticles (whose term is XSElementDecl) that are coereced into a single Element.

Method Detail

getPropertyNameSeed

abstract String getPropertyNameSeed()
Gets the seed (raw XML name) to be used to generate a property name.