com.eu.miscedautils.ipxact.Design
Class SingleShotDriver

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Design.SingleShotDriver

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
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

SingleShotDriver

public SingleShotDriver()
Method Detail

getSingleShotOffset

public SingleShotDriver.SingleShotOffset getSingleShotOffset()
Gets the value of the singleShotOffset property.

Returns:
possible object is SingleShotDriver.SingleShotOffset

setSingleShotOffset

public void setSingleShotOffset(SingleShotDriver.SingleShotOffset value)
Sets the value of the singleShotOffset property.

Parameters:
value - allowed object is SingleShotDriver.SingleShotOffset

getSingleShotValue

public SingleShotDriver.SingleShotValue getSingleShotValue()
Gets the value of the singleShotValue property.

Returns:
possible object is SingleShotDriver.SingleShotValue

setSingleShotValue

public void setSingleShotValue(SingleShotDriver.SingleShotValue value)
Sets the value of the singleShotValue property.

Parameters:
value - allowed object is SingleShotDriver.SingleShotValue

getSingleShotDuration

public SingleShotDriver.SingleShotDuration getSingleShotDuration()
Gets the value of the singleShotDuration property.

Returns:
possible object is SingleShotDriver.SingleShotDuration

setSingleShotDuration

public void setSingleShotDuration(SingleShotDriver.SingleShotDuration value)
Sets the value of the singleShotDuration property.

Parameters:
value - allowed object is SingleShotDriver.SingleShotDuration