Package org.accellera.IPXACT_1685_2014
Class OtherClockDriver
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.ClockDriverType
-
- org.accellera.IPXACT_1685_2014.OtherClockDriver
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public class OtherClockDriver extends ClockDriverType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}clockDriverType"> <attribute name="clockName" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" /> <attribute name="clockSource" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.accellera.IPXACT_1685_2014.ClockDriverType
ClockDriverType.ClockPeriod, ClockDriverType.ClockPulseDuration, ClockDriverType.ClockPulseOffset
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
clockName
protected java.lang.String
clockSource
-
Fields inherited from class org.accellera.IPXACT_1685_2014.ClockDriverType
clockPeriod, clockPulseDuration, clockPulseOffset, clockPulseValue, id
-
-
Constructor Summary
Constructors Constructor Description OtherClockDriver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getClockName()
Gets the value of the clockName property.java.lang.String
getClockSource()
Gets the value of the clockSource property.void
setClockName(java.lang.String value)
Sets the value of the clockName property.void
setClockSource(java.lang.String value)
Sets the value of the clockSource property.-
Methods inherited from class org.accellera.IPXACT_1685_2014.ClockDriverType
getClockPeriod, getClockPulseDuration, getClockPulseOffset, getClockPulseValue, getId, setClockPeriod, setClockPulseDuration, setClockPulseOffset, setClockPulseValue, setId
-
-
-
-
Field Detail
-
clockName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected java.lang.String clockName
-
clockSource
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected java.lang.String clockSource
-
-
Method Detail
-
getClockName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public java.lang.String getClockName()
Gets the value of the clockName property.- Returns:
- possible object is
String
-
setClockName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setClockName(java.lang.String value)
Sets the value of the clockName property.- Parameters:
value
- allowed object isString
-
getClockSource
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public java.lang.String getClockSource()
Gets the value of the clockSource property.- Returns:
- possible object is
String
-
setClockSource
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setClockSource(java.lang.String value)
Sets the value of the clockSource property.- Parameters:
value
- allowed object isString
-
-