ObjectViewerMeta.java :  » J2EE » Jaffa » org » jaffa » patterns » library » object_viewer_meta_2_0 » domain » Java Open Source

Java Open Source » J2EE » Jaffa 
Jaffa » org » jaffa » patterns » library » object_viewer_meta_2_0 » domain » ObjectViewerMeta.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.10.23 at 11:09:17 PDT 
//


package org.jaffa.patterns.library.object_viewer_meta_2_0.domain;


/**
 * Java content class for Root element declaration.
 *  <p>The following schema fragment specifies the expected content contained within this java content object.
 * <p>
 * <pre>
 * &lt;element name="Root">
 *   &lt;complexType>
 *     &lt;complexContent>
 *       &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *         &lt;sequence>
 *           &lt;element name="PatternTemplate" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *           &lt;element name="Application" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *           &lt;element name="Module" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *           &lt;element name="Component" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *           &lt;element name="BasePackage" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *           &lt;element name="DomainObject" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *           &lt;element name="DomainPackage" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *           &lt;element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *           &lt;element name="MainLayout" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *           &lt;element name="ViewerLayout" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *           &lt;element name="CriteriaFields" type="{}criteriaFields"/>
 *           &lt;element name="ResultsFields" type="{}resultsFields"/>
 *           &lt;element name="RelatedObjects" type="{}relatedObjects" minOccurs="0"/>
 *           &lt;element name="Updator" type="{}updator" minOccurs="0"/>
 *         &lt;/sequence>
 *       &lt;/restriction>
 *     &lt;/complexContent>
 *   &lt;/complexType>
 * &lt;/element>
 * </pre>
 * 
 */
public interface ObjectViewerMeta
    extends javax.xml.bind.Element, org.jaffa.patterns.library.object_viewer_meta_2_0.domain.RootType
{


}
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.