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.10.22 at 04:07:37 PDT
06: //
07:
08: package org.jaffa.tools.patternmetaengine.domain;
09:
10: /**
11: * Java content class for application-builder 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="application-builder">
16: * <complexType>
17: * <complexContent>
18: * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19: * <sequence>
20: * <element name="application-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
21: * <element name="package-prefix" type="{http://www.w3.org/2001/XMLSchema}string"/>
22: * <element name="full-package-names" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
23: * <element name="output-root" type="{http://www.w3.org/2001/XMLSchema}string"/>
24: * <element name="output-java" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
25: * <element name="output-finders" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
26: * <element name="output-viewers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
27: * <element name="output-lookups" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
28: * <element name="output-maintenance" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
29: * <element name="domain-object-path" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
30: * <element name="module" type="{}module" maxOccurs="unbounded"/>
31: * </sequence>
32: * <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
33: * </restriction>
34: * </complexContent>
35: * </complexType>
36: * </element>
37: * </pre>
38: *
39: */
40: public interface ApplicationBuilder extends javax.xml.bind.Element,
41: org.jaffa.tools.patternmetaengine.domain.ApplicationBuilderType {
42:
43: }
|