home *** CD-ROM | disk | FTP | other *** search
- /**
- * SchemaLanguage.java
- *
- * This file was generated by XMLSPY 5 Enterprise Edition.
- *
- * YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
- * OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
- *
- * Refer to the XMLSPY Documentation for further details.
- * http://www.altova.com/xmlspy
- */
-
- package com.altova.xml.types;
-
- public class SchemaLanguage extends SchemaToken {
- public SchemaLanguage(String newvalue) {
- super(newvalue);
- }
-
- public SchemaLanguage(SchemaLanguage newvalue) {
- super((SchemaToken)newvalue);
- }
- }
-