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

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

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


Nested Class Summary
 class MonitorTestTImpl.Unmarshaller
           
 
Field Summary
protected  long _CheckTime
           
protected  ValueContainerT _Messagesize
           
protected  int _Repeat
           
protected  TestusecaseT _Testusecase
           
protected  int _TimeBetweenTest
           
protected  UntilT _Until
           
protected  boolean has_CheckTime
           
protected  boolean has_Repeat
           
protected  boolean has_TimeBetweenTest
           
static java.lang.Class version
           
 
Constructor Summary
MonitorTestTImpl()
           
 
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.
 long getCheckTime()
          Gets the value of the checkTime property.
 ValueContainerT getMessagesize()
          Gets the value of the messagesize property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 int getRepeat()
          Gets the value of the repeat property.
 TestusecaseT getTestusecase()
          Gets the value of the testusecase property.
 int getTimeBetweenTest()
          Gets the value of the timeBetweenTest property.
 UntilT getUntil()
          Gets the value of the until 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 setCheckTime(long value)
          Sets the value of the checkTime property.
 void setMessagesize(ValueContainerT value)
          Sets the value of the messagesize property.
 void setRepeat(int value)
          Sets the value of the repeat property.
 void setTestusecase(TestusecaseT value)
          Sets the value of the testusecase property.
 void setTimeBetweenTest(int value)
          Sets the value of the timeBetweenTest property.
 void setUntil(UntilT value)
          Sets the value of the until property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

has_Repeat

protected boolean has_Repeat

_Repeat

protected int _Repeat

has_TimeBetweenTest

protected boolean has_TimeBetweenTest

_TimeBetweenTest

protected int _TimeBetweenTest

_Testusecase

protected TestusecaseT _Testusecase

_Messagesize

protected ValueContainerT _Messagesize

_Until

protected UntilT _Until

has_CheckTime

protected boolean has_CheckTime

_CheckTime

protected long _CheckTime

version

public static final java.lang.Class version
Constructor Detail

MonitorTestTImpl

public MonitorTestTImpl()
Method Detail

getRepeat

public int getRepeat()
Description copied from interface: MonitorTestT
Gets the value of the repeat property.

Specified by:
getRepeat in interface MonitorTestT

setRepeat

public void setRepeat(int value)
Description copied from interface: MonitorTestT
Sets the value of the repeat property.

Specified by:
setRepeat in interface MonitorTestT

getTimeBetweenTest

public int getTimeBetweenTest()
Description copied from interface: MonitorTestT
Gets the value of the timeBetweenTest property.

Specified by:
getTimeBetweenTest in interface MonitorTestT

setTimeBetweenTest

public void setTimeBetweenTest(int value)
Description copied from interface: MonitorTestT
Sets the value of the timeBetweenTest property.

Specified by:
setTimeBetweenTest in interface MonitorTestT

getTestusecase

public TestusecaseT getTestusecase()
Description copied from interface: MonitorTestT
Gets the value of the testusecase property.

Specified by:
getTestusecase in interface MonitorTestT
Returns:
possible object is TestusecaseT

setTestusecase

public void setTestusecase(TestusecaseT value)
Description copied from interface: MonitorTestT
Sets the value of the testusecase property.

Specified by:
setTestusecase in interface MonitorTestT
Parameters:
value - allowed object is TestusecaseT

getMessagesize

public ValueContainerT getMessagesize()
Description copied from interface: MonitorTestT
Gets the value of the messagesize property.

Specified by:
getMessagesize in interface MonitorTestT
Returns:
possible object is ValueContainerT

setMessagesize

public void setMessagesize(ValueContainerT value)
Description copied from interface: MonitorTestT
Sets the value of the messagesize property.

Specified by:
setMessagesize in interface MonitorTestT
Parameters:
value - allowed object is ValueContainerT

getUntil

public UntilT getUntil()
Description copied from interface: MonitorTestT
Gets the value of the until property.

Specified by:
getUntil in interface MonitorTestT
Returns:
possible object is UntilT

setUntil

public void setUntil(UntilT value)
Description copied from interface: MonitorTestT
Sets the value of the until property.

Specified by:
setUntil in interface MonitorTestT
Parameters:
value - allowed object is UntilT

getCheckTime

public long getCheckTime()
Description copied from interface: MonitorTestT
Gets the value of the checkTime property.

Specified by:
getCheckTime in interface MonitorTestT

setCheckTime

public void setCheckTime(long value)
Description copied from interface: MonitorTestT
Sets the value of the checkTime property.

Specified by:
setCheckTime in interface MonitorTestT

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