Uses of Class
org.eclipse.persistence.internal.oxm.schema.model.Any
-
Packages that use Any Package Description org.eclipse.persistence.internal.oxm.schema.model -
-
Uses of Any in org.eclipse.persistence.internal.oxm.schema.model
Methods in org.eclipse.persistence.internal.oxm.schema.model with parameters of type Any Modifier and Type Method Description voidChoice. addAny(Any any)voidNestedParticle. addAny(Any any)voidSequence. addAny(Any any)Method parameters in org.eclipse.persistence.internal.oxm.schema.model with type arguments of type Any Modifier and Type Method Description voidChoice. setAnys(List<Any> anys)voidNestedParticle. setAnys(List<Any> anys)voidSequence. setAnys(List<Any> anys)
-