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 v3.0.2", date="2024-11-14T04:42:51Z") public class SingleShotDriver 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="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 RealExpression
singleShotDuration
protected RealExpression
singleShotOffset
protected UnsignedBitVectorExpression
singleShotValue
-
Constructor Summary
Constructors Constructor Description SingleShotDriver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RealExpression
getSingleShotDuration()
Gets the value of the singleShotDuration property.RealExpression
getSingleShotOffset()
Gets the value of the singleShotOffset property.UnsignedBitVectorExpression
getSingleShotValue()
Gets the value of the singleShotValue property.void
setSingleShotDuration(RealExpression value)
Sets the value of the singleShotDuration property.void
setSingleShotOffset(RealExpression value)
Sets the value of the singleShotOffset property.void
setSingleShotValue(UnsignedBitVectorExpression value)
Sets the value of the singleShotValue property.
-
-
-
Field Detail
-
singleShotOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected RealExpression singleShotOffset
-
singleShotValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected UnsignedBitVectorExpression singleShotValue
-
singleShotDuration
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected RealExpression singleShotDuration
-
-
Method Detail
-
getSingleShotOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") 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 v3.0.2", date="2024-11-14T04:42:51Z") 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 v3.0.2", date="2024-11-14T04:42:51Z") 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 v3.0.2", date="2024-11-14T04:42:51Z") 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 v3.0.2", date="2024-11-14T04:42:51Z") 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 v3.0.2", date="2024-11-14T04:42:51Z") public void setSingleShotDuration(RealExpression value)
Sets the value of the singleShotDuration property.- Parameters:
value
- allowed object isRealExpression
-
-