Class Addresses
- java.lang.Object
-
- com.ellucian.generated.eedm.addresses.v11_1_0.Addresses
-
@Generated("jsonschema2pojo") public class Addresses extends Object
AddressesThe place where a person, organization, or the like is located or may be reached.
-
-
Field Summary
Fields Modifier and Type Field Description private List<String>
addressLines
Addressprivate String
code
Codeprivate List<GeographicArea>
geographicAreas
Geographic Areasprivate String
id
IDprivate Object
latitude
Latitudeprivate Object
longitude
Longitudeprivate Metadata
metadata
Metadataprivate Object
place
Place
-
Constructor Summary
Constructors Constructor Description Addresses()
-
Method Summary
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadata
MetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of the address.") private String id
IDThe global identifier of the address. (Required)
-
code
@JsonPropertyDescription("A code used to uniquely identify the address type instance.") private String code
CodeA code used to uniquely identify the address type instance.
-
addressLines
@JsonPropertyDescription("The address lines of the address, such as a street address, post office box number, or city, region, and postal code.") private List<String> addressLines
AddressThe address lines of the address, such as a street address, post office box number, or city, region, and postal code. (Required)
-
place
@JsonPropertyDescription("A country specific postal region. Postal regions are expressed as a hierarchy of country, region, and sub-region, and as a locality with postal automation codes") private Object place
PlaceA country specific postal region. Postal regions are expressed as a hierarchy of country, region, and sub-region, and as a locality with postal automation codes
-
latitude
@JsonPropertyDescription("The latitude of the location.") private Object latitude
LatitudeThe latitude of the location.
-
longitude
@JsonPropertyDescription("The longitude of the location.") private Object longitude
LongitudeThe longitude of the location.
-
geographicAreas
@JsonPropertyDescription("The geographic areas assigned to this location.") private List<GeographicArea> geographicAreas
Geographic AreasThe geographic areas assigned to this location.
-
-
Method Detail
-
getMetadata
public Metadata getMetadata()
MetadataMetadata about the JSON payload
-
setMetadata
public void setMetadata(Metadata metadata)
MetadataMetadata about the JSON payload
-
getId
public String getId()
IDThe global identifier of the address. (Required)
-
setId
public void setId(String id)
IDThe global identifier of the address. (Required)
-
getCode
public String getCode()
CodeA code used to uniquely identify the address type instance.
-
setCode
public void setCode(String code)
CodeA code used to uniquely identify the address type instance.
-
getAddressLines
public List<String> getAddressLines()
AddressThe address lines of the address, such as a street address, post office box number, or city, region, and postal code. (Required)
-
setAddressLines
public void setAddressLines(List<String> addressLines)
AddressThe address lines of the address, such as a street address, post office box number, or city, region, and postal code. (Required)
-
getPlace
public Object getPlace()
PlaceA country specific postal region. Postal regions are expressed as a hierarchy of country, region, and sub-region, and as a locality with postal automation codes
-
setPlace
public void setPlace(Object place)
PlaceA country specific postal region. Postal regions are expressed as a hierarchy of country, region, and sub-region, and as a locality with postal automation codes
-
getLatitude
public Object getLatitude()
LatitudeThe latitude of the location.
-
setLatitude
public void setLatitude(Object latitude)
LatitudeThe latitude of the location.
-
getLongitude
public Object getLongitude()
LongitudeThe longitude of the location.
-
setLongitude
public void setLongitude(Object longitude)
LongitudeThe longitude of the location.
-
getGeographicAreas
public List<GeographicArea> getGeographicAreas()
Geographic AreasThe geographic areas assigned to this location.
-
setGeographicAreas
public void setGeographicAreas(List<GeographicArea> geographicAreas)
Geographic AreasThe geographic areas assigned to this location.
-
withGeographicAreas
public Addresses withGeographicAreas(List<GeographicArea> geographicAreas)
-
-