Class RemapStates.RemapState.RemapPorts.RemapPort

  • Enclosing class:
    RemapStates.RemapState.RemapPorts

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2026-01-14T04:58:44Z")
    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>
       <simpleContent>
         <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>scaledNonNegativeInteger">
           <attribute name="portNameRef" use="required" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}portName" />
           <attribute name="portIndex" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.math.BigInteger portIndex  
      protected java.lang.String portNameRef  
      protected java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      RemapPort()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getPortIndex()
      Gets the value of the portIndex property.
      java.lang.String getPortNameRef()
      Gets the value of the portNameRef property.
      java.lang.String getValue()
      A scaled nonnegative integer that consists of the value set {0, 1, ...}.
      void setPortIndex​(java.math.BigInteger value)
      Sets the value of the portIndex property.
      void setPortNameRef​(java.lang.String value)
      Sets the value of the portNameRef property.
      void setValue​(java.lang.String value)
      Sets the value of the value property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        protected java.lang.String value
      • portNameRef

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        protected java.lang.String portNameRef
      • portIndex

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        protected java.math.BigInteger portIndex
    • Constructor Detail

      • RemapPort

        public RemapPort()
    • Method Detail

      • getValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        public java.lang.String getValue()
        A scaled nonnegative integer that consists of the value set {0, 1, ...}. It is derived from scaledInteger and it supports a magnitude scale suffix of upper or lower case K (kilo=2^10), M (mega=2^20), G (giga=2^30) or T (tera=2^40).
        Returns:
        possible object is String
      • setValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        public void setValue​(java.lang.String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getPortNameRef

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        public java.lang.String getPortNameRef()
        Gets the value of the portNameRef property.
        Returns:
        possible object is String
      • setPortNameRef

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        public void setPortNameRef​(java.lang.String value)
        Sets the value of the portNameRef property.
        Parameters:
        value - allowed object is String
      • getPortIndex

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        public java.math.BigInteger getPortIndex()
        Gets the value of the portIndex property.
        Returns:
        possible object is BigInteger
      • setPortIndex

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        public void setPortIndex​(java.math.BigInteger value)
        Sets the value of the portIndex property.
        Parameters:
        value - allowed object is BigInteger