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

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

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


Nested Class Summary
 class CallTImpl.Unmarshaller
           
 
Field Summary
protected  com.sun.xml.bind.util.ListImpl _Argument
           
protected  java.lang.String _Instance
           
protected  java.lang.String _Langtype
           
protected  java.lang.String _Method
           
protected  java.lang.String _Module
           
protected  java.lang.String _Name
           
protected  java.lang.String _Testclass
           
protected  long _Timeout
           
protected  boolean has_Timeout
           
static java.lang.Class version
           
 
Constructor Summary
CallTImpl()
           
 
Method Summary
protected  com.sun.xml.bind.util.ListImpl _getArgument()
           
 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.
 java.util.List getArgument()
          Gets the value of the Argument property.
 java.lang.String getInstance()
          Gets the value of the instance property.
 java.lang.String getLangtype()
          Gets the value of the langtype property.
 java.lang.String getMethod()
          Gets the value of the method property.
 java.lang.String getModule()
          Gets the value of the module property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 java.lang.String getTestclass()
          Gets the value of the testclass property.
 long getTimeout()
          Gets the value of the timeout 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 setInstance(java.lang.String value)
          Sets the value of the instance property.
 void setLangtype(java.lang.String value)
          Sets the value of the langtype property.
 void setMethod(java.lang.String value)
          Sets the value of the method property.
 void setModule(java.lang.String value)
          Sets the value of the module property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setTestclass(java.lang.String value)
          Sets the value of the testclass property.
 void setTimeout(long value)
          Sets the value of the timeout property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

has_Timeout

protected boolean has_Timeout

_Timeout

protected long _Timeout

_Module

protected java.lang.String _Module

_Testclass

protected java.lang.String _Testclass

_Instance

protected java.lang.String _Instance

_Method

protected java.lang.String _Method

_Langtype

protected java.lang.String _Langtype

_Name

protected java.lang.String _Name

_Argument

protected com.sun.xml.bind.util.ListImpl _Argument

version

public static final java.lang.Class version
Constructor Detail

CallTImpl

public CallTImpl()
Method Detail

getTimeout

public long getTimeout()
Description copied from interface: CallT
Gets the value of the timeout property.

Specified by:
getTimeout in interface CallT

setTimeout

public void setTimeout(long value)
Description copied from interface: CallT
Sets the value of the timeout property.

Specified by:
setTimeout in interface CallT

getModule

public java.lang.String getModule()
Description copied from interface: CallT
Gets the value of the module property.

Specified by:
getModule in interface CallT
Returns:
possible object is String

setModule

public void setModule(java.lang.String value)
Description copied from interface: CallT
Sets the value of the module property.

Specified by:
setModule in interface CallT
Parameters:
value - allowed object is String

getTestclass

public java.lang.String getTestclass()
Description copied from interface: CallT
Gets the value of the testclass property.

Specified by:
getTestclass in interface CallT
Returns:
possible object is String

setTestclass

public void setTestclass(java.lang.String value)
Description copied from interface: CallT
Sets the value of the testclass property.

Specified by:
setTestclass in interface CallT
Parameters:
value - allowed object is String

getInstance

public java.lang.String getInstance()
Description copied from interface: CallT
Gets the value of the instance property.

Specified by:
getInstance in interface CallT
Returns:
possible object is String

setInstance

public void setInstance(java.lang.String value)
Description copied from interface: CallT
Sets the value of the instance property.

Specified by:
setInstance in interface CallT
Parameters:
value - allowed object is String

getMethod

public java.lang.String getMethod()
Description copied from interface: CallT
Gets the value of the method property.

Specified by:
getMethod in interface CallT
Returns:
possible object is String

setMethod

public void setMethod(java.lang.String value)
Description copied from interface: CallT
Sets the value of the method property.

Specified by:
setMethod in interface CallT
Parameters:
value - allowed object is String

getLangtype

public java.lang.String getLangtype()
Description copied from interface: CallT
Gets the value of the langtype property.

Specified by:
getLangtype in interface CallT
Returns:
possible object is String

setLangtype

public void setLangtype(java.lang.String value)
Description copied from interface: CallT
Sets the value of the langtype property.

Specified by:
setLangtype in interface CallT
Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Description copied from interface: CallT
Gets the value of the name property.

Specified by:
getName in interface CallT
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Description copied from interface: CallT
Sets the value of the name property.

Specified by:
setName in interface CallT
Parameters:
value - allowed object is String

_getArgument

protected com.sun.xml.bind.util.ListImpl _getArgument()

getArgument

public java.util.List getArgument()
Description copied from interface: CallT
Gets the value of the Argument property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the Argument property.

For example, to add a new item, do as follows:

    getArgument().add(newItem);
 

Objects of the following type(s) are allowed in the list ArgumentT

Specified by:
getArgument in interface CallT

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