com.eu.miscedautils.ipxact.DesignConfig
Class ClockDriverType

java.lang.Object
  extended by com.eu.miscedautils.ipxact.DesignConfig.ClockDriverType
Direct Known Subclasses:
ClockDriver, OtherClockDriver

public class ClockDriverType
extends java.lang.Object

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

ClockDriverType

public ClockDriverType()
Method Detail

getClockPeriod

public ClockDriverType.ClockPeriod getClockPeriod()
Gets the value of the clockPeriod property.

Returns:
possible object is ClockDriverType.ClockPeriod

setClockPeriod

public void setClockPeriod(ClockDriverType.ClockPeriod value)
Sets the value of the clockPeriod property.

Parameters:
value - allowed object is ClockDriverType.ClockPeriod

getClockPulseOffset

public ClockDriverType.ClockPulseOffset getClockPulseOffset()
Gets the value of the clockPulseOffset property.

Returns:
possible object is ClockDriverType.ClockPulseOffset

setClockPulseOffset

public void setClockPulseOffset(ClockDriverType.ClockPulseOffset value)
Sets the value of the clockPulseOffset property.

Parameters:
value - allowed object is ClockDriverType.ClockPulseOffset

getClockPulseValue

public ClockDriverType.ClockPulseValue getClockPulseValue()
Gets the value of the clockPulseValue property.

Returns:
possible object is ClockDriverType.ClockPulseValue

setClockPulseValue

public void setClockPulseValue(ClockDriverType.ClockPulseValue value)
Sets the value of the clockPulseValue property.

Parameters:
value - allowed object is ClockDriverType.ClockPulseValue

getClockPulseDuration

public ClockDriverType.ClockPulseDuration getClockPulseDuration()
Gets the value of the clockPulseDuration property.

Returns:
possible object is ClockDriverType.ClockPulseDuration

setClockPulseDuration

public void setClockPulseDuration(ClockDriverType.ClockPulseDuration value)
Sets the value of the clockPulseDuration property.

Parameters:
value - allowed object is ClockDriverType.ClockPulseDuration