Class Channels.Channel.BusInterfaceRef

  • Enclosing class:
    Channels.Channel

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2024-11-14T04:42:50Z")
    public static class Channels.Channel.BusInterfaceRef
    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 name="localName" type="{http://www.w3.org/2001/XMLSchema}Name"/>
             <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}isPresent" minOccurs="0"/>
           </sequence>
           <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      BusInterfaceRef()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Gets the value of the id property.
      UnsignedBitExpression getIsPresent()
      Gets the value of the isPresent property.
      java.lang.String getLocalName()
      Gets the value of the localName 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 setLocalName​(java.lang.String value)
      Sets the value of the localName property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • localName

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        protected java.lang.String localName
      • isPresent

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

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

      • BusInterfaceRef

        public BusInterfaceRef()
    • Method Detail

      • getLocalName

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        public java.lang.String getLocalName()
        Gets the value of the localName property.
        Returns:
        possible object is String
      • setLocalName

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        public void setLocalName​(java.lang.String value)
        Sets the value of the localName property.
        Parameters:
        value - allowed object is String
      • getIsPresent

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        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:50Z")
        public void setIsPresent​(UnsignedBitExpression value)
        Sets the value of the isPresent property.
        Parameters:
        value - allowed object is UnsignedBitExpression
      • getId

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