no.digipost.api.client.representations
Class NameAndAddress

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

public class NameAndAddress
extends Object


Field Summary
protected  String addressline1
           
protected  String addressline2
           
protected  org.joda.time.LocalDate birthDate
           
protected  String city
           
protected  String emailAddress
           
protected  String fullname
           
protected  String phoneNumber
           
protected  String postalcode
           
 
Constructor Summary
NameAndAddress(String fullname, String addressline1, String addressline2, String postalcode, String city)
           
NameAndAddress(String fullname, String addressline1, String addressline2, String postalcode, String city, org.joda.time.LocalDate birthDate, String phoneNumber, String emailAddress)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fullname

protected String fullname

addressline1

protected String addressline1

addressline2

protected String addressline2

postalcode

protected String postalcode

city

protected String city

birthDate

protected org.joda.time.LocalDate birthDate

phoneNumber

protected String phoneNumber

emailAddress

protected String emailAddress
Constructor Detail

NameAndAddress

public NameAndAddress(String fullname,
                      String addressline1,
                      String addressline2,
                      String postalcode,
                      String city)

NameAndAddress

public NameAndAddress(String fullname,
                      String addressline1,
                      String addressline2,
                      String postalcode,
                      String city,
                      org.joda.time.LocalDate birthDate,
                      String phoneNumber,
                      String emailAddress)


Copyright © 2012 Digipost Open Source. All Rights Reserved.