|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.Design.AdHocConnection.InternalPortReference
public static class AdHocConnection.InternalPortReference
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="componentRef" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" /> <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.InternalPortReference()
|
Method Summary | |
---|---|
java.lang.String |
getComponentRef()
Gets the value of the componentRef property. |
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 |
setComponentRef(java.lang.String value)
Sets the value of the componentRef 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 |
---|
public AdHocConnection.InternalPortReference()
Method Detail |
---|
public java.lang.String getComponentRef()
String
public void setComponentRef(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPortRef()
String
public void setPortRef(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getLeft()
BigInteger
public void setLeft(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getRight()
BigInteger
public void setRight(java.math.BigInteger value)
value
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |