01: //
02: // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.5-b16-fcs
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: 2005.12.21 at 10:30:41 AM EST
06: //
07:
08: package com.metaboss.sdlctools.frameworks.generation.pluggable.plandetails;
09:
10: /**
11: * Contains the details of the file generation step.
12: * Java content class for GenerateFileStep element declaration.
13: * <p>The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/MetaBoss/Modules/MetaBossGenerationFramework/Development/PluggableGenerator/com/metaboss/sdlctools/frameworks/generation/pluggable/ModelDrivenGeneratorSchema.xsd line 194)
14: * <p>
15: * <pre>
16: * <element name="GenerateFileStep">
17: * <complexType>
18: * <complexContent>
19: * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
20: * <sequence>
21: * <element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/ModelDrivenGenerator/1.0}SourceFile"/>
22: * <element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/ModelDrivenGenerator/1.0}TargetFile"/>
23: * </sequence>
24: * <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
25: * <attribute name="executionPolicy" type="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/ModelDrivenGenerator/1.0}executionPolicy" default="forEachMatch" />
26: * </restriction>
27: * </complexContent>
28: * </complexType>
29: * </element>
30: * </pre>
31: *
32: */
33: public interface GenerateFileStep
34: extends
35: javax.xml.bind.Element,
36: com.metaboss.sdlctools.frameworks.generation.pluggable.plandetails.GenerateFileStepType {
37:
38: }
|