Class ClockDriverType
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.ClockDriverType
-
- Direct Known Subclasses:
ClockDriver,OtherClockDriver
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public class ClockDriverType extends java.lang.ObjectJava class for clockDriverType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="clockDriverType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="clockPeriod"> <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"/> <attribute name="units" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}delayValueUnitType" default="ns" /> </extension> </simpleContent> </complexType> </element> <element name="clockPulseOffset"> <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"/> <attribute name="units" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}delayValueUnitType" default="ns" /> </extension> </simpleContent> </complexType> </element> <element name="clockPulseValue"> <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="clockPulseDuration"> <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"/> <attribute name="units" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}delayValueUnitType" default="ns" /> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClockDriverType.ClockPeriodJava class for anonymous complex type.static classClockDriverType.ClockPulseDurationJava class for anonymous complex type.static classClockDriverType.ClockPulseOffsetJava class for anonymous complex type.static classClockDriverType.ClockPulseValueJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ClockDriverType.ClockPeriodclockPeriodprotected ClockDriverType.ClockPulseDurationclockPulseDurationprotected ClockDriverType.ClockPulseOffsetclockPulseOffsetprotected ClockDriverType.ClockPulseValueclockPulseValue
-
Constructor Summary
Constructors Constructor Description ClockDriverType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClockDriverType.ClockPeriodgetClockPeriod()Gets the value of the clockPeriod property.ClockDriverType.ClockPulseDurationgetClockPulseDuration()Gets the value of the clockPulseDuration property.ClockDriverType.ClockPulseOffsetgetClockPulseOffset()Gets the value of the clockPulseOffset property.ClockDriverType.ClockPulseValuegetClockPulseValue()Gets the value of the clockPulseValue property.voidsetClockPeriod(ClockDriverType.ClockPeriod value)Sets the value of the clockPeriod property.voidsetClockPulseDuration(ClockDriverType.ClockPulseDuration value)Sets the value of the clockPulseDuration property.voidsetClockPulseOffset(ClockDriverType.ClockPulseOffset value)Sets the value of the clockPulseOffset property.voidsetClockPulseValue(ClockDriverType.ClockPulseValue value)Sets the value of the clockPulseValue property.
-
-
-
Field Detail
-
clockPeriod
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected ClockDriverType.ClockPeriod clockPeriod
-
clockPulseOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected ClockDriverType.ClockPulseOffset clockPulseOffset
-
clockPulseValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected ClockDriverType.ClockPulseValue clockPulseValue
-
clockPulseDuration
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected ClockDriverType.ClockPulseDuration clockPulseDuration
-
-
Method Detail
-
getClockPeriod
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public ClockDriverType.ClockPeriod getClockPeriod()Gets the value of the clockPeriod property.- Returns:
- possible object is
ClockDriverType.ClockPeriod
-
setClockPeriod
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setClockPeriod(ClockDriverType.ClockPeriod value)Sets the value of the clockPeriod property.- Parameters:
value- allowed object isClockDriverType.ClockPeriod
-
getClockPulseOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public ClockDriverType.ClockPulseOffset getClockPulseOffset()Gets the value of the clockPulseOffset property.- Returns:
- possible object is
ClockDriverType.ClockPulseOffset
-
setClockPulseOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setClockPulseOffset(ClockDriverType.ClockPulseOffset value)Sets the value of the clockPulseOffset property.- Parameters:
value- allowed object isClockDriverType.ClockPulseOffset
-
getClockPulseValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public ClockDriverType.ClockPulseValue getClockPulseValue()Gets the value of the clockPulseValue property.- Returns:
- possible object is
ClockDriverType.ClockPulseValue
-
setClockPulseValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setClockPulseValue(ClockDriverType.ClockPulseValue value)Sets the value of the clockPulseValue property.- Parameters:
value- allowed object isClockDriverType.ClockPulseValue
-
getClockPulseDuration
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public ClockDriverType.ClockPulseDuration getClockPulseDuration()Gets the value of the clockPulseDuration property.- Returns:
- possible object is
ClockDriverType.ClockPulseDuration
-
setClockPulseDuration
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setClockPulseDuration(ClockDriverType.ClockPulseDuration value)Sets the value of the clockPulseDuration property.- Parameters:
value- allowed object isClockDriverType.ClockPulseDuration
-
-