Class SingleShotDriver
- java.lang.Object
- 
- org.spiritconsortium.SPIRIT_1685_2009.SingleShotDriver
 
- 
 @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") 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"> <complexType> <simpleContent> <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>configurableDouble"> <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}float.prompt.att"/> </extension> </simpleContent> </complexType> </element> <element name="singleShotValue"> <complexType> <simpleContent> <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>scaledNonNegativeInteger"> <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}long.prompt.att"/> </extension> </simpleContent> </complexType> </element> <element name="singleShotDuration"> <complexType> <simpleContent> <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>configurableDouble"> <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}float.prompt.att"/> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSingleShotDriver.SingleShotDurationJava class for anonymous complex type.static classSingleShotDriver.SingleShotOffsetJava class for anonymous complex type.static classSingleShotDriver.SingleShotValueJava class for anonymous complex type.
 - 
Field SummaryFields Modifier and Type Field Description protected SingleShotDriver.SingleShotDurationsingleShotDurationprotected SingleShotDriver.SingleShotOffsetsingleShotOffsetprotected SingleShotDriver.SingleShotValuesingleShotValue
 - 
Constructor SummaryConstructors Constructor Description SingleShotDriver()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SingleShotDriver.SingleShotDurationgetSingleShotDuration()Gets the value of the singleShotDuration property.SingleShotDriver.SingleShotOffsetgetSingleShotOffset()Gets the value of the singleShotOffset property.SingleShotDriver.SingleShotValuegetSingleShotValue()Gets the value of the singleShotValue property.voidsetSingleShotDuration(SingleShotDriver.SingleShotDuration value)Sets the value of the singleShotDuration property.voidsetSingleShotOffset(SingleShotDriver.SingleShotOffset value)Sets the value of the singleShotOffset property.voidsetSingleShotValue(SingleShotDriver.SingleShotValue 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:59Z") protected SingleShotDriver.SingleShotOffset singleShotOffset
 - 
singleShotValue@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") protected SingleShotDriver.SingleShotValue singleShotValue
 - 
singleShotDuration@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") protected SingleShotDriver.SingleShotDuration singleShotDuration
 
- 
 - 
Method Detail- 
getSingleShotOffset@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public SingleShotDriver.SingleShotOffset getSingleShotOffset()Gets the value of the singleShotOffset property.- Returns:
- possible object is
     SingleShotDriver.SingleShotOffset
 
 - 
setSingleShotOffset@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public void setSingleShotOffset(SingleShotDriver.SingleShotOffset value)Sets the value of the singleShotOffset property.- Parameters:
- value- allowed object is- SingleShotDriver.SingleShotOffset
 
 - 
getSingleShotValue@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public SingleShotDriver.SingleShotValue getSingleShotValue()Gets the value of the singleShotValue property.- Returns:
- possible object is
     SingleShotDriver.SingleShotValue
 
 - 
setSingleShotValue@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public void setSingleShotValue(SingleShotDriver.SingleShotValue value)Sets the value of the singleShotValue property.- Parameters:
- value- allowed object is- SingleShotDriver.SingleShotValue
 
 - 
getSingleShotDuration@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public SingleShotDriver.SingleShotDuration getSingleShotDuration()Gets the value of the singleShotDuration property.- Returns:
- possible object is
     SingleShotDriver.SingleShotDuration
 
 - 
setSingleShotDuration@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public void setSingleShotDuration(SingleShotDriver.SingleShotDuration value)Sets the value of the singleShotDuration property.- Parameters:
- value- allowed object is- SingleShotDriver.SingleShotDuration
 
 
- 
 
-