com.eu.miscedautils.ipxact.Abstractor
Class AdHocConnection.ExternalPortReference

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Abstractor.AdHocConnection.ExternalPortReference
Enclosing class:
AdHocConnection

public static class AdHocConnection.ExternalPortReference
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">
       <attribute name="portRef" use="required" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}portName" />
       <attribute name="left" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
       <attribute name="right" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AdHocConnection.ExternalPortReference()
           
 
Method Summary
 java.math.BigInteger getLeft()
          Gets the value of the left property.
 java.lang.String getPortRef()
          Gets the value of the portRef property.
 java.math.BigInteger getRight()
          Gets the value of the right property.
 void setLeft(java.math.BigInteger value)
          Sets the value of the left property.
 void setPortRef(java.lang.String value)
          Sets the value of the portRef property.
 void setRight(java.math.BigInteger value)
          Sets the value of the right property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdHocConnection.ExternalPortReference

public AdHocConnection.ExternalPortReference()
Method Detail

getPortRef

public java.lang.String getPortRef()
Gets the value of the portRef property.

Returns:
possible object is String

setPortRef

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

Parameters:
value - allowed object is String

getLeft

public java.math.BigInteger getLeft()
Gets the value of the left property.

Returns:
possible object is BigInteger

setLeft

public void setLeft(java.math.BigInteger value)
Sets the value of the left property.

Parameters:
value - allowed object is BigInteger

getRight

public java.math.BigInteger getRight()
Gets the value of the right property.

Returns:
possible object is BigInteger

setRight

public void setRight(java.math.BigInteger value)
Sets the value of the right property.

Parameters:
value - allowed object is BigInteger