Uses of Class
org.eclipse.persistence.internal.oxm.schema.model.Choice
-
Packages that use Choice Package Description org.eclipse.persistence.internal.oxm.schema.model -
-
Uses of Choice in org.eclipse.persistence.internal.oxm.schema.model
Methods in org.eclipse.persistence.internal.oxm.schema.model that return Choice Modifier and Type Method Description ChoiceComplexType. getChoice()ChoiceExtension. getChoice()ChoiceGroup. getChoice()ChoiceRestriction. getChoice()Methods in org.eclipse.persistence.internal.oxm.schema.model with parameters of type Choice Modifier and Type Method Description voidChoice. addChoice(Choice choice)voidNestedParticle. addChoice(Choice choice)voidSequence. addChoice(Choice choice)voidComplexType. setChoice(Choice choice)voidExtension. setChoice(Choice choice)voidGroup. setChoice(Choice choice)voidRestriction. setChoice(Choice choice)Method parameters in org.eclipse.persistence.internal.oxm.schema.model with type arguments of type Choice Modifier and Type Method Description voidChoice. setChoices(List<Choice> choices)voidNestedParticle. setChoices(List<Choice> choices)voidSequence. setChoices(List<Choice> choices)
-