Class 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.Object
    Wire 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 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
    • Constructor Detail

      • DriverType

        public DriverType()
    • 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 is Range
      • 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 is UnsignedBitVectorExpression
      • 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 is ClockDriver
      • 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 is SingleShotDriver