01: //
02: // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0
03: // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
04: // Any modifications to this file will be lost upon recompilation of the source schema.
05: // Generated on: 2003.05.02 at 02:28:48 PDT
06: //
07:
08: package org.huihoo.jfox.xmlet.jaxb;
09:
10: /**
11: * Java content class for XMLETS element declaration.
12: * <p>The following schema fragment specifies the expected content contained within this java content object.
13: * <p>
14: * <pre>
15: * <element name="XMLETS" type="{}XMLetsType"/>
16: * </pre>
17: *
18: */
19: public interface XMLETS extends javax.xml.bind.Element,
20: org.huihoo.jfox.xmlet.jaxb.XMLetsType {
21:
22: }
|