UserGridSettingsType.java :  » J2EE » Jaffa » org » jaffa » presentation » portlet » widgets » controller » usergriddomain » Java Open Source

Java Open Source » J2EE » Jaffa 
Jaffa » org » jaffa » presentation » portlet » widgets » controller » usergriddomain » UserGridSettingsType.java
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0 
// 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: 2003.03.06 at 09:44:51 PST 
//


package org.jaffa.presentation.portlet.widgets.controller.usergriddomain;


/**
 * Java content class for annonymous complex type.
 *  <p>The following schema fragment specifies the expected content contained within this java content object.
 * <p>
 * <pre>
 * &lt;complexType>
 *   &lt;complexContent>
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       &lt;sequence>
 *         &lt;element name="grid-width" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         &lt;element name="user-grid-column-settings" type="{}user-grid-column-settings" maxOccurs="unbounded" minOccurs="0"/>
 *       &lt;/sequence>
 *     &lt;/restriction>
 *   &lt;/complexContent>
 * &lt;/complexType>
 * </pre>
 * 
 */
public interface UserGridSettingsType {


    java.lang.String getGridWidth();

    void setGridWidth(java.lang.String value);

    java.util.List getUserGridColumnSettings();

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.