Reference.Schema

public static final class Schema

A Schema inside a Reference [ebMSS 3.2.1.1]. The schema is not necessarily an XML or DTD schema; it can be any kind of schema such as Database schema.

Constructors

Schema

Schema(String location, String version)

Initializes the schema object using given location and version inforamtion.

Parameters:
  • location – URI of the schema.
  • version – Version identifier of the schema.

Methods

getLocation

public String getLocation()

Get the location URI of the schema.

Returns:URI of the schema.

getVersion

public String getVersion()

Get version identifier oif the schema.

Returns:Version identifier of the schema.