Package org.accellera.IPXACT_1685_2014
Class ClockDriverType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.ClockDriverType
-
- Direct Known Subclasses:
ClockDriver,OtherClockDriver
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public class ClockDriverType extends java.lang.ObjectJava class for clockDriverType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="clockDriverType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="clockPeriod"> <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> </element> <element name="clockPulseOffset"> <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> </element> <element name="clockPulseValue" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedBitVectorExpression"/> <element name="clockPulseDuration"> <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> </element> </sequence> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClockDriverType.ClockPeriodJava class for anonymous complex type.static classClockDriverType.ClockPulseDurationJava class for anonymous complex type.static classClockDriverType.ClockPulseOffsetJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ClockDriverType.ClockPeriodclockPeriodprotected ClockDriverType.ClockPulseDurationclockPulseDurationprotected ClockDriverType.ClockPulseOffsetclockPulseOffsetprotected UnsignedBitVectorExpressionclockPulseValueprotected java.lang.Stringid
-
Constructor Summary
Constructors Constructor Description ClockDriverType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClockDriverType.ClockPeriodgetClockPeriod()Gets the value of the clockPeriod property.ClockDriverType.ClockPulseDurationgetClockPulseDuration()Gets the value of the clockPulseDuration property.ClockDriverType.ClockPulseOffsetgetClockPulseOffset()Gets the value of the clockPulseOffset property.UnsignedBitVectorExpressiongetClockPulseValue()Gets the value of the clockPulseValue property.java.lang.StringgetId()Gets the value of the id property.voidsetClockPeriod(ClockDriverType.ClockPeriod value)Sets the value of the clockPeriod property.voidsetClockPulseDuration(ClockDriverType.ClockPulseDuration value)Sets the value of the clockPulseDuration property.voidsetClockPulseOffset(ClockDriverType.ClockPulseOffset value)Sets the value of the clockPulseOffset property.voidsetClockPulseValue(UnsignedBitVectorExpression value)Sets the value of the clockPulseValue property.voidsetId(java.lang.String value)Sets the value of the id property.
-
-
-
Field Detail
-
clockPeriod
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected ClockDriverType.ClockPeriod clockPeriod
-
clockPulseOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected ClockDriverType.ClockPulseOffset clockPulseOffset
-
clockPulseValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected UnsignedBitVectorExpression clockPulseValue
-
clockPulseDuration
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected ClockDriverType.ClockPulseDuration clockPulseDuration
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.lang.String id
-
-
Method Detail
-
getClockPeriod
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public ClockDriverType.ClockPeriod getClockPeriod()Gets the value of the clockPeriod property.- Returns:
- possible object is
ClockDriverType.ClockPeriod
-
setClockPeriod
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setClockPeriod(ClockDriverType.ClockPeriod value)Sets the value of the clockPeriod property.- Parameters:
value- allowed object isClockDriverType.ClockPeriod
-
getClockPulseOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public ClockDriverType.ClockPulseOffset getClockPulseOffset()Gets the value of the clockPulseOffset property.- Returns:
- possible object is
ClockDriverType.ClockPulseOffset
-
setClockPulseOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setClockPulseOffset(ClockDriverType.ClockPulseOffset value)Sets the value of the clockPulseOffset property.- Parameters:
value- allowed object isClockDriverType.ClockPulseOffset
-
getClockPulseValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public UnsignedBitVectorExpression getClockPulseValue()Gets the value of the clockPulseValue property.- Returns:
- possible object is
UnsignedBitVectorExpression
-
setClockPulseValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setClockPulseValue(UnsignedBitVectorExpression value)Sets the value of the clockPulseValue property.- Parameters:
value- allowed object isUnsignedBitVectorExpression
-
getClockPulseDuration
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public ClockDriverType.ClockPulseDuration getClockPulseDuration()Gets the value of the clockPulseDuration property.- Returns:
- possible object is
ClockDriverType.ClockPulseDuration
-
setClockPulseDuration
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setClockPulseDuration(ClockDriverType.ClockPulseDuration value)Sets the value of the clockPulseDuration property.- Parameters:
value- allowed object isClockDriverType.ClockPulseDuration
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public java.lang.String getId()Gets the value of the id property.- Returns:
- possible object is
String
-
setId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setId(java.lang.String value)Sets the value of the id property.- Parameters:
value- allowed object isString
-
-