Package org.accellera.IPXACT_1685_2014
Class IsResetType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.ComplexBaseExpression
-
- org.accellera.IPXACT_1685_2014.UnsignedBitExpression
-
- org.accellera.IPXACT_1685_2014.IsResetType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public class IsResetType extends UnsignedBitExpressionIf 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.Stringidprotected java.lang.StringresetTypeRef-
Fields inherited from class org.accellera.IPXACT_1685_2014.ComplexBaseExpression
value
-
-
Constructor Summary
Constructors Constructor Description IsResetType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetResetTypeRef()Gets the value of the resetTypeRef property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetResetTypeRef(java.lang.String value)Sets the value of the resetTypeRef property.-
Methods inherited from class org.accellera.IPXACT_1685_2014.ComplexBaseExpression
getOtherAttributes, getValue, setValue
-
-
-
-
Field Detail
-
resetTypeRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String resetTypeRef
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String id
-
-
Method Detail
-
getResetTypeRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") 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:49Z") public void setResetTypeRef(java.lang.String value)Sets the value of the resetTypeRef property.- Parameters:
value- allowed object isString
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") 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:49Z") public void setId(java.lang.String value)Sets the value of the id property.- Parameters:
value- allowed object isString
-
-