com.eu.miscedautils.ipxact.Component
Class RemapStates.RemapState.RemapPorts.RemapPort

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Component.RemapStates.RemapState.RemapPorts.RemapPort
Enclosing class:
RemapStates.RemapState.RemapPorts

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>
 


Constructor Summary
RemapStates.RemapState.RemapPorts.RemapPort()
           
 
Method Summary
 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemapStates.RemapState.RemapPorts.RemapPort

public RemapStates.RemapState.RemapPorts.RemapPort()
Method Detail

getValue

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

public void setValue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getPortNameRef

public java.lang.String getPortNameRef()
Gets the value of the portNameRef property.

Returns:
possible object is String

setPortNameRef

public void setPortNameRef(java.lang.String value)
Sets the value of the portNameRef property.

Parameters:
value - allowed object is String

getPortIndex

public java.math.BigInteger getPortIndex()
Gets the value of the portIndex property.

Returns:
possible object is BigInteger

setPortIndex

public void setPortIndex(java.math.BigInteger value)
Sets the value of the portIndex property.

Parameters:
value - allowed object is BigInteger