Uses of Class
org.eclipse.persistence.internal.oxm.schema.model.Attribute
-
Packages that use Attribute Package Description org.eclipse.persistence.internal.oxm.schema org.eclipse.persistence.internal.oxm.schema.model -
-
Uses of Attribute in org.eclipse.persistence.internal.oxm.schema
Methods in org.eclipse.persistence.internal.oxm.schema that return Attribute Modifier and Type Method Description protected AttributeSchemaModelGenerator. buildAttribute(DirectMapping mapping, String schemaType)Build and return an Attribute for a given XMLDirectMapping.protected AttributeSchemaModelGenerator. buildAttribute(XPathFragment frag, String schemaType)Build and return an Attribute for a given XPathFragment. -
Uses of Attribute in org.eclipse.persistence.internal.oxm.schema.model
Methods in org.eclipse.persistence.internal.oxm.schema.model that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>AttributeGroup. getAttributes()List<Attribute>Restriction. getAttributes()List<Attribute>ComplexType. getOrderedAttributes()List<Attribute>Extension. getOrderedAttributes()Map<String,Attribute>Schema. getTopLevelAttributes()Method parameters in org.eclipse.persistence.internal.oxm.schema.model with type arguments of type Attribute Modifier and Type Method Description voidAttributeGroup. setAttributes(List<Attribute> attributes)voidRestriction. setAttributes(List<Attribute> attributes)voidComplexType. setOrderedAttributes(List<Attribute> orderedAttributes)voidExtension. setOrderedAttributes(List<Attribute> orderedAttributes)voidSchema. setTopLevelAttributes(Map<String,Attribute> topLevelAttributes)
-