com.epam.fix.validation.error
Class FIXError

java.lang.Object
  extended by com.epam.fix.validation.error.FIXError
All Implemented Interfaces:
Cloneable, Comparable<FIXError>

public final class FIXError
extends Object
implements Comparable<FIXError>, Cloneable

Author:
Serhiy_Zahriychuk Date: Jul 13, 2009

Constructor Summary
FIXError(FIXErrorCode fixErrorCode, String description, TagValue tagValue)
           
 
Method Summary
 FIXError clone()
           
 int compareTo(FIXError o)
           
 boolean equals(Object o)
           
 String getDescription()
           
 FIXErrorCode getFixErrorCode()
           
 TagValue getTagValue()
           
 int hashCode()
           
 void setDescription(String description)
           
 void setTagValue(TagValue tagValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FIXError

public FIXError(FIXErrorCode fixErrorCode,
                String description,
                TagValue tagValue)
Method Detail

getFixErrorCode

public FIXErrorCode getFixErrorCode()

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getTagValue

public TagValue getTagValue()

setTagValue

public void setTagValue(TagValue tagValue)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

clone

public FIXError clone()
Overrides:
clone in class Object

compareTo

public int compareTo(FIXError o)
Specified by:
compareTo in interface Comparable<FIXError>


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.