kaos.xmlschema.repository
Class XMLSchemaContainer

java.lang.Object
  extended by kaos.xmlschema.repository.XMLSchemaContainer
All Implemented Interfaces:
java.io.Serializable

public class XMLSchemaContainer
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
XMLSchemaContainer(java.lang.String name, java.lang.String def)
          constructor
 
Method Summary
 java.lang.String getSchemaDefinition()
          returns the definition of this schema
 java.lang.String getSchemaName()
          returns the name of this schema
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLSchemaContainer

public XMLSchemaContainer(java.lang.String name,
                          java.lang.String def)
constructor

Parameters:
name - the name of this schema definiton.
def - the schema definition.
Method Detail

getSchemaName

public java.lang.String getSchemaName()
returns the name of this schema

Returns:
String the name of this schema.

getSchemaDefinition

public java.lang.String getSchemaDefinition()
returns the definition of this schema

Returns:
String the definition of this schema.