ca.infoway.messagebuilder.xml
Class Difference
java.lang.Object
ca.infoway.messagebuilder.xml.Difference
public class Difference
- extends Object
A class that models the differences noted during regen.
- Author:
- Intelliware Development
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Difference
public Difference()
Difference
public Difference(DifferenceType differenceType,
boolean ok,
DifferenceValue... values)
getType
public DifferenceType getType()
- A field indicating what kind of difference is being reported.
- Returns:
- the type of this difference
setType
public void setType(DifferenceType type)
getMatchConfidence
public DifferenceMatch getMatchConfidence()
setMatchConfidence
public void setMatchConfidence(DifferenceMatch matchConfidence)
getDifferences
public List<DifferenceValue> getDifferences()
setDifferences
public void setDifferences(List<DifferenceValue> differences)
isOk
public boolean isOk()
setOk
public void setOk(boolean ok)
Copyright © 2013. All Rights Reserved.