com.eu.miscedautils.ipxact.DesignConfig
Class OtherClockDriver

java.lang.Object
  extended by com.eu.miscedautils.ipxact.DesignConfig.ClockDriverType
      extended by com.eu.miscedautils.ipxact.DesignConfig.OtherClockDriver

public class OtherClockDriver
extends ClockDriverType

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}clockDriverType">
       <attribute name="clockName" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" />
       <attribute name="clockSource" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class com.eu.miscedautils.ipxact.DesignConfig.ClockDriverType
ClockDriverType.ClockPeriod, ClockDriverType.ClockPulseDuration, ClockDriverType.ClockPulseOffset, ClockDriverType.ClockPulseValue
 
Constructor Summary
OtherClockDriver()
           
 
Method Summary
 java.lang.String getClockName()
          Gets the value of the clockName property.
 java.lang.String getClockSource()
          Gets the value of the clockSource property.
 void setClockName(java.lang.String value)
          Sets the value of the clockName property.
 void setClockSource(java.lang.String value)
          Sets the value of the clockSource property.
 
Methods inherited from class com.eu.miscedautils.ipxact.DesignConfig.ClockDriverType
getClockPeriod, getClockPulseDuration, getClockPulseOffset, getClockPulseValue, setClockPeriod, setClockPulseDuration, setClockPulseOffset, setClockPulseValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OtherClockDriver

public OtherClockDriver()
Method Detail

getClockName

public java.lang.String getClockName()
Gets the value of the clockName property.

Returns:
possible object is String

setClockName

public void setClockName(java.lang.String value)
Sets the value of the clockName property.

Parameters:
value - allowed object is String

getClockSource

public java.lang.String getClockSource()
Gets the value of the clockSource property.

Returns:
possible object is String

setClockSource

public void setClockSource(java.lang.String value)
Sets the value of the clockSource property.

Parameters:
value - allowed object is String