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.03.06 at 09:44:51 PST
06: //
07:
08: package org.jaffa.presentation.portlet.widgets.controller.usergriddomain;
09:
10: /**
11: * Java content class for user-grid-settings 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="user-grid-settings">
16: * <complexType>
17: * <complexContent>
18: * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19: * <sequence>
20: * <element name="grid-width" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
21: * <element name="user-grid-column-settings" type="{}user-grid-column-settings" maxOccurs="unbounded" minOccurs="0"/>
22: * </sequence>
23: * </restriction>
24: * </complexContent>
25: * </complexType>
26: * </element>
27: * </pre>
28: *
29: */
30: public interface UserGridSettings
31: extends
32: javax.xml.bind.Element,
33: org.jaffa.presentation.portlet.widgets.controller.usergriddomain.UserGridSettingsType {
34:
35: }
|