Class Ethnicity
- java.lang.Object
-
- com.ellucian.generated.eedm.persons.v12_3_0.Ethnicity
-
@Generated("jsonschema2pojo") public class Ethnicity extends Object
EthnicityThe ethnicity association of the person.
-
-
Field Summary
Fields Modifier and Type Field Description private ObjectethnicGroupEthnic Groupprivate List<Reporting>reportingReporting
-
Constructor Summary
Constructors Constructor Description Ethnicity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)ObjectgetEthnicGroup()Ethnic GroupList<Reporting>getReporting()ReportinginthashCode()voidsetEthnicGroup(Object ethnicGroup)Ethnic GroupvoidsetReporting(List<Reporting> reporting)ReportingStringtoString()EthnicitywithEthnicGroup(Object ethnicGroup)EthnicitywithReporting(List<Reporting> reporting)
-
-
-
Field Detail
-
ethnicGroup
@JsonPropertyDescription("The ethnic group with which the person identifies.") private Object ethnicGroupEthnic GroupThe ethnic group with which the person identifies.
-
-
Method Detail
-
getEthnicGroup
public Object getEthnicGroup()
Ethnic GroupThe ethnic group with which the person identifies.
-
setEthnicGroup
public void setEthnicGroup(Object ethnicGroup)
Ethnic GroupThe ethnic group with which the person identifies.
-
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.
-
-