Class InstanceGeneratorType

  • Direct Known Subclasses:
    ComponentGenerator

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2026-01-14T04:58:44Z")
    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>
     
    • Field Detail

      • group

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        protected java.util.List<java.lang.String> group
      • scope

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        protected java.lang.String scope
    • Constructor Detail

      • InstanceGeneratorType

        public InstanceGeneratorType()
    • Method Detail

      • getGroup

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        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 Jakarta XML Binding 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

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        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 v3.0.2",
                   date="2026-01-14T04:58:44Z")
        public void setScope​(java.lang.String value)
        Sets the value of the scope property.
        Parameters:
        value - allowed object is String