Class InstanceGeneratorType
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.GeneratorType
-
- org.spiritconsortium.SPIRIT_1685_2009.InstanceGeneratorType
-
- Direct Known Subclasses:
ComponentGenerator
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public class InstanceGeneratorType extends GeneratorTypeJava 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 org.spiritconsortium.SPIRIT_1685_2009.GeneratorType
GeneratorType.TransportMethods
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.String>groupprotected java.lang.Stringscope-
Fields inherited from class org.spiritconsortium.SPIRIT_1685_2009.GeneratorType
apiType, description, displayName, generatorExe, hidden, name, parameters, phase, transportMethods, vendorExtensions
-
-
Constructor Summary
Constructors Constructor Description InstanceGeneratorType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getGroup()Gets the value of the group property.java.lang.StringgetScope()Gets the value of the scope property.voidsetScope(java.lang.String value)Sets the value of the scope property.-
Methods inherited from class org.spiritconsortium.SPIRIT_1685_2009.GeneratorType
getApiType, getDescription, getDisplayName, getGeneratorExe, getName, getParameters, getPhase, getTransportMethods, getVendorExtensions, isHidden, setApiType, setDescription, setDisplayName, setGeneratorExe, setHidden, setName, setParameters, setPhase, setTransportMethods, setVendorExtensions
-
-
-
-
Field Detail
-
group
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.util.List<java.lang.String> group
-
scope
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.lang.String scope
-
-
Method Detail
-
getGroup
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") 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
setmethod 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
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public java.lang.String getScope()Gets the value of the scope property.- Returns:
- possible object is
String
-
setScope
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setScope(java.lang.String value)Sets the value of the scope property.- Parameters:
value- allowed object isString
-
-