Class SearchAddressType


  • public class SearchAddressType
    extends Object
    The SearchAddressType model.
    • Constructor Detail

      • SearchAddressType

        public SearchAddressType()
    • Method Detail

      • country

        public String country()
        Get the country value.
        Returns:
        the country value
      • withCountry

        public SearchAddressType withCountry​(String country)
        Set the country value.
        Parameters:
        country - the country value to set
        Returns:
        the SearchAddressType object itself.
      • region

        public String region()
        Get the region value.
        Returns:
        the region value
      • withRegion

        public SearchAddressType withRegion​(String region)
        Set the region value.
        Parameters:
        region - the region value to set
        Returns:
        the SearchAddressType object itself.
      • postalCode

        public String postalCode()
        Get the postalCode value.
        Returns:
        the postalCode value
      • withPostalCode

        public SearchAddressType withPostalCode​(String postalCode)
        Set the postalCode value.
        Parameters:
        postalCode - the postalCode value to set
        Returns:
        the SearchAddressType object itself.
      • town

        public String town()
        Get the town value.
        Returns:
        the town value
      • withTown

        public SearchAddressType withTown​(String town)
        Set the town value.
        Parameters:
        town - the town value to set
        Returns:
        the SearchAddressType object itself.
      • address

        public String address()
        Get the address value.
        Returns:
        the address value
      • withAddress

        public SearchAddressType withAddress​(String address)
        Set the address value.
        Parameters:
        address - the address value to set
        Returns:
        the SearchAddressType object itself.