Class ExternalPortReference


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.8",
               date="2024-11-14T04:42:42Z")
    public class 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">
           <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 Detail

      • isPresent

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2024-11-14T04:42:42Z")
        protected UnsignedBitExpression isPresent
      • partSelect

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2024-11-14T04:42:42Z")
        protected PartSelect partSelect
      • portRef

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2024-11-14T04:42:42Z")
        protected java.lang.String portRef
      • id

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2024-11-14T04:42:42Z")
        protected java.lang.String id
    • Constructor Detail

      • ExternalPortReference

        public ExternalPortReference()
    • Method Detail

      • getIsPresent

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2024-11-14T04:42:42Z")
        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 v2.3.8",
                   date="2024-11-14T04:42:42Z")
        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 v2.3.8",
                   date="2024-11-14T04:42:42Z")
        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 v2.3.8",
                   date="2024-11-14T04:42:42Z")
        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 v2.3.8",
                   date="2024-11-14T04:42:42Z")
        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 v2.3.8",
                   date="2024-11-14T04:42:42Z")
        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 v2.3.8",
                   date="2024-11-14T04:42:42Z")
        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 v2.3.8",
                   date="2024-11-14T04:42:42Z")
        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String