Uses of Class
org.eclipse.persistence.internal.oxm.schema.model.AttributeGroup
-
Packages that use AttributeGroup Package Description org.eclipse.persistence.internal.oxm.schema.model -
-
Uses of AttributeGroup in org.eclipse.persistence.internal.oxm.schema.model
Methods in org.eclipse.persistence.internal.oxm.schema.model that return AttributeGroup Modifier and Type Method Description AttributeGroupSchema. getAttributeGroup(String uri, String localName)protected AttributeGroupSchema. getAttributeGroupFromReferencedSchemas(String uri, String localName)Methods in org.eclipse.persistence.internal.oxm.schema.model that return types with arguments of type AttributeGroup Modifier and Type Method Description Map<String,AttributeGroup>Schema. getAttributeGroups()Method parameters in org.eclipse.persistence.internal.oxm.schema.model with type arguments of type AttributeGroup Modifier and Type Method Description voidSchema. setAttributeGroups(Map<String,AttributeGroup> attributeGroups)
-