Package org.accellera.IPXACT_1685_2014
Class DriverType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.DriverType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") 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"> <sequence minOccurs="0"> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}range" minOccurs="0"/> <choice> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}defaultValue"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}clockDriver"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}singleShotDriver"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ClockDriverclockDriverprotected UnsignedBitVectorExpressiondefaultValueprotected Rangerangeprotected 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.UnsignedBitVectorExpressiongetDefaultValue()Gets the value of the defaultValue property.RangegetRange()Gets the value of the range property.SingleShotDrivergetSingleShotDriver()Gets the value of the singleShotDriver property.voidsetClockDriver(ClockDriver value)Sets the value of the clockDriver property.voidsetDefaultValue(UnsignedBitVectorExpression value)Sets the value of the defaultValue property.voidsetRange(Range value)Sets the value of the range property.voidsetSingleShotDriver(SingleShotDriver value)Sets the value of the singleShotDriver property.
-
-
-
Field Detail
-
range
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected Range range
-
defaultValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected UnsignedBitVectorExpression defaultValue
-
clockDriver
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected ClockDriver clockDriver
-
singleShotDriver
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected SingleShotDriver singleShotDriver
-
-
Method Detail
-
getRange
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public Range getRange()Gets the value of the range property.- Returns:
- possible object is
Range
-
setRange
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setRange(Range value)Sets the value of the range property.- Parameters:
value- allowed object isRange
-
getDefaultValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public UnsignedBitVectorExpression getDefaultValue()Gets the value of the defaultValue property.- Returns:
- possible object is
UnsignedBitVectorExpression
-
setDefaultValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setDefaultValue(UnsignedBitVectorExpression value)Sets the value of the defaultValue property.- Parameters:
value- allowed object isUnsignedBitVectorExpression
-
getClockDriver
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") 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 v2.3.8", date="2026-01-14T04:58:58Z") 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 v2.3.8", date="2026-01-14T04:58:58Z") 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 v2.3.8", date="2026-01-14T04:58:58Z") public void setSingleShotDriver(SingleShotDriver value)Sets the value of the singleShotDriver property.- Parameters:
value- allowed object isSingleShotDriver
-
-