static Provider |
Provider.extract(Map<?,?> map,
String key) |
Create a Provider instance from an object in the given map.
|
Provider |
UtilityBill.getProvider() |
Get the provider that issued the utility bill.
|
Provider |
IDDocument.removeMethod() |
Remove "method" from this object.
|
Provider |
UtilityBill.removeProvider() |
Remove "provider" from this object.
|
Provider |
Provider.setCountry(String country) |
Set the country of the provider's address
|
Provider |
Provider.setFormatted(String formatted) |
Set the formatted address of the provider.
|
Provider |
Provider.setLocality(String locality) |
Set the locality of the provider's address.
|
Provider |
Provider.setName(String name) |
Set the name of the provider.
|
Provider |
Provider.setPostalCode(String postalCode) |
Set the postal code of the provider's address.
|
Provider |
Provider.setRegion(String region) |
Set the region of the provider's address.
|
Provider |
Provider.setStreetAddress(String streetAddress) |
Set the street address of the provider's address.
|