Class SCIMUserAddressConf

java.lang.Object
org.apache.syncope.common.lib.scim.SCIMUserAddressConf
All Implemented Interfaces:
Serializable

public class SCIMUserAddressConf extends Object implements Serializable
See Also:
  • Constructor Details

    • SCIMUserAddressConf

      public SCIMUserAddressConf()
  • Method Details

    • asMap

      public Map<String,String> asMap()
    • getFormatted

      public String getFormatted()
    • setFormatted

      public void setFormatted(String formatted)
    • getStreetAddress

      public String getStreetAddress()
    • setStreetAddress

      public void setStreetAddress(String streetAddress)
    • getLocality

      public String getLocality()
    • setLocality

      public void setLocality(String locality)
    • getRegion

      public String getRegion()
    • setRegion

      public void setRegion(String region)
    • getPostalCode

      public String getPostalCode()
    • setPostalCode

      public void setPostalCode(String postalCode)
    • getCountry

      public String getCountry()
    • setCountry

      public void setCountry(String country)
    • getType

      public AddressCanonicalType getType()
    • setType

      public void setType(AddressCanonicalType type)
    • isPrimary

      public boolean isPrimary()
    • setPrimary

      public void setPrimary(boolean primary)