no.digipost.api.client.representations
Class RecipientIdentifier

java.lang.Object
  extended by no.digipost.api.client.representations.RecipientIdentifier
Direct Known Subclasses:
DigipostAddress, PersonalIdentificationNumber

public abstract class RecipientIdentifier
extends Object


Field Summary
protected  String identifier
           
 
Constructor Summary
RecipientIdentifier(String identifier)
           
 
Method Summary
 String asString()
           
abstract  boolean isPersonalIdentificationNumber()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identifier

protected final String identifier
Constructor Detail

RecipientIdentifier

public RecipientIdentifier(String identifier)
Method Detail

asString

public String asString()

isPersonalIdentificationNumber

public abstract boolean isPersonalIdentificationNumber()


Copyright © 2012 Digipost Open Source. All Rights Reserved.