| 1234567891011121314151617181920212223242526 |
- //
- // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-01/24/2006 06:08 PM(kohsuke)-fcs
- // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
- // Any modifications to this file will be lost upon recompilation of the source schema.
- // Generated on: 2018.09.10 at 08:01:16 AM PDT
- //
- package magoffin.matt.ieat.domain;
- /**
- * Java content class for session-data element declaration.
- * <p>The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/tom/workspace/iEat/hyperjaxb2-build/src/main/resources/ui.xsd line 21)
- * <p>
- * <pre>
- * <element name="session-data" type="{http://msqr.us/xsd/ieat}ui-session-data"/>
- * </pre>
- *
- */
- public interface SessionData
- extends javax.xml.bind.Element, magoffin.matt.ieat.domain.UiSessionData
- {
- }
|