Uses of Class
org.eclipse.persistence.internal.oxm.schema.model.Schema
-
Packages that use Schema Package Description org.eclipse.persistence.internal.oxm.schema org.eclipse.persistence.internal.oxm.schema.model -
-
Uses of Schema in org.eclipse.persistence.internal.oxm.schema
Methods in org.eclipse.persistence.internal.oxm.schema that return Schema Modifier and Type Method Description protected SchemaSchemaModelGenerator. buildNewSchema(String uri, NamespaceResolver nr, int schemaCount, SchemaModelGeneratorProperties properties)Create and return a new schema for the given namespace.protected SchemaSchemaModelGenerator. getSchema(String uri, NamespaceResolver nr, HashMap<String,Schema> schemaForNamespace, SchemaModelGeneratorProperties properties)Return the Schema for a given namespace.Methods in org.eclipse.persistence.internal.oxm.schema that return types with arguments of type Schema Modifier and Type Method Description Map<String,Schema>SchemaModelGenerator. generateSchemas(List<Descriptor> descriptorsToProcess, SchemaModelGeneratorProperties properties)Generates a Map of EclipseLink schema model Schema objects for a given list of XMLDescriptors.Map<String,Schema>SchemaModelGenerator. generateSchemas(List<Descriptor> descriptorsToProcess, SchemaModelGeneratorProperties properties, Map<QName,Type> additionalGlobalElements)Generates a Map of EclipseLink schema model Schema objects for a given list of XMLDescriptors.Map<String,Schema>SchemaModelGenerator. generateSchemas(List<Descriptor> descriptorsToProcess, SchemaModelGeneratorProperties properties, SchemaModelOutputResolver outputResolver)Generates a Map of EclipseLink schema model Schema objects for a given list of XMLDescriptors.Map<String,Schema>SchemaModelGenerator. generateSchemas(List<Descriptor> descriptorsToProcess, SchemaModelGeneratorProperties properties, SchemaModelOutputResolver outputResolver, Map<QName,Type> additionalGlobalElements)Generates a Map of EclipseLink schema model Schema objects for a given list of XMLDescriptors.Methods in org.eclipse.persistence.internal.oxm.schema with parameters of type Schema Modifier and Type Method Description protected voidSchemaModelGenerator. addNamespacesToWorkingSchema(NamespaceResolver nr, Schema workingSchema)Adds each namespace in the given resolver to the schema.protected ComplexTypeSchemaModelGenerator. buildComplexType(boolean anonymous, Descriptor desc, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors)Create and return a ComplexType for a given XMLDescriptor.protected ElementSchemaModelGenerator. buildElement(Descriptor desc, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors, boolean simple)Create and return an Element for a given XMLDescriptor.protected SequenceSchemaModelGenerator. buildSchemaComponentsForXPath(XPathFragment frag, Sequence seq, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties)This method will build element/complexType/sequence components for a given XPath, and return the sequence that the target element of the mapping should be added to.protected SimpleTypeSchemaModelGenerator. buildSimpleType(Descriptor desc, Schema workingSchema, boolean global)Create and return a SimpleType for a given XMLDescriptor.protected StringSchemaModelGenerator. getSchemaTypeForDirectMapping(DirectMapping mapping, Schema workingSchema)Return the schema type for a given mapping's xmlfield.protected StringSchemaModelGenerator. getSchemaTypeForElement(Field xmlField, Class<?> attrClass, Schema workingSchema)Return the schema type for a given xmlfield.protected StringSchemaModelGenerator. getSchemaTypeString(QName schemaType, Schema workingSchema)Return the schema type as a string for a given QName and Schema.protected ElementSchemaModelGenerator. handleFragNamespace(XPathFragment frag, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, Element element, String schemaTypeString)This method will generate a global element if required (based in URI and elementFormDefault) and set a reference to it on a given element accordingly.protected ElementSchemaModelGenerator. handleFragNamespace(XPathFragment frag, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, Element element, ComplexType ctype, Descriptor refDesc)This method will generate a global element if required (based in URI and elementFormDefault) and set a reference to it on a given element accordingly, or set an anonymous complex type on a given element.protected booleanSchemaModelGenerator. importExists(Schema schema, String schemaName)Determines if a given schema contains an import for a given schema name.protected voidSchemaModelGenerator. processChoiceMapping(Map<Field,Class<?>> fieldToClassMap, List<XMLChoiceFieldToClassAssociation> choiceFieldToClassList, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors, boolean isCollection)Process a given XMLChoiceMapping.protected voidSchemaModelGenerator. processDescriptor(Descriptor desc, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors)Process a given descriptor.protected voidSchemaModelGenerator. processEnumeration(String schemaTypeString, XPathFragment frag, DirectMapping mapping, Sequence seq, ComplexType ct, Schema workingSchema, CoreConverter converter)Process information contained within an EnumTypeConverter.protected voidSchemaModelGenerator. processMapping(CoreMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors)Process a given mapping.protected ElementSchemaModelGenerator. processReferenceDescriptor(Element element, Descriptor refDesc, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors, Field field, boolean isCollection)protected voidSchemaModelGenerator. processXMLBinaryDataCollectionMapping(BinaryDataCollectionMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties)Process a given XMLBinaryDataCollectionMapping.protected voidSchemaModelGenerator. processXMLBinaryDataMapping(BinaryDataMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties)Process a given XMLBinaryDataMapping.protected voidSchemaModelGenerator. processXMLChoiceCollectionMapping(ChoiceCollectionMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors)Process a given XMLChoiceCollectionMapping.protected voidSchemaModelGenerator. processXMLChoiceObjectMapping(ChoiceObjectMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors)protected voidSchemaModelGenerator. processXMLCompositeDirectCollectionMapping(DirectCollectionMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties)Process a given XMLCompositeDirectCollectionMapping.protected voidSchemaModelGenerator. processXMLCompositeMapping(CompositeObjectMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors, boolean collection)Process a given XML composite mapping - either an XMLCompositeObjectMapping, or an XMLCompositeCollectionMapping.protected voidSchemaModelGenerator. processXMLDirectMapping(DirectMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties)Process a given XMLDirectMapping.protected voidSchemaModelGenerator. processXMLObjectReferenceMapping(ObjectReferenceMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors, boolean isCollection)Process a given XMLObjectReferenceMapping.Method parameters in org.eclipse.persistence.internal.oxm.schema with type arguments of type Schema Modifier and Type Method Description protected ComplexTypeSchemaModelGenerator. buildComplexType(boolean anonymous, Descriptor desc, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors)Create and return a ComplexType for a given XMLDescriptor.protected ElementSchemaModelGenerator. buildElement(Descriptor desc, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors, boolean simple)Create and return an Element for a given XMLDescriptor.protected SequenceSchemaModelGenerator. buildSchemaComponentsForXPath(XPathFragment frag, Sequence seq, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties)This method will build element/complexType/sequence components for a given XPath, and return the sequence that the target element of the mapping should be added to.protected SchemaSchemaModelGenerator. getSchema(String uri, NamespaceResolver nr, HashMap<String,Schema> schemaForNamespace, SchemaModelGeneratorProperties properties)Return the Schema for a given namespace.protected ElementSchemaModelGenerator. handleFragNamespace(XPathFragment frag, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, Element element, String schemaTypeString)This method will generate a global element if required (based in URI and elementFormDefault) and set a reference to it on a given element accordingly.protected ElementSchemaModelGenerator. handleFragNamespace(XPathFragment frag, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, Element element, ComplexType ctype, Descriptor refDesc)This method will generate a global element if required (based in URI and elementFormDefault) and set a reference to it on a given element accordingly, or set an anonymous complex type on a given element.protected voidSchemaModelGenerator. processChoiceMapping(Map<Field,Class<?>> fieldToClassMap, List<XMLChoiceFieldToClassAssociation> choiceFieldToClassList, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors, boolean isCollection)Process a given XMLChoiceMapping.protected voidSchemaModelGenerator. processDescriptor(Descriptor desc, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors)Process a given descriptor.protected voidSchemaModelGenerator. processMapping(CoreMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors)Process a given mapping.protected ElementSchemaModelGenerator. processReferenceDescriptor(Element element, Descriptor refDesc, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors, Field field, boolean isCollection)protected voidSchemaModelGenerator. processXMLBinaryDataCollectionMapping(BinaryDataCollectionMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties)Process a given XMLBinaryDataCollectionMapping.protected voidSchemaModelGenerator. processXMLBinaryDataMapping(BinaryDataMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties)Process a given XMLBinaryDataMapping.protected voidSchemaModelGenerator. processXMLChoiceCollectionMapping(ChoiceCollectionMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors)Process a given XMLChoiceCollectionMapping.protected voidSchemaModelGenerator. processXMLChoiceObjectMapping(ChoiceObjectMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors)protected voidSchemaModelGenerator. processXMLCompositeDirectCollectionMapping(DirectCollectionMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties)Process a given XMLCompositeDirectCollectionMapping.protected voidSchemaModelGenerator. processXMLCompositeMapping(CompositeObjectMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors, boolean collection)Process a given XML composite mapping - either an XMLCompositeObjectMapping, or an XMLCompositeCollectionMapping.protected voidSchemaModelGenerator. processXMLDirectMapping(DirectMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties)Process a given XMLDirectMapping.protected voidSchemaModelGenerator. processXMLObjectReferenceMapping(ObjectReferenceMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors, boolean isCollection)Process a given XMLObjectReferenceMapping. -
Uses of Schema in org.eclipse.persistence.internal.oxm.schema.model
Methods in org.eclipse.persistence.internal.oxm.schema.model that return Schema Modifier and Type Method Description SchemaInclude. getSchema()Methods in org.eclipse.persistence.internal.oxm.schema.model with parameters of type Schema Modifier and Type Method Description intSchemaCompareByNamespace. compare(Schema arg1, Schema arg2)voidInclude. setSchema(Schema schema)
-