com.eu.miscedautils.ipxact.Abstractor
Class InstanceGeneratorType

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Abstractor.GeneratorType
      extended by com.eu.miscedautils.ipxact.Abstractor.InstanceGeneratorType
Direct Known Subclasses:
ComponentGenerator

public class InstanceGeneratorType
extends GeneratorType

Java class for instanceGeneratorType complex type.

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

 <complexType name="instanceGeneratorType">
   <complexContent>
     <extension base="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}generatorType">
       <sequence>
         <element name="group" type="{http://www.w3.org/2001/XMLSchema}Name" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="scope" default="instance">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="instance"/>
             <enumeration value="entity"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class com.eu.miscedautils.ipxact.Abstractor.GeneratorType
GeneratorType.TransportMethods
 
Constructor Summary
InstanceGeneratorType()
           
 
Method Summary
 java.util.List<java.lang.String> getGroup()
          Gets the value of the group property.
 java.lang.String getScope()
          Gets the value of the scope property.
 void setScope(java.lang.String value)
          Sets the value of the scope property.
 
Methods inherited from class com.eu.miscedautils.ipxact.Abstractor.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

InstanceGeneratorType

public InstanceGeneratorType()
Method Detail

getGroup

public java.util.List<java.lang.String> getGroup()
Gets the value of the group property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the group property.

For example, to add a new item, do as follows:

    getGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getScope

public java.lang.String getScope()
Gets the value of the scope property.

Returns:
possible object is String

setScope

public void setScope(java.lang.String value)
Sets the value of the scope property.

Parameters:
value - allowed object is String