Uses of Interface
org.eclipse.persistence.internal.oxm.schema.model.TypeDefParticleOwner
-
Packages that use TypeDefParticleOwner Package Description org.eclipse.persistence.internal.oxm.schema.model -
-
Uses of TypeDefParticleOwner in org.eclipse.persistence.internal.oxm.schema.model
Subinterfaces of TypeDefParticleOwner in org.eclipse.persistence.internal.oxm.schema.model Modifier and Type Interface Description interfaceNestedParticlePurpose: Interface to represent a Choice or SequenceClasses in org.eclipse.persistence.internal.oxm.schema.model that implement TypeDefParticleOwner Modifier and Type Class Description classChoicePurpose: Class to represent a Choice in a SchemaclassComplexTypeA Value Object class representing XML Schema's complexType.classSequencePurpose: Class to represent a Sequence in a SchemaMethods in org.eclipse.persistence.internal.oxm.schema.model that return TypeDefParticleOwner Modifier and Type Method Description TypeDefParticleOwnerTypeDefParticle. getOwner()Methods in org.eclipse.persistence.internal.oxm.schema.model with parameters of type TypeDefParticleOwner Modifier and Type Method Description voidChoice. setOwner(TypeDefParticleOwner owner)voidNestedParticle. setOwner(TypeDefParticleOwner owner)voidSequence. setOwner(TypeDefParticleOwner owner)voidTypeDefParticle. setOwner(TypeDefParticleOwner owner)
-