com.atomikos.icatch.jaxb.atomikos.v200510
Class ErrorMessageType

java.lang.Object
  extended by com.atomikos.icatch.jaxb.atomikos.v200510.TransactionMessageType
      extended by com.atomikos.icatch.jaxb.atomikos.v200510.ErrorMessageType

public class ErrorMessageType
extends TransactionMessageType

Java class for ErrorMessageType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ErrorMessageType">
   <complexContent>
     <extension base="{http://www.atomikos.com/schemas/2005/10/transactions}TransactionMessageType">
       <attribute name="errorCode" use="required" type="{http://www.atomikos.com/schemas/2005/10/transactions}ErrorCodeType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigInteger errorCode
           
 
Fields inherited from class com.atomikos.icatch.jaxb.atomikos.v200510.TransactionMessageType
sender, target
 
Constructor Summary
ErrorMessageType()
           
 
Method Summary
 BigInteger getErrorCode()
          Gets the value of the errorCode property.
 void setErrorCode(BigInteger value)
          Sets the value of the errorCode property.
 
Methods inherited from class com.atomikos.icatch.jaxb.atomikos.v200510.TransactionMessageType
getSender, getTarget, setSender, setTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorCode

protected BigInteger errorCode
Constructor Detail

ErrorMessageType

public ErrorMessageType()
Method Detail

getErrorCode

public BigInteger getErrorCode()
Gets the value of the errorCode property.

Returns:
possible object is BigInteger

setErrorCode

public void setErrorCode(BigInteger value)
Sets the value of the errorCode property.

Parameters:
value - allowed object is BigInteger


Copyright © 2012. All Rights Reserved.