Class ModelType


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

    Java class for modelType complex type.

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

     <complexType name="modelType">
       <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"/>
                                 <element name="designInstantiationRef" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" minOccurs="0"/>
                                 <element name="designConfigurationInstantiationRef" 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">
                     <choice>
                       <group ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}instantiationsGroup" maxOccurs="unbounded"/>
                     </choice>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="ports" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}port" maxOccurs="unbounded"/>
                     </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 ModelType.Views views
      • instantiations

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

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

      • ModelType

        public ModelType()
    • Method Detail

      • getViews

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:45Z")
        public ModelType.Views getViews()
        Gets the value of the views property.
        Returns:
        possible object is ModelType.Views
      • setViews

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:45Z")
        public void setViews​(ModelType.Views value)
        Sets the value of the views property.
        Parameters:
        value - allowed object is ModelType.Views
      • getInstantiations

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:45Z")
        public ModelType.Instantiations getInstantiations()
        Gets the value of the instantiations property.
        Returns:
        possible object is ModelType.Instantiations
      • setInstantiations

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:45Z")
        public void setInstantiations​(ModelType.Instantiations value)
        Sets the value of the instantiations property.
        Parameters:
        value - allowed object is ModelType.Instantiations
      • getPorts

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:45Z")
        public ModelType.Ports getPorts()
        Gets the value of the ports property.
        Returns:
        possible object is ModelType.Ports
      • setPorts

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:45Z")
        public void setPorts​(ModelType.Ports value)
        Sets the value of the ports property.
        Parameters:
        value - allowed object is ModelType.Ports