Class InstanceGeneratorType


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2026-01-14T04:58:49Z")
    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.accellera.org/XMLSchema/IPXACT/1685-2014}generatorType">
           <sequence>
             <element name="group" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.w3.org/2001/XMLSchema>Name">
                     <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/>
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
           </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:49Z")
        protected java.util.List<InstanceGeneratorType.Group> group
      • scope

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        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:49Z")
        public java.util.List<InstanceGeneratorType.Group> 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 InstanceGeneratorType.Group

      • getScope

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