Class 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 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
    • Constructor Detail

      • RemapPort

        public RemapPort()
    • 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 is UnsignedIntExpression
      • 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 is UnsignedIntExpression
      • 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 is String