com.pushtotest.testmaker.XSTest.xml.TestScenario.impl
Class OptionsTImpl

java.lang.Object
  extended by com.pushtotest.testmaker.XSTest.xml.TestScenario.impl.OptionsTImpl
All Implemented Interfaces:
UnmarshallableObject, ValidatableObject, XMLSerializable, OptionsT, com.sun.xml.bind.JAXBObject

public class OptionsTImpl
extends java.lang.Object
implements OptionsT, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class OptionsTImpl.Unmarshaller
           
 
Field Summary
protected  DebugT _Debug
           
protected  SecondsT _DelayBetweenStartingUseCases
           
protected  SecondsT _DelayBetweenStartingUseCasses
           
protected  SecondsT _DelayBetweenTestCases
           
protected  LoggingT _Logging
           
protected  int _Sleeptime
           
protected  NodeT _Target
           
protected  SecondsT _TestTime
           
protected  boolean has_Sleeptime
           
static java.lang.Class version
           
 
Constructor Summary
OptionsTImpl()
           
 
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.
 DebugT getDebug()
          Gets the value of the debug property.
 SecondsT getDelayBetweenStartingUseCases()
          Gets the value of the delayBetweenStartingUseCases property.
 SecondsT getDelayBetweenStartingUseCasses()
          Gets the value of the delayBetweenStartingUseCasses property.
 SecondsT getDelayBetweenTestCases()
          Gets the value of the delayBetweenTestCases property.
 LoggingT getLogging()
          Gets the value of the logging property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 int getSleeptime()
          Gets the value of the sleeptime property.
 NodeT getTarget()
          Gets the value of the target property.
 SecondsT getTestTime()
          Gets the value of the testTime 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 setDebug(DebugT value)
          Sets the value of the debug property.
 void setDelayBetweenStartingUseCases(SecondsT value)
          Sets the value of the delayBetweenStartingUseCases property.
 void setDelayBetweenStartingUseCasses(SecondsT value)
          Sets the value of the delayBetweenStartingUseCasses property.
 void setDelayBetweenTestCases(SecondsT value)
          Sets the value of the delayBetweenTestCases property.
 void setLogging(LoggingT value)
          Sets the value of the logging property.
 void setSleeptime(int value)
          Sets the value of the sleeptime property.
 void setTarget(NodeT value)
          Sets the value of the target property.
 void setTestTime(SecondsT value)
          Sets the value of the testTime property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_TestTime

protected SecondsT _TestTime

_DelayBetweenStartingUseCases

protected SecondsT _DelayBetweenStartingUseCases

has_Sleeptime

protected boolean has_Sleeptime

_Sleeptime

protected int _Sleeptime

_Logging

protected LoggingT _Logging

_Debug

protected DebugT _Debug

_Target

protected NodeT _Target

_DelayBetweenTestCases

protected SecondsT _DelayBetweenTestCases

_DelayBetweenStartingUseCasses

protected SecondsT _DelayBetweenStartingUseCasses

version

public static final java.lang.Class version
Constructor Detail

OptionsTImpl

public OptionsTImpl()
Method Detail

getTestTime

public SecondsT getTestTime()
Description copied from interface: OptionsT
Gets the value of the testTime property.

Specified by:
getTestTime in interface OptionsT
Returns:
possible object is SecondsT

setTestTime

public void setTestTime(SecondsT value)
Description copied from interface: OptionsT
Sets the value of the testTime property.

Specified by:
setTestTime in interface OptionsT
Parameters:
value - allowed object is SecondsT

getDelayBetweenStartingUseCases

public SecondsT getDelayBetweenStartingUseCases()
Description copied from interface: OptionsT
Gets the value of the delayBetweenStartingUseCases property.

Specified by:
getDelayBetweenStartingUseCases in interface OptionsT
Returns:
possible object is SecondsT

setDelayBetweenStartingUseCases

public void setDelayBetweenStartingUseCases(SecondsT value)
Description copied from interface: OptionsT
Sets the value of the delayBetweenStartingUseCases property.

Specified by:
setDelayBetweenStartingUseCases in interface OptionsT
Parameters:
value - allowed object is SecondsT

getSleeptime

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

Specified by:
getSleeptime in interface OptionsT

setSleeptime

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

Specified by:
setSleeptime in interface OptionsT

getLogging

public LoggingT getLogging()
Description copied from interface: OptionsT
Gets the value of the logging property.

Specified by:
getLogging in interface OptionsT
Returns:
possible object is LoggingT

setLogging

public void setLogging(LoggingT value)
Description copied from interface: OptionsT
Sets the value of the logging property.

Specified by:
setLogging in interface OptionsT
Parameters:
value - allowed object is LoggingT

getDebug

public DebugT getDebug()
Description copied from interface: OptionsT
Gets the value of the debug property.

Specified by:
getDebug in interface OptionsT
Returns:
possible object is DebugT

setDebug

public void setDebug(DebugT value)
Description copied from interface: OptionsT
Sets the value of the debug property.

Specified by:
setDebug in interface OptionsT
Parameters:
value - allowed object is DebugT

getTarget

public NodeT getTarget()
Description copied from interface: OptionsT
Gets the value of the target property.

Specified by:
getTarget in interface OptionsT
Returns:
possible object is NodeT

setTarget

public void setTarget(NodeT value)
Description copied from interface: OptionsT
Sets the value of the target property.

Specified by:
setTarget in interface OptionsT
Parameters:
value - allowed object is NodeT

getDelayBetweenTestCases

public SecondsT getDelayBetweenTestCases()
Description copied from interface: OptionsT
Gets the value of the delayBetweenTestCases property.

Specified by:
getDelayBetweenTestCases in interface OptionsT
Returns:
possible object is SecondsT

setDelayBetweenTestCases

public void setDelayBetweenTestCases(SecondsT value)
Description copied from interface: OptionsT
Sets the value of the delayBetweenTestCases property.

Specified by:
setDelayBetweenTestCases in interface OptionsT
Parameters:
value - allowed object is SecondsT

getDelayBetweenStartingUseCasses

public SecondsT getDelayBetweenStartingUseCasses()
Description copied from interface: OptionsT
Gets the value of the delayBetweenStartingUseCasses property.

Specified by:
getDelayBetweenStartingUseCasses in interface OptionsT
Returns:
possible object is SecondsT

setDelayBetweenStartingUseCasses

public void setDelayBetweenStartingUseCasses(SecondsT value)
Description copied from interface: OptionsT
Sets the value of the delayBetweenStartingUseCasses property.

Specified by:
setDelayBetweenStartingUseCasses in interface OptionsT
Parameters:
value - allowed object is SecondsT

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