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

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

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


Nested Class Summary
 class TallyTImpl.Unmarshaller
           
 
Field Summary
protected  java.lang.String _Archive
           
protected  java.lang.String _Basefilename
           
protected  java.lang.String _Destination
           
protected  java.lang.String _Enabled
           
static java.lang.Class version
           
 
Constructor Summary
TallyTImpl()
           
 
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.
 java.lang.String getArchive()
          Gets the value of the archive property.
 java.lang.String getBasefilename()
          Gets the value of the basefilename property.
 java.lang.String getDestination()
          Gets the value of the destination property.
 java.lang.String getEnabled()
          Gets the value of the enabled property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 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 setArchive(java.lang.String value)
          Sets the value of the archive property.
 void setBasefilename(java.lang.String value)
          Sets the value of the basefilename property.
 void setDestination(java.lang.String value)
          Sets the value of the destination property.
 void setEnabled(java.lang.String value)
          Sets the value of the enabled property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Destination

protected java.lang.String _Destination

_Archive

protected java.lang.String _Archive

_Enabled

protected java.lang.String _Enabled

_Basefilename

protected java.lang.String _Basefilename

version

public static final java.lang.Class version
Constructor Detail

TallyTImpl

public TallyTImpl()
Method Detail

getDestination

public java.lang.String getDestination()
Description copied from interface: TallyT
Gets the value of the destination property.

Specified by:
getDestination in interface TallyT
Returns:
possible object is String

setDestination

public void setDestination(java.lang.String value)
Description copied from interface: TallyT
Sets the value of the destination property.

Specified by:
setDestination in interface TallyT
Parameters:
value - allowed object is String

getArchive

public java.lang.String getArchive()
Description copied from interface: TallyT
Gets the value of the archive property.

Specified by:
getArchive in interface TallyT
Returns:
possible object is String

setArchive

public void setArchive(java.lang.String value)
Description copied from interface: TallyT
Sets the value of the archive property.

Specified by:
setArchive in interface TallyT
Parameters:
value - allowed object is String

getEnabled

public java.lang.String getEnabled()
Description copied from interface: TallyT
Gets the value of the enabled property.

Specified by:
getEnabled in interface TallyT
Returns:
possible object is String

setEnabled

public void setEnabled(java.lang.String value)
Description copied from interface: TallyT
Sets the value of the enabled property.

Specified by:
setEnabled in interface TallyT
Parameters:
value - allowed object is String

getBasefilename

public java.lang.String getBasefilename()
Description copied from interface: TallyT
Gets the value of the basefilename property.

Specified by:
getBasefilename in interface TallyT
Returns:
possible object is String

setBasefilename

public void setBasefilename(java.lang.String value)
Description copied from interface: TallyT
Sets the value of the basefilename property.

Specified by:
setBasefilename in interface TallyT
Parameters:
value - allowed object is String

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