Package org.accellera.IPXACT_1685_2014
Class RemapStates.RemapState.RemapPorts.RemapPort
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.RemapStates.RemapState.RemapPorts.RemapPort
-
- Enclosing class:
- RemapStates.RemapState.RemapPorts
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public static class RemapStates.RemapState.RemapPorts.RemapPort 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="portIndex" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedIntExpression" minOccurs="0"/> <element name="value" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedIntExpression"/> </sequence> <attribute name="portRef" use="required" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}portName" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected UnsignedIntExpressionportIndexprotected java.lang.StringportRefprotected UnsignedIntExpressionvalue
-
Constructor Summary
Constructors Constructor Description RemapPort()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnsignedIntExpressiongetPortIndex()Gets the value of the portIndex property.java.lang.StringgetPortRef()Gets the value of the portRef property.UnsignedIntExpressiongetValue()Gets the value of the value property.voidsetPortIndex(UnsignedIntExpression value)Sets the value of the portIndex property.voidsetPortRef(java.lang.String value)Sets the value of the portRef property.voidsetValue(UnsignedIntExpression value)Sets the value of the value property.
-
-
-
Field Detail
-
portIndex
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected UnsignedIntExpression portIndex
-
value
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected UnsignedIntExpression value
-
portRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected java.lang.String portRef
-
-
Method Detail
-
getPortIndex
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public UnsignedIntExpression getPortIndex()Gets the value of the portIndex property.- Returns:
- possible object is
UnsignedIntExpression
-
setPortIndex
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public void setPortIndex(UnsignedIntExpression value)Sets the value of the portIndex property.- Parameters:
value- allowed object isUnsignedIntExpression
-
getValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public UnsignedIntExpression getValue()Gets the value of the value property.- Returns:
- possible object is
UnsignedIntExpression
-
setValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public void setValue(UnsignedIntExpression value)Sets the value of the value property.- Parameters:
value- allowed object isUnsignedIntExpression
-
getPortRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public java.lang.String getPortRef()Gets the value of the portRef property.- Returns:
- possible object is
String
-
setPortRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public void setPortRef(java.lang.String value)Sets the value of the portRef property.- Parameters:
value- allowed object isString
-
-