Class RequiresDriver
- java.lang.Object
- 
- org.spiritconsortium.SPIRIT_1685_2009.RequiresDriver
 
- 
 @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public class RequiresDriver extends java.lang.ObjectJava class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>boolean"> <attribute name="driverType" default="any"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="clock"/> <enumeration value="singleShot"/> <enumeration value="any"/> </restriction> </simpleType> </attribute> </extension> </simpleContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringdriverTypeprotected booleanvalue
 - 
Constructor SummaryConstructors Constructor Description RequiresDriver()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDriverType()Gets the value of the driverType property.booleanisValue()Gets the value of the value property.voidsetDriverType(java.lang.String value)Sets the value of the driverType property.voidsetValue(boolean value)Sets the value of the value property.
 
- 
- 
- 
Method Detail- 
isValue@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public boolean isValue()Gets the value of the value property.
 - 
setValue@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public void setValue(boolean value)Sets the value of the value property.
 - 
getDriverType@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public java.lang.String getDriverType()Gets the value of the driverType property.- Returns:
- possible object is
     String
 
 - 
setDriverType@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") public void setDriverType(java.lang.String value)Sets the value of the driverType property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-