Class ModelType


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.8",
               date="2026-01-14T04:58:58Z")
    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" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}viewType" 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 ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}port" maxOccurs="unbounded"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="modelParameters" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="modelParameter" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}nameValueTypeType" maxOccurs="unbounded"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • views

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        protected ModelType.Views views
      • ports

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        protected ModelType.Ports ports
      • modelParameters

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        protected ModelType.ModelParameters modelParameters
    • Constructor Detail

      • ModelType

        public ModelType()
    • Method Detail

      • getViews

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        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 v2.3.8",
                   date="2026-01-14T04:58:58Z")
        public void setViews​(ModelType.Views value)
        Sets the value of the views property.
        Parameters:
        value - allowed object is ModelType.Views
      • getPorts

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        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 v2.3.8",
                   date="2026-01-14T04:58:58Z")
        public void setPorts​(ModelType.Ports value)
        Sets the value of the ports property.
        Parameters:
        value - allowed object is ModelType.Ports
      • getModelParameters

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        public ModelType.ModelParameters getModelParameters()
        Gets the value of the modelParameters property.
        Returns:
        possible object is ModelType.ModelParameters
      • setModelParameters

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        public void setModelParameters​(ModelType.ModelParameters value)
        Sets the value of the modelParameters property.
        Parameters:
        value - allowed object is ModelType.ModelParameters