Package org.accellera.IPXACT_1685_2014
Class ExternalPortReference
- java.lang.Object
- 
- org.accellera.IPXACT_1685_2014.ExternalPortReference
 
- 
 @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public class ExternalPortReference 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"> <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="portRef" use="required" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}portName" /> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.Stringidprotected UnsignedBitExpressionisPresentprotected PartSelectpartSelectprotected java.lang.StringportRef
 - 
Constructor SummaryConstructors Constructor Description ExternalPortReference()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the value of the id property.UnsignedBitExpressiongetIsPresent()Gets the value of the isPresent property.PartSelectgetPartSelect()Gets the value of the partSelect property.java.lang.StringgetPortRef()Gets the value of the portRef property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetIsPresent(UnsignedBitExpression value)Sets the value of the isPresent property.voidsetPartSelect(PartSelect value)Sets the value of the partSelect property.voidsetPortRef(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="2025-10-14T04:40:54Z") protected UnsignedBitExpression isPresent
 - 
partSelect@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected PartSelect partSelect
 - 
portRef@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.String portRef
 - 
id@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.String id
 
- 
 - 
Method Detail- 
getIsPresent@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setIsPresent(UnsignedBitExpression value)Sets the value of the isPresent property.- Parameters:
- value- allowed object is- UnsignedBitExpression
 
 - 
getPartSelect@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setPartSelect(PartSelect value)Sets the value of the partSelect property.- Parameters:
- value- allowed object is- PartSelect
 
 - 
getPortRef@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setPortRef(java.lang.String value)Sets the value of the portRef property.- Parameters:
- value- allowed object is- String
 
 - 
getId@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setId(java.lang.String value)Sets the value of the id property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-