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 v3.0.2", date="2024-11-14T04:42:51Z") public static class RemapStates.RemapState.RemapPorts.RemapPort extends java.lang.Object
Java 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 UnsignedIntExpression
portIndex
protected java.lang.String
portRef
protected UnsignedIntExpression
value
-
Constructor Summary
Constructors Constructor Description RemapPort()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnsignedIntExpression
getPortIndex()
Gets the value of the portIndex property.java.lang.String
getPortRef()
Gets the value of the portRef property.UnsignedIntExpression
getValue()
Gets the value of the value property.void
setPortIndex(UnsignedIntExpression value)
Sets the value of the portIndex property.void
setPortRef(java.lang.String value)
Sets the value of the portRef property.void
setValue(UnsignedIntExpression value)
Sets the value of the value property.
-
-
-
Field Detail
-
portIndex
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected UnsignedIntExpression portIndex
-
value
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected UnsignedIntExpression value
-
portRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.String portRef
-
-
Method Detail
-
getPortIndex
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") 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 v3.0.2", date="2024-11-14T04:42:51Z") 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 v3.0.2", date="2024-11-14T04:42:51Z") 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 v3.0.2", date="2024-11-14T04:42:51Z") 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 v3.0.2", date="2024-11-14T04:42:51Z") 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 v3.0.2", date="2024-11-14T04:42:51Z") public void setPortRef(java.lang.String value)
Sets the value of the portRef property.- Parameters:
value
- allowed object isString
-
-