Uses of Class
org.eclipse.persistence.internal.oxm.schema.model.TypeDefParticle
-
Packages that use TypeDefParticle Package Description org.eclipse.persistence.internal.oxm.schema.model -
-
Uses of TypeDefParticle in org.eclipse.persistence.internal.oxm.schema.model
Subclasses of TypeDefParticle in org.eclipse.persistence.internal.oxm.schema.model Modifier and Type Class Description classAllclassChoicePurpose: Class to represent a Choice in a SchemaclassSequencePurpose: Class to represent a Sequence in a SchemaMethods in org.eclipse.persistence.internal.oxm.schema.model that return TypeDefParticle Modifier and Type Method Description TypeDefParticleComplexType. getTypeDefParticle()TypeDefParticleExtension. getTypeDefParticle()TypeDefParticleRestriction. getTypeDefParticle()Methods in org.eclipse.persistence.internal.oxm.schema.model with parameters of type TypeDefParticle Modifier and Type Method Description voidComplexType. setTypeDefParticle(TypeDefParticle typeDefParticle)voidExtension. setTypeDefParticle(TypeDefParticle typeDefParticle)voidRestriction. setTypeDefParticle(TypeDefParticle typeDefParticle)
-