no.digipost.api.client.representations
Class RecipientIdentification
java.lang.Object
no.digipost.api.client.representations.RecipientIdentification
public class RecipientIdentification
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nameAndAddress
protected NameAndAddress nameAndAddress
digipostAddress
protected String digipostAddress
personalIdentificationNumber
protected String personalIdentificationNumber
printDetails
protected PrintDetails printDetails
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)
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.