public XDemographicsType()
 {
     races = new XRaceListType();
     hispanicLatinoEthnicity = null;
     sex                 = null;
     birthDate           = null;
     countryOfBirth      = null;
     usCitizenshipStatus = null;
 }
 public XDemographicsType()
 {
     races = new XRaceListType();
     hispanicLatinoEthnicity = null;
     sex = null;
     birthDate = null;
     countryOfBirth = null;
     usCitizenshipStatus = null;
 }