com.eu.miscedautils.ipxact.AbstractionDefinition
Class Generator

java.lang.Object
  extended by com.eu.miscedautils.ipxact.AbstractionDefinition.GeneratorType
      extended by com.eu.miscedautils.ipxact.AbstractionDefinition.Generator

public class Generator
extends GeneratorType

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}generatorType">
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class com.eu.miscedautils.ipxact.AbstractionDefinition.GeneratorType
GeneratorType.TransportMethods
 
Constructor Summary
Generator()
           
 
Method Summary
 
Methods inherited from class com.eu.miscedautils.ipxact.AbstractionDefinition.GeneratorType
getApiType, getDescription, getDisplayName, getGeneratorExe, getName, getParameters, getPhase, getTransportMethods, getVendorExtensions, isHidden, setApiType, setDescription, setDisplayName, setGeneratorExe, setHidden, setName, setParameters, setPhase, setTransportMethods, setVendorExtensions
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Generator

public Generator()