public class AddressLineSplitter
extends Object 
- 
Constructor Summary
Constructors
 
- 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Constructor Details
- 
AddressLineSplitter
public AddressLineSplitter(@Nullable
 @Nullable String addressLine) 
 
 
- 
Method Details
- 
getStreet
@Nullable
public @Nullable String getStreet()
 
 
- 
getHouseNo
@Nullable
public @Nullable String getHouseNo()
 
 
- 
getPostalCode
@Nullable
public @Nullable String getPostalCode()
 
 
- 
getCity
@Nullable
public @Nullable String getCity()