no.digipost.api.client.representations
Class RecipientIdentification

java.lang.Object
  extended by no.digipost.api.client.representations.RecipientIdentification

public class RecipientIdentification
extends Object


Field Summary
protected  String digipostAddress
           
protected  NameAndAddress nameAndAddress
           
protected  String personalIdentificationNumber
           
protected  PrintDetails printDetails
           
 
Constructor Summary
RecipientIdentification()
           
RecipientIdentification(DigipostAddress digipostAddress)
           
RecipientIdentification(DigipostAddress digipostAddress, PrintDetails printDetails)
           
RecipientIdentification(NameAndAddress nameAndAddress)
           
RecipientIdentification(NameAndAddress nameAndAddress, PrintDetails printDetails)
           
RecipientIdentification(PersonalIdentificationNumber id)
           
RecipientIdentification(PersonalIdentificationNumber id, PrintDetails printDetails)
           
RecipientIdentification(PrintDetails printDetails)
           
 
Method Summary
 String getDigipostAddress()
           
 NameAndAddress getNameAndAddress()
           
 String getPersonalIdentificationNumber()
           
 PrintDetails getPrintDetails()
           
 boolean isDirectPrint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nameAndAddress

protected NameAndAddress nameAndAddress

digipostAddress

protected String digipostAddress

personalIdentificationNumber

protected String personalIdentificationNumber

printDetails

protected PrintDetails printDetails
Constructor Detail

RecipientIdentification

public RecipientIdentification()

RecipientIdentification

public RecipientIdentification(PersonalIdentificationNumber id)

RecipientIdentification

public RecipientIdentification(DigipostAddress digipostAddress)

RecipientIdentification

public RecipientIdentification(NameAndAddress nameAndAddress)

RecipientIdentification

public RecipientIdentification(PersonalIdentificationNumber id,
                               PrintDetails printDetails)

RecipientIdentification

public RecipientIdentification(DigipostAddress digipostAddress,
                               PrintDetails printDetails)

RecipientIdentification

public RecipientIdentification(NameAndAddress nameAndAddress,
                               PrintDetails printDetails)

RecipientIdentification

public RecipientIdentification(PrintDetails printDetails)
Method Detail

getNameAndAddress

public NameAndAddress getNameAndAddress()

getDigipostAddress

public String getDigipostAddress()

getPersonalIdentificationNumber

public String getPersonalIdentificationNumber()

getPrintDetails

public PrintDetails getPrintDetails()

isDirectPrint

public boolean isDirectPrint()


Copyright © 2012 Digipost Open Source. All Rights Reserved.