public class RecipientIdentification extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
digipostAddress |
protected NameAndAddress |
nameAndAddress |
protected String |
organisationNumber |
protected String |
personalIdentificationNumber |
protected PrintDetails |
printDetails |
Constructor and Description |
---|
RecipientIdentification() |
RecipientIdentification(DigipostAddress digipostAddress) |
RecipientIdentification(DigipostAddress digipostAddress,
PrintDetails printDetails) |
RecipientIdentification(NameAndAddress nameAndAddress) |
RecipientIdentification(NameAndAddress nameAndAddress,
PrintDetails printDetails) |
RecipientIdentification(OrganisationNumber organisationNumber) |
RecipientIdentification(OrganisationNumber organisationNumber,
PrintDetails printDetails) |
RecipientIdentification(PersonalIdentificationNumber id) |
RecipientIdentification(PersonalIdentificationNumber id,
PrintDetails printDetails) |
RecipientIdentification(PrintDetails printDetails) |
Modifier and Type | Method and Description |
---|---|
String |
getDigipostAddress() |
NameAndAddress |
getNameAndAddress() |
String |
getPersonalIdentificationNumber() |
PrintDetails |
getPrintDetails() |
boolean |
isDirectPrint() |
protected NameAndAddress nameAndAddress
protected String digipostAddress
protected String personalIdentificationNumber
protected String organisationNumber
protected PrintDetails printDetails
public RecipientIdentification()
public RecipientIdentification(PersonalIdentificationNumber id)
public RecipientIdentification(DigipostAddress digipostAddress)
public RecipientIdentification(OrganisationNumber organisationNumber)
public RecipientIdentification(NameAndAddress nameAndAddress)
public RecipientIdentification(PersonalIdentificationNumber id, PrintDetails printDetails)
public RecipientIdentification(DigipostAddress digipostAddress, PrintDetails printDetails)
public RecipientIdentification(NameAndAddress nameAndAddress, PrintDetails printDetails)
public RecipientIdentification(OrganisationNumber organisationNumber, PrintDetails printDetails)
public RecipientIdentification(PrintDetails printDetails)
public NameAndAddress getNameAndAddress()
public String getDigipostAddress()
public String getPersonalIdentificationNumber()
public PrintDetails getPrintDetails()
public boolean isDirectPrint()
Copyright © 2014 Digipost Open Source. All rights reserved.