Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


oracle.toplink.ox.schema
Class XMLSchemaClassPathReference

java.lang.Object
  extended byoracle.toplink.ox.schema.XMLSchemaReference
      extended byoracle.toplink.ox.schema.XMLSchemaClassPathReference

All Implemented Interfaces:
XMLSchemaReference

public class XMLSchemaClassPathReference
extends XMLSchemaReference

A schema reference for accessing an XML Schema from the class path.


Field Summary

 

Fields inherited from interface oracle.toplink.platform.xml.XMLSchemaReference
COMPLEX_TYPE, ELEMENT, GROUP, SIMPLE_TYPE

 

Constructor Summary
XMLSchemaClassPathReference()
           
XMLSchemaClassPathReference(java.lang.String resource)
           

 

Method Summary
 java.net.URL getURL()
          A URL which referenes the Schema.

 

Methods inherited from class oracle.toplink.ox.schema.XMLSchemaReference
getResource, getSchemaContext, getType, isValid, setResource, setSchemaContext, setType

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

XMLSchemaClassPathReference

public XMLSchemaClassPathReference()

XMLSchemaClassPathReference

public XMLSchemaClassPathReference(java.lang.String resource)

Method Detail

getURL

public java.net.URL getURL()
Description copied from interface: XMLSchemaReference
A URL which referenes the Schema.
Specified by:
getURL in interface XMLSchemaReference
Specified by:
getURL in class XMLSchemaReference

Skip navigation links

Copyright © 1998, 2006, Oracle. All Rights Reserved.