Class CountryIsoCodes
- java.lang.Object
-
- com.ellucian.generated.eedm.country_iso_codes.v1_0_0.CountryIsoCodes
-
@Generated("jsonschema2pojo") public class CountryIsoCodes extends Object
Country ISO CodesThe valid list of ISO 3166 country codes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCountryIsoCodes.StatusStatus
-
Constructor Summary
Constructors Constructor Description CountryIsoCodes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetId()IDStringgetIsoCode()ISO CodeMetadatagetMetadata()MetadataCountryIsoCodes.StatusgetStatus()StatusStringgetTitle()TitleinthashCode()voidsetId(String id)IDvoidsetIsoCode(String isoCode)ISO CodevoidsetMetadata(Metadata metadata)MetadatavoidsetStatus(CountryIsoCodes.Status status)StatusvoidsetTitle(String title)TitleStringtoString()CountryIsoCodeswithId(String id)CountryIsoCodeswithIsoCode(String isoCode)CountryIsoCodeswithMetadata(Metadata metadata)CountryIsoCodeswithStatus(CountryIsoCodes.Status status)CountryIsoCodeswithTitle(String title)
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadataMetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of the country ISO code.") private String idIDThe global identifier of the country ISO code. (Required)
-
title
@JsonPropertyDescription("The full name of the country represented by the ISO code.") private String titleTitleThe full name of the country represented by the ISO code. (Required)
-
isoCode
@JsonPropertyDescription("The 3-character ISO 3166-1 code associated with the country.") private String isoCodeISO CodeThe 3-character ISO 3166-1 code associated with the country. (Required)
-
status
@JsonPropertyDescription("An indicator as to whether the ISO code is currently in use or was previously used to represent a country.") private CountryIsoCodes.Status statusStatusAn indicator as to whether the ISO code is currently in use or was previously used to represent a country. (Required)
-
-
Method Detail
-
getMetadata
public Metadata getMetadata()
MetadataMetadata about the JSON payload
-
setMetadata
public void setMetadata(Metadata metadata)
MetadataMetadata about the JSON payload
-
withMetadata
public CountryIsoCodes withMetadata(Metadata metadata)
-
getId
public String getId()
IDThe global identifier of the country ISO code. (Required)
-
setId
public void setId(String id)
IDThe global identifier of the country ISO code. (Required)
-
withId
public CountryIsoCodes withId(String id)
-
getTitle
public String getTitle()
TitleThe full name of the country represented by the ISO code. (Required)
-
setTitle
public void setTitle(String title)
TitleThe full name of the country represented by the ISO code. (Required)
-
withTitle
public CountryIsoCodes withTitle(String title)
-
getIsoCode
public String getIsoCode()
ISO CodeThe 3-character ISO 3166-1 code associated with the country. (Required)
-
setIsoCode
public void setIsoCode(String isoCode)
ISO CodeThe 3-character ISO 3166-1 code associated with the country. (Required)
-
withIsoCode
public CountryIsoCodes withIsoCode(String isoCode)
-
getStatus
public CountryIsoCodes.Status getStatus()
StatusAn indicator as to whether the ISO code is currently in use or was previously used to represent a country. (Required)
-
setStatus
public void setStatus(CountryIsoCodes.Status status)
StatusAn indicator as to whether the ISO code is currently in use or was previously used to represent a country. (Required)
-
withStatus
public CountryIsoCodes withStatus(CountryIsoCodes.Status status)
-
-