Package org.accellera.IPXACT_1685_2014
Class ClockDriverType.ClockPulseDuration
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.ComplexBaseExpression
-
- org.accellera.IPXACT_1685_2014.RealExpression
-
- org.accellera.IPXACT_1685_2014.ClockDriverType.ClockPulseDuration
-
- Enclosing class:
- ClockDriverType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public static class ClockDriverType.ClockPulseDuration extends RealExpressionJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>realExpression"> <attribute name="units" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}delayValueUnitType" default="ns" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DelayValueUnitTypeunits-
Fields inherited from class org.accellera.IPXACT_1685_2014.RealExpression
maximum, minimum
-
Fields inherited from class org.accellera.IPXACT_1685_2014.ComplexBaseExpression
value
-
-
Constructor Summary
Constructors Constructor Description ClockPulseDuration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DelayValueUnitTypegetUnits()Gets the value of the units property.voidsetUnits(DelayValueUnitType value)Sets the value of the units property.-
Methods inherited from class org.accellera.IPXACT_1685_2014.RealExpression
getMaximum, getMinimum, setMaximum, setMinimum
-
Methods inherited from class org.accellera.IPXACT_1685_2014.ComplexBaseExpression
getOtherAttributes, getValue, setValue
-
-
-
-
Field Detail
-
units
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") protected DelayValueUnitType units
-
-
Method Detail
-
getUnits
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public DelayValueUnitType getUnits()Gets the value of the units property.- Returns:
- possible object is
DelayValueUnitType
-
setUnits
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public void setUnits(DelayValueUnitType value)Sets the value of the units property.- Parameters:
value- allowed object isDelayValueUnitType
-
-