com.pushtotest.testmaker.XSTest.xml.impl
Class XSTestTypeImpl.RunSetTypeImpl.TimingTypeImpl

java.lang.Object
  extended by com.pushtotest.testmaker.XSTest.xml.impl.XSTestTypeImpl.RunSetTypeImpl.TimingTypeImpl
All Implemented Interfaces:
UnmarshallableObject, ValidatableObject, XMLSerializable, XSTestType.RunSetType.TimingType, com.sun.xml.bind.JAXBObject
Enclosing class:
XSTestTypeImpl.RunSetTypeImpl

public static class XSTestTypeImpl.RunSetTypeImpl.TimingTypeImpl
extends java.lang.Object
implements XSTestType.RunSetType.TimingType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class XSTestTypeImpl.RunSetTypeImpl.TimingTypeImpl.Unmarshaller
           
 
Field Summary
protected  int _Cycletime
           
protected  int _Duration
           
protected  int _Sleeptime
           
protected  int _Startupdelay
           
protected  int _Warmup
           
protected  boolean has_Cycletime
           
protected  boolean has_Duration
           
protected  boolean has_Sleeptime
           
protected  boolean has_Startupdelay
           
protected  boolean has_Warmup
           
static java.lang.Class version
           
 
Constructor Summary
XSTestTypeImpl.RunSetTypeImpl.TimingTypeImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
          Gets the schema fragment associated with this class.
 UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 int getCycletime()
          Gets the value of the cycletime property.
 int getDuration()
          Gets the value of the duration property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 int getSleeptime()
          Gets the value of the sleeptime property.
 int getStartupdelay()
          Gets the value of the startupdelay property.
 int getWarmup()
          Gets the value of the warmup property.
 void serializeAttributes(XMLSerializer context)
          Serializes attributes into the specified target.
 void serializeBody(XMLSerializer context)
          Serializes child elements and texts into the specified target.
 void serializeURIs(XMLSerializer context)
          Declares all the namespace URIs this object is using at its top-level scope into the specified target.
 void setCycletime(int value)
          Sets the value of the cycletime property.
 void setDuration(int value)
          Sets the value of the duration property.
 void setSleeptime(int value)
          Sets the value of the sleeptime property.
 void setStartupdelay(int value)
          Sets the value of the startupdelay property.
 void setWarmup(int value)
          Sets the value of the warmup property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

has_Sleeptime

protected boolean has_Sleeptime

_Sleeptime

protected int _Sleeptime

has_Startupdelay

protected boolean has_Startupdelay

_Startupdelay

protected int _Startupdelay

has_Duration

protected boolean has_Duration

_Duration

protected int _Duration

has_Cycletime

protected boolean has_Cycletime

_Cycletime

protected int _Cycletime

has_Warmup

protected boolean has_Warmup

_Warmup

protected int _Warmup

version

public static final java.lang.Class version
Constructor Detail

XSTestTypeImpl.RunSetTypeImpl.TimingTypeImpl

public XSTestTypeImpl.RunSetTypeImpl.TimingTypeImpl()
Method Detail

getSleeptime

public int getSleeptime()
Description copied from interface: XSTestType.RunSetType.TimingType
Gets the value of the sleeptime property.

Specified by:
getSleeptime in interface XSTestType.RunSetType.TimingType

setSleeptime

public void setSleeptime(int value)
Description copied from interface: XSTestType.RunSetType.TimingType
Sets the value of the sleeptime property.

Specified by:
setSleeptime in interface XSTestType.RunSetType.TimingType

getStartupdelay

public int getStartupdelay()
Description copied from interface: XSTestType.RunSetType.TimingType
Gets the value of the startupdelay property.

Specified by:
getStartupdelay in interface XSTestType.RunSetType.TimingType

setStartupdelay

public void setStartupdelay(int value)
Description copied from interface: XSTestType.RunSetType.TimingType
Sets the value of the startupdelay property.

Specified by:
setStartupdelay in interface XSTestType.RunSetType.TimingType

getDuration

public int getDuration()
Description copied from interface: XSTestType.RunSetType.TimingType
Gets the value of the duration property.

Specified by:
getDuration in interface XSTestType.RunSetType.TimingType

setDuration

public void setDuration(int value)
Description copied from interface: XSTestType.RunSetType.TimingType
Sets the value of the duration property.

Specified by:
setDuration in interface XSTestType.RunSetType.TimingType

getCycletime

public int getCycletime()
Description copied from interface: XSTestType.RunSetType.TimingType
Gets the value of the cycletime property.

Specified by:
getCycletime in interface XSTestType.RunSetType.TimingType

setCycletime

public void setCycletime(int value)
Description copied from interface: XSTestType.RunSetType.TimingType
Sets the value of the cycletime property.

Specified by:
setCycletime in interface XSTestType.RunSetType.TimingType

getWarmup

public int getWarmup()
Description copied from interface: XSTestType.RunSetType.TimingType
Gets the value of the warmup property.

Specified by:
getWarmup in interface XSTestType.RunSetType.TimingType

setWarmup

public void setWarmup(int value)
Description copied from interface: XSTestType.RunSetType.TimingType
Sets the value of the warmup property.

Specified by:
setWarmup in interface XSTestType.RunSetType.TimingType

createUnmarshaller

public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Description copied from interface: UnmarshallableObject
Creates an unmarshaller that will unmarshall this object.

Specified by:
createUnmarshaller in interface UnmarshallableObject

serializeBody

public void serializeBody(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes child elements and texts into the specified target.

Specified by:
serializeBody in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeAttributes

public void serializeAttributes(XMLSerializer context)
                         throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes attributes into the specified target.

Specified by:
serializeAttributes in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Declares all the namespace URIs this object is using at its top-level scope into the specified target.

Specified by:
serializeURIs in interface XMLSerializable
Throws:
org.xml.sax.SAXException

getPrimaryInterface

public java.lang.Class getPrimaryInterface()
Description copied from interface: ValidatableObject
Gets the main interface that this object implements. For example, FooImpl will return Foo from this method.

Specified by:
getPrimaryInterface in interface ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Description copied from interface: ValidatableObject
Gets the schema fragment associated with this class.

Specified by:
createRawValidator in interface ValidatableObject