Class DriverType
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.DriverType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public class DriverType extends java.lang.ObjectWire 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected ClockDriverclockDriverprotected DefaultValuedefaultValueprotected SingleShotDriversingleShotDriver
-
Constructor Summary
Constructors Constructor Description DriverType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClockDrivergetClockDriver()Gets the value of the clockDriver property.DefaultValuegetDefaultValue()Gets the value of the defaultValue property.SingleShotDrivergetSingleShotDriver()Gets the value of the singleShotDriver property.voidsetClockDriver(ClockDriver value)Sets the value of the clockDriver property.voidsetDefaultValue(DefaultValue value)Sets the value of the defaultValue property.voidsetSingleShotDriver(SingleShotDriver value)Sets the value of the singleShotDriver property.
-
-
-
Field Detail
-
defaultValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected DefaultValue defaultValue
-
clockDriver
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected ClockDriver clockDriver
-
singleShotDriver
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected SingleShotDriver singleShotDriver
-
-
Method Detail
-
getDefaultValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public DefaultValue getDefaultValue()Gets the value of the defaultValue property.- Returns:
- possible object is
DefaultValue
-
setDefaultValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setDefaultValue(DefaultValue value)Sets the value of the defaultValue property.- Parameters:
value- allowed object isDefaultValue
-
getClockDriver
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public ClockDriver getClockDriver()Gets the value of the clockDriver property.- Returns:
- possible object is
ClockDriver
-
setClockDriver
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setClockDriver(ClockDriver value)Sets the value of the clockDriver property.- Parameters:
value- allowed object isClockDriver
-
getSingleShotDriver
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public SingleShotDriver getSingleShotDriver()Gets the value of the singleShotDriver property.- Returns:
- possible object is
SingleShotDriver
-
setSingleShotDriver
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setSingleShotDriver(SingleShotDriver value)Sets the value of the singleShotDriver property.- Parameters:
value- allowed object isSingleShotDriver
-
-