ca.infoway.messagebuilder.xml
Class Difference

Package class diagram package Difference
java.lang.Object
  extended by ca.infoway.messagebuilder.xml.Difference

public class Difference
extends Object

A class that models the differences noted during regen.

Author:
Intelliware Development

Constructor Summary
Difference()
           
Difference(DifferenceType differenceType, boolean ok, DifferenceValue... values)
           
 
Method Summary
 List<DifferenceValue> getDifferences()
           
 DifferenceMatch getMatchConfidence()
           
 DifferenceType getType()
          A field indicating what kind of difference is being reported.
 boolean isOk()
           
 void setDifferences(List<DifferenceValue> differences)
           
 void setMatchConfidence(DifferenceMatch matchConfidence)
           
 void setOk(boolean ok)
           
 void setType(DifferenceType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Difference

public Difference()

Difference

public Difference(DifferenceType differenceType,
                  boolean ok,
                  DifferenceValue... values)
Method Detail

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.