Class AbstractorModelType


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2026-01-14T04:58:45Z")
    public class AbstractorModelType
    extends java.lang.Object
    Model information for an abstractor.

    Java class for abstractorModelType complex type.

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

     <complexType name="abstractorModelType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="views" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="view" maxOccurs="unbounded">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <group ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}nameGroupNMTOKEN"/>
                                 <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}isPresent" minOccurs="0"/>
                                 <element name="envIdentifier" maxOccurs="unbounded" minOccurs="0">
                                   <complexType>
                                     <simpleContent>
                                       <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>envIdentifierType">
                                         <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/>
                                       </extension>
                                     </simpleContent>
                                   </complexType>
                                 </element>
                                 <element name="componentInstantiationRef" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" minOccurs="0"/>
                               </sequence>
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="instantiations" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="componentInstantiation" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}componentInstantiationType" maxOccurs="unbounded"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="ports" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="port" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}abstractorPortType" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • views

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:45Z")
        protected AbstractorModelType.Views views
      • instantiations

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:45Z")
        protected AbstractorModelType.Instantiations instantiations
      • ports

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:45Z")
        protected AbstractorModelType.Ports ports
    • Constructor Detail

      • AbstractorModelType

        public AbstractorModelType()