Package org.accellera.IPXACT_1685_2014
Class AbstractorModelType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.AbstractorModelType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public class AbstractorModelType extends java.lang.ObjectModel 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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractorModelType.InstantiationsJava class for anonymous complex type.static classAbstractorModelType.PortsJava class for anonymous complex type.static classAbstractorModelType.ViewsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected AbstractorModelType.Instantiationsinstantiationsprotected AbstractorModelType.Portsportsprotected AbstractorModelType.Viewsviews
-
Constructor Summary
Constructors Constructor Description AbstractorModelType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractorModelType.InstantiationsgetInstantiations()Gets the value of the instantiations property.AbstractorModelType.PortsgetPorts()Gets the value of the ports property.AbstractorModelType.ViewsgetViews()Gets the value of the views property.voidsetInstantiations(AbstractorModelType.Instantiations value)Sets the value of the instantiations property.voidsetPorts(AbstractorModelType.Ports value)Sets the value of the ports property.voidsetViews(AbstractorModelType.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:49Z") protected AbstractorModelType.Views views
-
instantiations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected AbstractorModelType.Instantiations instantiations
-
ports
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected AbstractorModelType.Ports ports
-
-
Method Detail
-
getViews
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public AbstractorModelType.Views getViews()Gets the value of the views property.- Returns:
- possible object is
AbstractorModelType.Views
-
setViews
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setViews(AbstractorModelType.Views value)Sets the value of the views property.- Parameters:
value- allowed object isAbstractorModelType.Views
-
getInstantiations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public AbstractorModelType.Instantiations getInstantiations()Gets the value of the instantiations property.- Returns:
- possible object is
AbstractorModelType.Instantiations
-
setInstantiations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setInstantiations(AbstractorModelType.Instantiations value)Sets the value of the instantiations property.- Parameters:
value- allowed object isAbstractorModelType.Instantiations
-
getPorts
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public AbstractorModelType.Ports getPorts()Gets the value of the ports property.- Returns:
- possible object is
AbstractorModelType.Ports
-
setPorts
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setPorts(AbstractorModelType.Ports value)Sets the value of the ports property.- Parameters:
value- allowed object isAbstractorModelType.Ports
-
-