no.digipost.api.client.representations
Class Address
java.lang.Object
no.digipost.api.client.representations.Address
public class Address
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Address
public Address(String street,
String houseNumber,
String houseLetter,
String additionalAddressLine,
String zipCode,
String city)
getStreet
public String getStreet()
getHouseNumber
public String getHouseNumber()
getHouseLetter
public String getHouseLetter()
getAdditionalAddressline
public String getAdditionalAddressline()
getZipCode
public String getZipCode()
getCity
public String getCity()
Copyright © 2012 Digipost Open Source. All Rights Reserved.