Package org.accellera.IPXACT_1685_2014
Class SingleShotDriver
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.SingleShotDriver
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public class SingleShotDriver extends java.lang.ObjectJava 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="singleShotOffset" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}realExpression"/> <element name="singleShotValue" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedBitVectorExpression"/> <element name="singleShotDuration" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}realExpression"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected RealExpressionsingleShotDurationprotected RealExpressionsingleShotOffsetprotected UnsignedBitVectorExpressionsingleShotValue
-
Constructor Summary
Constructors Constructor Description SingleShotDriver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RealExpressiongetSingleShotDuration()Gets the value of the singleShotDuration property.RealExpressiongetSingleShotOffset()Gets the value of the singleShotOffset property.UnsignedBitVectorExpressiongetSingleShotValue()Gets the value of the singleShotValue property.voidsetSingleShotDuration(RealExpression value)Sets the value of the singleShotDuration property.voidsetSingleShotOffset(RealExpression value)Sets the value of the singleShotOffset property.voidsetSingleShotValue(UnsignedBitVectorExpression value)Sets the value of the singleShotValue property.
-
-
-
Field Detail
-
singleShotOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected RealExpression singleShotOffset
-
singleShotValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected UnsignedBitVectorExpression singleShotValue
-
singleShotDuration
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected RealExpression singleShotDuration
-
-
Method Detail
-
getSingleShotOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public RealExpression getSingleShotOffset()Gets the value of the singleShotOffset property.- Returns:
- possible object is
RealExpression
-
setSingleShotOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public void setSingleShotOffset(RealExpression value)Sets the value of the singleShotOffset property.- Parameters:
value- allowed object isRealExpression
-
getSingleShotValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public UnsignedBitVectorExpression getSingleShotValue()Gets the value of the singleShotValue property.- Returns:
- possible object is
UnsignedBitVectorExpression
-
setSingleShotValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public void setSingleShotValue(UnsignedBitVectorExpression value)Sets the value of the singleShotValue property.- Parameters:
value- allowed object isUnsignedBitVectorExpression
-
getSingleShotDuration
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public RealExpression getSingleShotDuration()Gets the value of the singleShotDuration property.- Returns:
- possible object is
RealExpression
-
setSingleShotDuration
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public void setSingleShotDuration(RealExpression value)Sets the value of the singleShotDuration property.- Parameters:
value- allowed object isRealExpression
-
-