com.atomikos.icatch.jaxb.atomikos.v200510
Class ErrorMessageType
java.lang.Object
com.atomikos.icatch.jaxb.atomikos.v200510.TransactionMessageType
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
errorCode
protected BigInteger errorCode
ErrorMessageType
public ErrorMessageType()
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.