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