Class IsResetType


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2026-01-14T04:58:45Z")
    public class IsResetType
    extends UnsignedBitExpression
    If this evaluates to true, it indicates this port triggers the reset of registers and fields, if not present its value is assumed to be false. The resetTypeRef attribute indicates the triggered reset event.

    Java class for isResetType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="isResetType">
       <simpleContent>
         <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>unsignedBitExpression">
           <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/>
           <attribute name="resetTypeRef" type="{http://www.w3.org/2001/XMLSchema}Name" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String id  
      protected java.lang.String resetTypeRef  
    • Constructor Summary

      Constructors 
      Constructor Description
      IsResetType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Gets the value of the id property.
      java.lang.String getResetTypeRef()
      Gets the value of the resetTypeRef property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      void setResetTypeRef​(java.lang.String value)
      Sets the value of the resetTypeRef property.
      • Methods inherited from class java.lang.Object

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

      • resetTypeRef

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

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

      • IsResetType

        public IsResetType()
    • Method Detail

      • getResetTypeRef

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:45Z")
        public java.lang.String getResetTypeRef()
        Gets the value of the resetTypeRef property.
        Returns:
        possible object is String
      • setResetTypeRef

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

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