Uses of Class
org.eclipse.persistence.internal.oxm.schema.model.Restriction
-
Packages that use Restriction Package Description org.eclipse.persistence.internal.oxm.schema.model -
-
Uses of Restriction in org.eclipse.persistence.internal.oxm.schema.model
Methods in org.eclipse.persistence.internal.oxm.schema.model that return Restriction Modifier and Type Method Description RestrictionContent. getRestriction()RestrictionSimpleType. getRestriction()Methods in org.eclipse.persistence.internal.oxm.schema.model with parameters of type Restriction Modifier and Type Method Description voidRestriction. mergeWith(Restriction restriction)Overwrites attributes of this restriction with attributes of the argument, if they are not null.voidContent. setRestriction(Restriction restriction)voidSimpleType. setRestriction(Restriction restriction)
-