com.eu.miscedautils.ipxact.Design
Class DriverType

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

public class DriverType
extends java.lang.Object

Wire port driver type.

Java class for driverType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="driverType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice minOccurs="0">
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}defaultValue" minOccurs="0"/>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}clockDriver" minOccurs="0"/>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}singleShotDriver" minOccurs="0"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
DriverType()
           
 
Method Summary
 ClockDriver getClockDriver()
          Gets the value of the clockDriver property.
 DefaultValue getDefaultValue()
          Gets the value of the defaultValue property.
 SingleShotDriver getSingleShotDriver()
          Gets the value of the singleShotDriver property.
 void setClockDriver(ClockDriver value)
          Sets the value of the clockDriver property.
 void setDefaultValue(DefaultValue value)
          Sets the value of the defaultValue property.
 void setSingleShotDriver(SingleShotDriver value)
          Sets the value of the singleShotDriver property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DriverType

public DriverType()
Method Detail

getDefaultValue

public DefaultValue getDefaultValue()
Gets the value of the defaultValue property.

Returns:
possible object is DefaultValue

setDefaultValue

public void setDefaultValue(DefaultValue value)
Sets the value of the defaultValue property.

Parameters:
value - allowed object is DefaultValue

getClockDriver

public ClockDriver getClockDriver()
Gets the value of the clockDriver property.

Returns:
possible object is ClockDriver

setClockDriver

public void setClockDriver(ClockDriver value)
Sets the value of the clockDriver property.

Parameters:
value - allowed object is ClockDriver

getSingleShotDriver

public SingleShotDriver getSingleShotDriver()
Gets the value of the singleShotDriver property.

Returns:
possible object is SingleShotDriver

setSingleShotDriver

public void setSingleShotDriver(SingleShotDriver value)
Sets the value of the singleShotDriver property.

Parameters:
value - allowed object is SingleShotDriver