|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.BusDefinition.SingleShotDriver
public class SingleShotDriver
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 | |
---|---|
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. |
Constructor Summary | |
---|---|
SingleShotDriver()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SingleShotDriver()
Method Detail |
---|
public SingleShotDriver.SingleShotOffset getSingleShotOffset()
SingleShotDriver.SingleShotOffset
public void setSingleShotOffset(SingleShotDriver.SingleShotOffset value)
value
- allowed object is
SingleShotDriver.SingleShotOffset
public SingleShotDriver.SingleShotValue getSingleShotValue()
SingleShotDriver.SingleShotValue
public void setSingleShotValue(SingleShotDriver.SingleShotValue value)
value
- allowed object is
SingleShotDriver.SingleShotValue
public SingleShotDriver.SingleShotDuration getSingleShotDuration()
SingleShotDriver.SingleShotDuration
public void setSingleShotDuration(SingleShotDriver.SingleShotDuration value)
value
- allowed object is
SingleShotDriver.SingleShotDuration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |