Class SCIMUserAddress
- java.lang.Object
-
- org.apache.syncope.ext.scimv2.api.data.SCIMUserAddress
-
- All Implemented Interfaces:
Serializable
public class SCIMUserAddress extends Object
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SCIMUserAddress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCountry()StringgetFormatted()StringgetLocality()StringgetPostalCode()StringgetRegion()StringgetStreetAddress()StringgetType()booleanisEmpty()booleanisPrimary()voidsetCountry(String country)voidsetFormatted(String formatted)voidsetLocality(String locality)voidsetPostalCode(String postalCode)voidsetPrimary(boolean primary)voidsetRegion(String region)voidsetStreetAddress(String streetAddress)voidsetType(String type)
-
-
-
Method Detail
-
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 String getType()
-
setType
public void setType(String type)
-
isPrimary
public boolean isPrimary()
-
setPrimary
public void setPrimary(boolean primary)
-
isEmpty
public boolean isEmpty()
-
-