Package org.accellera.IPXACT_1685_2014
Class AbstractionTypes.AbstractionType.PortMaps.PortMap.PhysicalPort
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.AbstractionTypes.AbstractionType.PortMaps.PortMap.PhysicalPort
-
- Enclosing class:
- AbstractionTypes.AbstractionType.PortMaps.PortMap
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public static class AbstractionTypes.AbstractionType.PortMaps.PortMap.PhysicalPort extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}portName"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}partSelect" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringnameprotected PartSelectpartSelect
-
Constructor Summary
Constructors Constructor Description PhysicalPort()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Gets the value of the name property.PartSelectgetPartSelect()Gets the value of the partSelect property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetPartSelect(PartSelect value)Sets the value of the partSelect property.
-
-
-
Field Detail
-
name
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.lang.String name
-
partSelect
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected PartSelect partSelect
-
-
Method Detail
-
getName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public java.lang.String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setName(java.lang.String value)Sets the value of the name property.- Parameters:
value- allowed object isString
-
getPartSelect
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public PartSelect getPartSelect()Gets the value of the partSelect property.- Returns:
- possible object is
PartSelect
-
setPartSelect
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setPartSelect(PartSelect value)Sets the value of the partSelect property.- Parameters:
value- allowed object isPartSelect
-
-