Class AbstractionTypes.AbstractionType.PortMaps.PortMap

  • Enclosing class:
    AbstractionTypes.AbstractionType.PortMaps

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.8",
               date="2026-01-14T04:58:58Z")
    public static class AbstractionTypes.AbstractionType.PortMaps.PortMap
    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 name="logicalPort">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="name" type="{http://www.w3.org/2001/XMLSchema}Name"/>
                       <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}range" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <choice>
               <element name="physicalPort">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <sequence>
                         <element name="name" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}portName"/>
                         <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}partSelect" minOccurs="0"/>
                       </sequence>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="logicalTieOff" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedPositiveIntExpression"/>
             </choice>
             <element name="isInformative" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
           <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/>
           <attribute name="invert" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • isPresent

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        protected UnsignedBitExpression isPresent
      • logicalTieOff

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        protected UnsignedPositiveIntExpression logicalTieOff
      • isInformative

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        protected java.lang.Boolean isInformative
      • invert

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        protected java.lang.String invert
      • id

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

      • PortMap

        public PortMap()
    • Method Detail

      • getIsPresent

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        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="2026-01-14T04:58:58Z")
        public void setIsPresent​(UnsignedBitExpression value)
        Sets the value of the isPresent property.
        Parameters:
        value - allowed object is UnsignedBitExpression
      • setLogicalTieOff

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        public void setLogicalTieOff​(UnsignedPositiveIntExpression value)
        Sets the value of the logicalTieOff property.
        Parameters:
        value - allowed object is UnsignedPositiveIntExpression
      • isIsInformative

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        public java.lang.Boolean isIsInformative()
        Gets the value of the isInformative property.
        Returns:
        possible object is Boolean
      • setIsInformative

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        public void setIsInformative​(java.lang.Boolean value)
        Sets the value of the isInformative property.
        Parameters:
        value - allowed object is Boolean
      • getInvert

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        public java.lang.String getInvert()
        Gets the value of the invert property.
        Returns:
        possible object is String
      • setInvert

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        public void setInvert​(java.lang.String value)
        Sets the value of the invert property.
        Parameters:
        value - allowed object is String
      • getId

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