Class Ethnicity


  • @Generated("jsonschema2pojo")
    public class Ethnicity
    extends Object
    Ethnicity

    The ethnicity association of the person.

    • Field Detail

      • ethnicGroup

        @JsonPropertyDescription("The ethnic group with which the person identifies.")
        private Object ethnicGroup
        Ethnic Group

        The ethnic group with which the person identifies.

      • reporting

        @JsonPropertyDescription("Properties required for governmental or other reporting.")
        private List<Reporting> reporting
        Reporting

        Properties required for governmental or other reporting.

    • Constructor Detail

      • Ethnicity

        public Ethnicity()
    • Method Detail

      • getEthnicGroup

        public Object getEthnicGroup()
        Ethnic Group

        The ethnic group with which the person identifies.

      • setEthnicGroup

        public void setEthnicGroup​(Object ethnicGroup)
        Ethnic Group

        The ethnic group with which the person identifies.

      • withEthnicGroup

        public Ethnicity withEthnicGroup​(Object ethnicGroup)
      • getReporting

        public List<Reporting> getReporting()
        Reporting

        Properties required for governmental or other reporting.

      • setReporting

        public void setReporting​(List<Reporting> reporting)
        Reporting

        Properties required for governmental or other reporting.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object