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="2025-10-14T04:40:54Z") 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 SummaryFields Modifier and Type Field Description protected RealExpressionsingleShotDurationprotected RealExpressionsingleShotOffsetprotected UnsignedBitVectorExpressionsingleShotValue
 - 
Constructor SummaryConstructors Constructor Description SingleShotDriver()
 - 
Method SummaryAll 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 v3.0.2", date="2025-10-14T04:40:54Z") protected RealExpression singleShotOffset
 - 
singleShotValue@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected UnsignedBitVectorExpression singleShotValue
 - 
singleShotDuration@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected RealExpression singleShotDuration
 
- 
 - 
Method Detail- 
getSingleShotOffset@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setSingleShotOffset(RealExpression value)Sets the value of the singleShotOffset property.- Parameters:
- value- allowed object is- RealExpression
 
 - 
getSingleShotValue@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setSingleShotValue(UnsignedBitVectorExpression value)Sets the value of the singleShotValue property.- Parameters:
- value- allowed object is- UnsignedBitVectorExpression
 
 - 
getSingleShotDuration@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setSingleShotDuration(RealExpression value)Sets the value of the singleShotDuration property.- Parameters:
- value- allowed object is- RealExpression
 
 
- 
 
-