public class Identification extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected String | digipostAddress | 
| protected NameAndAddress | nameAndAddress | 
| protected String | organisationNumber | 
| protected String | personalIdentificationNumber | 
| Constructor and Description | 
|---|
| Identification() | 
| Identification(DigipostAddress digipostAddress) | 
| Identification(NameAndAddress nameAndAddress) | 
| Identification(OrganisationNumber organisationNumber) | 
| Identification(PersonalIdentificationNumber personalIdentificationNumber) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDigipostAddress() | 
| NameAndAddress | getNameAndAddress() | 
| String | getPersonalIdentificationNumber() | 
| String | toString() | 
protected NameAndAddress nameAndAddress
protected String digipostAddress
protected String personalIdentificationNumber
protected String organisationNumber
public Identification(NameAndAddress nameAndAddress)
public Identification(DigipostAddress digipostAddress)
public Identification(PersonalIdentificationNumber personalIdentificationNumber)
public Identification(OrganisationNumber organisationNumber)
public Identification()
Copyright © 2014 Digipost Open Source. All rights reserved.