Uses of Class
org.eclipse.persistence.oxm.schema.XMLSchemaReference
-
-
Uses of XMLSchemaReference in org.eclipse.persistence.internal.oxm.mappings
Methods in org.eclipse.persistence.internal.oxm.mappings that return XMLSchemaReference Modifier and Type Method Description XMLSchemaReferenceDescriptor. getSchemaReference()Return the SchemaReference associated with this descriptorMethods in org.eclipse.persistence.internal.oxm.mappings with parameters of type XMLSchemaReference Modifier and Type Method Description voidDescriptor. setSchemaReference(XMLSchemaReference newSchemaReference)Set the SchemaReference to associate with this descriptor -
Uses of XMLSchemaReference in org.eclipse.persistence.internal.oxm.record
Methods in org.eclipse.persistence.internal.oxm.record with parameters of type XMLSchemaReference Modifier and Type Method Description voidAbstractMarshalRecord. writeXsiTypeAttribute(Descriptor xmlDescriptor, XMLSchemaReference xmlRef, boolean addToNamespaceResolver)voidAbstractMarshalRecordImpl. writeXsiTypeAttribute(Descriptor xmlDescriptor, XMLSchemaReference xmlRef, boolean addToNamespaceResolver) -
Uses of XMLSchemaReference in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm that return XMLSchemaReference Modifier and Type Method Description XMLSchemaReferenceXMLDescriptor. getSchemaReference()PUBLIC: Return the SchemaReference associated with this descriptorMethods in org.eclipse.persistence.oxm with parameters of type XMLSchemaReference Modifier and Type Method Description voidXMLDescriptor. setSchemaReference(XMLSchemaReference newSchemaReference)PUBLIC: Set the SchemaReference to associate with this descriptor -
Uses of XMLSchemaReference in org.eclipse.persistence.oxm.record
Methods in org.eclipse.persistence.oxm.record with parameters of type XMLSchemaReference Modifier and Type Method Description voidValidatingMarshalRecord. writeXsiTypeAttribute(Descriptor xmlDescriptor, XMLSchemaReference xmlRef, boolean addToNamespaceResolver)voidXMLRecord. writeXsiTypeAttribute(Descriptor xmlDescriptor, XMLSchemaReference xmlRef, boolean addToNamespaceResolver)INTERNAL -
Uses of XMLSchemaReference in org.eclipse.persistence.oxm.schema
Subclasses of XMLSchemaReference in org.eclipse.persistence.oxm.schema Modifier and Type Class Description classXMLSchemaClassPathReferenceA schema reference for accessing an XML Schema from the class path.classXMLSchemaFileReferenceA schema reference for accessing an XML Schema from a file.classXMLSchemaURLReference
-