Class Races
- java.lang.Object
-
- com.ellucian.generated.eedm.races.v6_0.Races
-
@Generated("jsonschema2pojo") public class Races extends Object
RacesThe categorization scheme based on human genetic markers such as blood groups, distinct culture, or other physical characteristics.
-
-
Constructor Summary
Constructors Constructor Description Races()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetCode()CodeStringgetDescription()DescriptionStringgetId()IDMetadatagetMetadata()MetadataList<Reporting>getReporting()ReportingStringgetTitle()TitleinthashCode()voidsetCode(String code)CodevoidsetDescription(String description)DescriptionvoidsetId(String id)IDvoidsetMetadata(Metadata metadata)MetadatavoidsetReporting(List<Reporting> reporting)ReportingvoidsetTitle(String title)TitleStringtoString()RaceswithCode(String code)RaceswithDescription(String description)RaceswithId(String id)RaceswithMetadata(Metadata metadata)RaceswithReporting(List<Reporting> reporting)RaceswithTitle(String title)
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadataMetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of a race to be used in all external references to a race.") private String idIDThe global identifier of a race to be used in all external references to a race. (Required)
-
title
@JsonPropertyDescription("The full name of a racial category.") private String titleTitleThe full name of a racial category. (Required)
-
code
@JsonPropertyDescription("Human-readable code that identifies a racial category.") private String codeCodeHuman-readable code that identifies a racial category.
-
description
@JsonPropertyDescription("The description of a racial category.") private String descriptionDescriptionThe description of a racial category.
-
-
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 a race to be used in all external references to a race. (Required)
-
setId
public void setId(String id)
IDThe global identifier of a race to be used in all external references to a race. (Required)
-
getTitle
public String getTitle()
TitleThe full name of a racial category. (Required)
-
setTitle
public void setTitle(String title)
TitleThe full name of a racial category. (Required)
-
getCode
public String getCode()
CodeHuman-readable code that identifies a racial category.
-
setCode
public void setCode(String code)
CodeHuman-readable code that identifies a racial category.
-
getDescription
public String getDescription()
DescriptionThe description of a racial category.
-
setDescription
public void setDescription(String description)
DescriptionThe description of a racial category.
-
getReporting
public List<Reporting> getReporting()
ReportingProperties required for governmental or other reporting.
-
setReporting
public void setReporting(List<Reporting> reporting)
ReportingProperties required for governmental or other reporting.
-
-