org.ahmadsoft.postal
Class USPostalCodeService.MatchResult

java.lang.Object
  extended by org.ahmadsoft.postal.USPostalCodeService.MatchResult
Enclosing class:
USPostalCodeService

public static class USPostalCodeService.MatchResult
extends java.lang.Object

The result of a matching operation.

Author:
Amin Ahmad

Field Summary
 int distance
           
 PostalCodeEntry match
           
 
Constructor Summary
USPostalCodeService.MatchResult(PostalCodeEntry match, int distance)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

distance

public int distance

match

public PostalCodeEntry match
Constructor Detail

USPostalCodeService.MatchResult

public USPostalCodeService.MatchResult(PostalCodeEntry match,
                                       int distance)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2006-2009 Ahmadsoft. All Rights Reserved.