Class AdHocConnection.InternalPortReference
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.AdHocConnection.InternalPortReference
-
- Enclosing class:
- AdHocConnection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public static class AdHocConnection.InternalPortReference extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentRefprotected java.math.BigIntegerleftprotected java.lang.StringportRefprotected java.math.BigIntegerright
-
Constructor Summary
Constructors Constructor Description InternalPortReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentRef()Gets the value of the componentRef property.java.math.BigIntegergetLeft()Gets the value of the left property.java.lang.StringgetPortRef()Gets the value of the portRef property.java.math.BigIntegergetRight()Gets the value of the right property.voidsetComponentRef(java.lang.String value)Sets the value of the componentRef property.voidsetLeft(java.math.BigInteger value)Sets the value of the left property.voidsetPortRef(java.lang.String value)Sets the value of the portRef property.voidsetRight(java.math.BigInteger value)Sets the value of the right property.
-
-
-
Field Detail
-
componentRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String componentRef
-
portRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String portRef
-
left
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.math.BigInteger left
-
right
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.math.BigInteger right
-
-
Method Detail
-
getComponentRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getComponentRef()Gets the value of the componentRef property.- Returns:
- possible object is
String
-
setComponentRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setComponentRef(java.lang.String value)Sets the value of the componentRef property.- Parameters:
value- allowed object isString
-
getPortRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getPortRef()Gets the value of the portRef property.- Returns:
- possible object is
String
-
setPortRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setPortRef(java.lang.String value)Sets the value of the portRef property.- Parameters:
value- allowed object isString
-
getLeft
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.math.BigInteger getLeft()Gets the value of the left property.- Returns:
- possible object is
BigInteger
-
setLeft
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setLeft(java.math.BigInteger value)Sets the value of the left property.- Parameters:
value- allowed object isBigInteger
-
getRight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.math.BigInteger getRight()Gets the value of the right property.- Returns:
- possible object is
BigInteger
-
setRight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setRight(java.math.BigInteger value)Sets the value of the right property.- Parameters:
value- allowed object isBigInteger
-
-