be.fedict.eid.applet.service
Class Address

java.lang.Object
  extended by be.fedict.eid.applet.service.Address
All Implemented Interfaces:
Serializable

public class Address
extends Object
implements Serializable

Holds all the fields within the eID address file. The nationality can be found in the eID identity file.

Author:
Frank Cornelis
See Also:
Identity, Serialized Form

Field Summary
 String municipality
           
 String streetAndNumber
           
 String zip
           
 
Constructor Summary
Address()
           
 
Method Summary
 String getMunicipality()
           
 String getStreetAndNumber()
           
 String getZip()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

streetAndNumber

@TlvField(value=1)
public String streetAndNumber

zip

@TlvField(value=2)
public String zip

municipality

@TlvField(value=3)
public String municipality
Constructor Detail

Address

public Address()
Method Detail

getStreetAndNumber

public String getStreetAndNumber()

getZip

public String getZip()

getMunicipality

public String getMunicipality()


Copyright © 2008-2009 FedICT. All Rights Reserved.