Class OtherClockDriver
- java.lang.Object
- 
- org.spiritconsortium.SPIRIT_1685_2009.ClockDriverType
- 
- org.spiritconsortium.SPIRIT_1685_2009.OtherClockDriver
 
 
- 
 @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public class OtherClockDriver extends ClockDriverTypeJava 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 org.spiritconsortium.SPIRIT_1685_2009.ClockDriverTypeClockDriverType.ClockPeriod, ClockDriverType.ClockPulseDuration, ClockDriverType.ClockPulseOffset, ClockDriverType.ClockPulseValue
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringclockNameprotected java.lang.StringclockSource- 
Fields inherited from class org.spiritconsortium.SPIRIT_1685_2009.ClockDriverTypeclockPeriod, clockPulseDuration, clockPulseOffset, clockPulseValue
 
- 
 - 
Constructor SummaryConstructors Constructor Description OtherClockDriver()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClockName()Gets the value of the clockName property.java.lang.StringgetClockSource()Gets the value of the clockSource property.voidsetClockName(java.lang.String value)Sets the value of the clockName property.voidsetClockSource(java.lang.String value)Sets the value of the clockSource property.- 
Methods inherited from class org.spiritconsortium.SPIRIT_1685_2009.ClockDriverTypegetClockPeriod, getClockPulseDuration, getClockPulseOffset, getClockPulseValue, setClockPeriod, setClockPulseDuration, setClockPulseOffset, setClockPulseValue
 
- 
 
- 
- 
- 
Field Detail- 
clockName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") protected java.lang.String clockName
 - 
clockSource@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") protected java.lang.String clockSource
 
- 
 - 
Method Detail- 
getClockName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public java.lang.String getClockName()Gets the value of the clockName property.- Returns:
- possible object is
     String
 
 - 
setClockName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public void setClockName(java.lang.String value)Sets the value of the clockName property.- Parameters:
- value- allowed object is- String
 
 - 
getClockSource@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public java.lang.String getClockSource()Gets the value of the clockSource property.- Returns:
- possible object is
     String
 
 - 
setClockSource@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public void setClockSource(java.lang.String value)Sets the value of the clockSource property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-