Class AddressEntity

    • Constructor Detail

      • AddressEntity

        public AddressEntity()
    • Method Detail

      • getDeliveryPoint

        public Set<String> getDeliveryPoint()
        Returns:
        the deliveryPoint
      • setDeliveryPoint

        public void setDeliveryPoint​(Set<String> deliveryPoint)
        Parameters:
        deliveryPoint - the deliveryPoint to set
      • hasSetDeliveryPoint

        public boolean hasSetDeliveryPoint()
      • getCity

        public String getCity()
        Returns:
        the city
      • setCity

        public void setCity​(String city)
        Parameters:
        city - the city to set
      • isSetCity

        public boolean isSetCity()
      • getAdministrativeArea

        public String getAdministrativeArea()
        Returns:
        the administrativeArea
      • setAdministrativeArea

        public void setAdministrativeArea​(String administrativeArea)
        Parameters:
        administrativeArea - the administrativeArea to set
      • isSetAdministrativeArea

        public boolean isSetAdministrativeArea()
      • getPostalCode

        public String getPostalCode()
        Returns:
        the postalCode
      • setPostalCode

        public void setPostalCode​(String postalCode)
        Parameters:
        postalCode - the postalCode to set
      • isSetPostalCode

        public boolean isSetPostalCode()
      • getCountry

        public String getCountry()
        Returns:
        the country
      • setCountry

        public void setCountry​(String country)
        Parameters:
        country - the country to set
      • isSetCountry

        public boolean isSetCountry()
      • getElectronicMailAddress

        public Set<String> getElectronicMailAddress()
        Returns:
        the electronicMailAddress
      • setElectronicMailAddress

        public void setElectronicMailAddress​(Set<String> electronicMailAddress)
        Parameters:
        electronicMailAddress - the electronicMailAddress to set
      • hasElectronicMailAddress

        public boolean hasElectronicMailAddress()