Package org.accellera.IPXACT_1685_2014
Class ModelType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.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.ObjectModel 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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classModelType.InstantiationsJava class for anonymous complex type.static classModelType.PortsJava class for anonymous complex type.static classModelType.ViewsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ModelType.Instantiationsinstantiationsprotected ModelType.Portsportsprotected ModelType.Viewsviews
-
Constructor Summary
Constructors Constructor Description ModelType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelType.InstantiationsgetInstantiations()Gets the value of the instantiations property.ModelType.PortsgetPorts()Gets the value of the ports property.ModelType.ViewsgetViews()Gets the value of the views property.voidsetInstantiations(ModelType.Instantiations value)Sets the value of the instantiations property.voidsetPorts(ModelType.Ports value)Sets the value of the ports property.voidsetViews(ModelType.Views value)Sets the value of the views property.
-
-
-
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
-
-
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 isModelType.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 isModelType.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 isModelType.Ports
-
-