Class RemapStates.RemapState.RemapPorts.RemapPort
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.RemapStates.RemapState.RemapPorts.RemapPort
-
- Enclosing class:
- RemapStates.RemapState.RemapPorts
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") 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> <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.BigIntegerportIndexprotected java.lang.StringportNameRefprotected java.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description RemapPort()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigIntegergetPortIndex()Gets the value of the portIndex property.java.lang.StringgetPortNameRef()Gets the value of the portNameRef property.java.lang.StringgetValue()A scaled nonnegative integer that consists of the value set {0, 1, ...}.voidsetPortIndex(java.math.BigInteger value)Sets the value of the portIndex property.voidsetPortNameRef(java.lang.String value)Sets the value of the portNameRef property.voidsetValue(java.lang.String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.lang.String value
-
portNameRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.lang.String portNameRef
-
portIndex
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.math.BigInteger portIndex
-
-
Method Detail
-
getValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") 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 v2.3.8", date="2026-01-14T04:58:58Z") public void setValue(java.lang.String value)Sets the value of the value property.- Parameters:
value- allowed object isString
-
getPortNameRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") 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 v2.3.8", date="2026-01-14T04:58:58Z") public void setPortNameRef(java.lang.String value)Sets the value of the portNameRef property.- Parameters:
value- allowed object isString
-
getPortIndex
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") 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 v2.3.8", date="2026-01-14T04:58:58Z") public void setPortIndex(java.math.BigInteger value)Sets the value of the portIndex property.- Parameters:
value- allowed object isBigInteger
-
-