Uses of Interface
org.eclipse.persistence.internal.oxm.schema.model.NestedParticle
-
Packages that use NestedParticle Package Description org.eclipse.persistence.internal.oxm.schema.model -
-
Uses of NestedParticle in org.eclipse.persistence.internal.oxm.schema.model
Classes in org.eclipse.persistence.internal.oxm.schema.model that implement NestedParticle Modifier and Type Class Description classChoicePurpose: Class to represent a Choice in a SchemaclassSequencePurpose: Class to represent a Sequence in a SchemaMethod parameters in org.eclipse.persistence.internal.oxm.schema.model with type arguments of type NestedParticle Modifier and Type Method Description voidChoice. setNestedParticles(List<NestedParticle> nestedParticles)voidSequence. setNestedParticles(List<? extends NestedParticle> nestedParticles)
-