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 boolean
equals(Object other)
String
getCode()
CodeString
getDescription()
DescriptionString
getId()
IDMetadata
getMetadata()
MetadataList<Reporting>
getReporting()
ReportingString
getTitle()
Titleint
hashCode()
void
setCode(String code)
Codevoid
setDescription(String description)
Descriptionvoid
setId(String id)
IDvoid
setMetadata(Metadata metadata)
Metadatavoid
setReporting(List<Reporting> reporting)
Reportingvoid
setTitle(String title)
TitleString
toString()
Races
withCode(String code)
Races
withDescription(String description)
Races
withId(String id)
Races
withMetadata(Metadata metadata)
Races
withReporting(List<Reporting> reporting)
Races
withTitle(String title)
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadata
MetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of a race to be used in all external references to a race.") private String id
IDThe 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 title
TitleThe full name of a racial category. (Required)
-
code
@JsonPropertyDescription("Human-readable code that identifies a racial category.") private String code
CodeHuman-readable code that identifies a racial category.
-
description
@JsonPropertyDescription("The description of a racial category.") private String description
DescriptionThe 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.
-
-