Class CiAddress

    • Constructor Detail

      • CiAddress

        public CiAddress()
    • Method Detail

      • getDeliveryPoints

        public List<String> getDeliveryPoints()
        Returns:
        the deliveryPoints
      • setDeliveryPoints

        public CiAddress setDeliveryPoints​(Collection<String> deliveryPoints)
        Parameters:
        deliveryPoints - the deliveryPoints to set
      • addDeliveryPoints

        public CiAddress addDeliveryPoints​(String deliveryPoints)
        Parameters:
        deliveryPoints - the deliveryPoints to add
      • hasDeliveryPoints

        public boolean hasDeliveryPoints()
      • getCity

        public String getCity()
        Returns:
        the city
      • setCity

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

        public boolean isSetCity()
      • getAdministrativeArea

        public String getAdministrativeArea()
        Returns:
        the administrativeArea
      • setAdministrativeArea

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

        public boolean isSetAdministrativeArea()
      • getPostalCode

        public String getPostalCode()
        Returns:
        the postalCode
      • setPostalCode

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

        public boolean isSetPostalCode()
      • getCountry

        public String getCountry()
        Returns:
        the country
      • setCountry

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

        public boolean isSetCountry()
      • getElectronicMailAddresses

        public List<String> getElectronicMailAddresses()
        Returns:
        the electronicMailAddresses
      • setElectronicMailAddresses

        public CiAddress setElectronicMailAddresses​(Collection<String> electronicMailAddresses)
        Parameters:
        electronicMailAddresses - the electronicMailAddresses to set
      • addElectronicMailAddresses

        public CiAddress addElectronicMailAddresses​(String electronicMailAddresses)
        Parameters:
        electronicMailAddresses - the electronicMailAddresses to add
      • hasElectronicMailAddresses

        public boolean hasElectronicMailAddresses()