|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.BusDefinition.ClockDriverType
public class ClockDriverType
Java 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.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>configurableDouble"> <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}float.prompt.att"/> <attribute name="units" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}delayValueUnitType" default="ns" /> </extension> </simpleContent> </complexType> </element> <element name="clockPulseOffset"> <complexType> <simpleContent> <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>configurableDouble"> <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}float.prompt.att"/> <attribute name="units" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}delayValueUnitType" default="ns" /> </extension> </simpleContent> </complexType> </element> <element name="clockPulseValue"> <complexType> <simpleContent> <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>scaledNonNegativeInteger"> <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}long.prompt.att"/> </extension> </simpleContent> </complexType> </element> <element name="clockPulseDuration"> <complexType> <simpleContent> <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>configurableDouble"> <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}float.prompt.att"/> <attribute name="units" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}delayValueUnitType" default="ns" /> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
ClockDriverType.ClockPeriod
Java class for anonymous complex type. |
static class |
ClockDriverType.ClockPulseDuration
Java class for anonymous complex type. |
static class |
ClockDriverType.ClockPulseOffset
Java class for anonymous complex type. |
static class |
ClockDriverType.ClockPulseValue
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
ClockDriverType()
|
Method Summary | |
---|---|
ClockDriverType.ClockPeriod |
getClockPeriod()
Gets the value of the clockPeriod property. |
ClockDriverType.ClockPulseDuration |
getClockPulseDuration()
Gets the value of the clockPulseDuration property. |
ClockDriverType.ClockPulseOffset |
getClockPulseOffset()
Gets the value of the clockPulseOffset property. |
ClockDriverType.ClockPulseValue |
getClockPulseValue()
Gets the value of the clockPulseValue property. |
void |
setClockPeriod(ClockDriverType.ClockPeriod value)
Sets the value of the clockPeriod property. |
void |
setClockPulseDuration(ClockDriverType.ClockPulseDuration value)
Sets the value of the clockPulseDuration property. |
void |
setClockPulseOffset(ClockDriverType.ClockPulseOffset value)
Sets the value of the clockPulseOffset property. |
void |
setClockPulseValue(ClockDriverType.ClockPulseValue value)
Sets the value of the clockPulseValue property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClockDriverType()
Method Detail |
---|
public ClockDriverType.ClockPeriod getClockPeriod()
ClockDriverType.ClockPeriod
public void setClockPeriod(ClockDriverType.ClockPeriod value)
value
- allowed object is
ClockDriverType.ClockPeriod
public ClockDriverType.ClockPulseOffset getClockPulseOffset()
ClockDriverType.ClockPulseOffset
public void setClockPulseOffset(ClockDriverType.ClockPulseOffset value)
value
- allowed object is
ClockDriverType.ClockPulseOffset
public ClockDriverType.ClockPulseValue getClockPulseValue()
ClockDriverType.ClockPulseValue
public void setClockPulseValue(ClockDriverType.ClockPulseValue value)
value
- allowed object is
ClockDriverType.ClockPulseValue
public ClockDriverType.ClockPulseDuration getClockPulseDuration()
ClockDriverType.ClockPulseDuration
public void setClockPulseDuration(ClockDriverType.ClockPulseDuration value)
value
- allowed object is
ClockDriverType.ClockPulseDuration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |