com.pushtotest.tool.xml.TXLog.impl
Class TransactionTypeImpl

java.lang.Object
  extended by com.pushtotest.tool.xml.TXLog.impl.TransactionTypeImpl
All Implemented Interfaces:
UnmarshallableObject, ValidatableObject, XMLSerializable, TransactionType, com.sun.xml.bind.JAXBObject
Direct Known Subclasses:
TransactionImpl

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


Nested Class Summary
 class TransactionTypeImpl.Unmarshaller
           
 
Field Summary
protected  int _Cvus
           
protected  int _Duration
           
protected  java.lang.String _Error
           
protected  java.lang.String _Nodename
           
protected  boolean _Result
           
protected  java.lang.String _Sequence
           
protected  com.sun.xml.bind.util.ListImpl _Step
           
protected  int _Threadid
           
protected  long _Timestamp
           
protected  long _Totaltime
           
protected  boolean has_Cvus
           
protected  boolean has_Duration
           
protected  boolean has_Result
           
protected  boolean has_Threadid
           
protected  boolean has_Timestamp
           
protected  boolean has_Totaltime
           
static java.lang.Class version
           
 
Constructor Summary
TransactionTypeImpl()
           
 
Method Summary
protected  com.sun.xml.bind.util.ListImpl _getStep()
           
 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 getCvus()
          Gets the value of the cvus property.
 int getDuration()
          Gets the value of the duration property.
 java.lang.String getError()
          Gets the value of the error property.
 java.lang.String getNodename()
          Gets the value of the nodename property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 java.lang.String getSequence()
          Gets the value of the sequence property.
 java.util.List getStep()
          Gets the value of the Step property.
 int getThreadid()
          Gets the value of the threadid property.
 long getTimestamp()
          Gets the value of the timestamp property.
 long getTotaltime()
          Gets the value of the totaltime property.
 boolean isResult()
          Gets the value of the result 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 setCvus(int value)
          Sets the value of the cvus property.
 void setDuration(int value)
          Sets the value of the duration property.
 void setError(java.lang.String value)
          Sets the value of the error property.
 void setNodename(java.lang.String value)
          Sets the value of the nodename property.
 void setResult(boolean value)
          Sets the value of the result property.
 void setSequence(java.lang.String value)
          Sets the value of the sequence property.
 void setThreadid(int value)
          Sets the value of the threadid property.
 void setTimestamp(long value)
          Sets the value of the timestamp property.
 void setTotaltime(long value)
          Sets the value of the totaltime property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Step

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

_Sequence

protected java.lang.String _Sequence

has_Result

protected boolean has_Result

_Result

protected boolean _Result

has_Cvus

protected boolean has_Cvus

_Cvus

protected int _Cvus

has_Totaltime

protected boolean has_Totaltime

_Totaltime

protected long _Totaltime

_Error

protected java.lang.String _Error

has_Threadid

protected boolean has_Threadid

_Threadid

protected int _Threadid

_Nodename

protected java.lang.String _Nodename

has_Duration

protected boolean has_Duration

_Duration

protected int _Duration

has_Timestamp

protected boolean has_Timestamp

_Timestamp

protected long _Timestamp

version

public static final java.lang.Class version
Constructor Detail

TransactionTypeImpl

public TransactionTypeImpl()
Method Detail

_getStep

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

getStep

public java.util.List getStep()
Description copied from interface: TransactionType
Gets the value of the Step 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 Step property.

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

    getStep().add(newItem);
 

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

Specified by:
getStep in interface TransactionType

getSequence

public java.lang.String getSequence()
Description copied from interface: TransactionType
Gets the value of the sequence property.

Specified by:
getSequence in interface TransactionType
Returns:
possible object is String

setSequence

public void setSequence(java.lang.String value)
Description copied from interface: TransactionType
Sets the value of the sequence property.

Specified by:
setSequence in interface TransactionType
Parameters:
value - allowed object is String

isResult

public boolean isResult()
Description copied from interface: TransactionType
Gets the value of the result property.

Specified by:
isResult in interface TransactionType

setResult

public void setResult(boolean value)
Description copied from interface: TransactionType
Sets the value of the result property.

Specified by:
setResult in interface TransactionType

getCvus

public int getCvus()
Description copied from interface: TransactionType
Gets the value of the cvus property.

Specified by:
getCvus in interface TransactionType

setCvus

public void setCvus(int value)
Description copied from interface: TransactionType
Sets the value of the cvus property.

Specified by:
setCvus in interface TransactionType

getTotaltime

public long getTotaltime()
Description copied from interface: TransactionType
Gets the value of the totaltime property.

Specified by:
getTotaltime in interface TransactionType

setTotaltime

public void setTotaltime(long value)
Description copied from interface: TransactionType
Sets the value of the totaltime property.

Specified by:
setTotaltime in interface TransactionType

getError

public java.lang.String getError()
Description copied from interface: TransactionType
Gets the value of the error property.

Specified by:
getError in interface TransactionType
Returns:
possible object is String

setError

public void setError(java.lang.String value)
Description copied from interface: TransactionType
Sets the value of the error property.

Specified by:
setError in interface TransactionType
Parameters:
value - allowed object is String

getThreadid

public int getThreadid()
Description copied from interface: TransactionType
Gets the value of the threadid property.

Specified by:
getThreadid in interface TransactionType

setThreadid

public void setThreadid(int value)
Description copied from interface: TransactionType
Sets the value of the threadid property.

Specified by:
setThreadid in interface TransactionType

getNodename

public java.lang.String getNodename()
Description copied from interface: TransactionType
Gets the value of the nodename property.

Specified by:
getNodename in interface TransactionType
Returns:
possible object is String

setNodename

public void setNodename(java.lang.String value)
Description copied from interface: TransactionType
Sets the value of the nodename property.

Specified by:
setNodename in interface TransactionType
Parameters:
value - allowed object is String

getDuration

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

Specified by:
getDuration in interface TransactionType

setDuration

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

Specified by:
setDuration in interface TransactionType

getTimestamp

public long getTimestamp()
Description copied from interface: TransactionType
Gets the value of the timestamp property.

Specified by:
getTimestamp in interface TransactionType

setTimestamp

public void setTimestamp(long value)
Description copied from interface: TransactionType
Sets the value of the timestamp property.

Specified by:
setTimestamp in interface TransactionType

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