Uses of Class
org.eclipse.persistence.internal.oxm.schema.model.Group
-
Packages that use Group Package Description org.eclipse.persistence.internal.oxm.schema.model -
-
Uses of Group in org.eclipse.persistence.internal.oxm.schema.model
Methods in org.eclipse.persistence.internal.oxm.schema.model that return Group Modifier and Type Method Description GroupSchema. getGroup(String uri, String localName)protected GroupSchema. getGroupFromReferencedSchemas(String uri, String localName)Methods in org.eclipse.persistence.internal.oxm.schema.model that return types with arguments of type Group Modifier and Type Method Description Map<String,Group>Schema. getGroups()Method parameters in org.eclipse.persistence.internal.oxm.schema.model with type arguments of type Group Modifier and Type Method Description voidSchema. setGroups(Map<String,Group> groups)
-