com.sun.xml.messaging.jaxm.ebxml
Class Schema

java.lang.Object
  |
  +--com.sun.xml.messaging.jaxm.ebxml.Schema

public class Schema
extends java.lang.Object

This class represents the schema for a reference.


Constructor Summary
Schema(java.lang.String location, java.lang.String version)
          Creates a schema object with the location and version information.
 
Method Summary
 java.lang.String getLocation()
          Returns the location of the schema.
 java.lang.String getVersion()
          Returns the version of the schema.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Schema

public Schema(java.lang.String location,
              java.lang.String version)
Creates a schema object with the location and version information.
Parameters:
String - - the location of the schema.
String - - the version of the schema.
Method Detail

getLocation

public java.lang.String getLocation()
Returns the location of the schema.
Returns:
String - the location of the schema.

getVersion

public java.lang.String getVersion()
Returns the version of the schema.
Returns:
String - the version of the schema.