|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pushtotest.tool.xml.TXLog.impl.TransactionTypeImpl
public class TransactionTypeImpl
| 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 |
|---|
protected com.sun.xml.bind.util.ListImpl _Step
protected java.lang.String _Sequence
protected boolean has_Result
protected boolean _Result
protected boolean has_Cvus
protected int _Cvus
protected boolean has_Totaltime
protected long _Totaltime
protected java.lang.String _Error
protected boolean has_Threadid
protected int _Threadid
protected java.lang.String _Nodename
protected boolean has_Duration
protected int _Duration
protected boolean has_Timestamp
protected long _Timestamp
public static final java.lang.Class version
| Constructor Detail |
|---|
public TransactionTypeImpl()
| Method Detail |
|---|
protected com.sun.xml.bind.util.ListImpl _getStep()
public java.util.List getStep()
TransactionType
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
getStep in interface TransactionTypepublic java.lang.String getSequence()
TransactionType
getSequence in interface TransactionTypeStringpublic void setSequence(java.lang.String value)
TransactionType
setSequence in interface TransactionTypevalue - allowed object is
Stringpublic boolean isResult()
TransactionType
isResult in interface TransactionTypepublic void setResult(boolean value)
TransactionType
setResult in interface TransactionTypepublic int getCvus()
TransactionType
getCvus in interface TransactionTypepublic void setCvus(int value)
TransactionType
setCvus in interface TransactionTypepublic long getTotaltime()
TransactionType
getTotaltime in interface TransactionTypepublic void setTotaltime(long value)
TransactionType
setTotaltime in interface TransactionTypepublic java.lang.String getError()
TransactionType
getError in interface TransactionTypeStringpublic void setError(java.lang.String value)
TransactionType
setError in interface TransactionTypevalue - allowed object is
Stringpublic int getThreadid()
TransactionType
getThreadid in interface TransactionTypepublic void setThreadid(int value)
TransactionType
setThreadid in interface TransactionTypepublic java.lang.String getNodename()
TransactionType
getNodename in interface TransactionTypeStringpublic void setNodename(java.lang.String value)
TransactionType
setNodename in interface TransactionTypevalue - allowed object is
Stringpublic int getDuration()
TransactionType
getDuration in interface TransactionTypepublic void setDuration(int value)
TransactionType
setDuration in interface TransactionTypepublic long getTimestamp()
TransactionType
getTimestamp in interface TransactionTypepublic void setTimestamp(long value)
TransactionType
setTimestamp in interface TransactionTypepublic UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller in interface UnmarshallableObject
public void serializeBody(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeBody in interface XMLSerializableorg.xml.sax.SAXException
public void serializeAttributes(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeAttributes in interface XMLSerializableorg.xml.sax.SAXException
public void serializeURIs(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeURIs in interface XMLSerializableorg.xml.sax.SAXExceptionpublic java.lang.Class getPrimaryInterface()
ValidatableObjectFooImpl will return Foo
from this method.
getPrimaryInterface in interface ValidatableObjectpublic com.sun.msv.verifier.DocumentDeclaration createRawValidator()
ValidatableObject
createRawValidator in interface ValidatableObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||