|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.xml.messaging.ebxml.Schema
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 |
public Schema(java.lang.String location, java.lang.String version)
String
- - the location of the schema.String
- - the version of the schema.Method Detail |
public java.lang.String getLocation()
public java.lang.String getVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |