Package org.accellera.IPXACT_1685_2014
Class AdHocConnection.PortReferences.InternalPortReference
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.AdHocConnection.PortReferences.InternalPortReference
-
- Enclosing class:
- AdHocConnection.PortReferences
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public static class AdHocConnection.PortReferences.InternalPortReference 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"> <sequence> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}isPresent" minOccurs="0"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}partSelect" minOccurs="0"/> </sequence> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> <attribute name="componentRef" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" /> <attribute name="portRef" use="required" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}portName" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
componentRef
protected java.lang.String
id
protected UnsignedBitExpression
isPresent
protected PartSelect
partSelect
protected java.lang.String
portRef
-
Constructor Summary
Constructors Constructor Description InternalPortReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getComponentRef()
Gets the value of the componentRef property.java.lang.String
getId()
Gets the value of the id property.UnsignedBitExpression
getIsPresent()
Gets the value of the isPresent property.PartSelect
getPartSelect()
Gets the value of the partSelect property.java.lang.String
getPortRef()
Gets the value of the portRef property.void
setComponentRef(java.lang.String value)
Sets the value of the componentRef property.void
setId(java.lang.String value)
Sets the value of the id property.void
setIsPresent(UnsignedBitExpression value)
Sets the value of the isPresent property.void
setPartSelect(PartSelect value)
Sets the value of the partSelect property.void
setPortRef(java.lang.String value)
Sets the value of the portRef property.
-
-
-
Field Detail
-
isPresent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected UnsignedBitExpression isPresent
-
partSelect
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected PartSelect partSelect
-
componentRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.String componentRef
-
portRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.String portRef
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.String id
-
-
Method Detail
-
getIsPresent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public UnsignedBitExpression getIsPresent()
Gets the value of the isPresent property.- Returns:
- possible object is
UnsignedBitExpression
-
setIsPresent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setIsPresent(UnsignedBitExpression value)
Sets the value of the isPresent property.- Parameters:
value
- allowed object isUnsignedBitExpression
-
getPartSelect
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public PartSelect getPartSelect()
Gets the value of the partSelect property.- Returns:
- possible object is
PartSelect
-
setPartSelect
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setPartSelect(PartSelect value)
Sets the value of the partSelect property.- Parameters:
value
- allowed object isPartSelect
-
getComponentRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") 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="2024-11-14T04:42:51Z") 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="2024-11-14T04:42:51Z") 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="2024-11-14T04:42:51Z") public void setPortRef(java.lang.String value)
Sets the value of the portRef property.- Parameters:
value
- allowed object isString
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
-