Uses of Class
org.eclipse.persistence.internal.oxm.schema.model.AnyAttribute
-
Packages that use AnyAttribute Package Description org.eclipse.persistence.internal.oxm.schema.model -
-
Uses of AnyAttribute in org.eclipse.persistence.internal.oxm.schema.model
Subclasses of AnyAttribute in org.eclipse.persistence.internal.oxm.schema.model Modifier and Type Class Description classAnyMethods in org.eclipse.persistence.internal.oxm.schema.model that return AnyAttribute Modifier and Type Method Description AnyAttributeAttributeGroup. getAnyAttribute()AnyAttributeComplexType. getAnyAttribute()AnyAttributeExtension. getAnyAttribute()AnyAttributeRestriction. getAnyAttribute()Methods in org.eclipse.persistence.internal.oxm.schema.model with parameters of type AnyAttribute Modifier and Type Method Description voidAttributeGroup. setAnyAttribute(AnyAttribute anyAttribute)voidComplexType. setAnyAttribute(AnyAttribute anyAttribute)voidExtension. setAnyAttribute(AnyAttribute any)voidRestriction. setAnyAttribute(AnyAttribute any)
-