public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('GroupParticipation', $strComplexTypeArray)) {
         $strComplexTypeArray['GroupParticipation'] = GroupParticipation::GetSoapComplexTypeXml();
         Person::AlterSoapComplexTypeArray($strComplexTypeArray);
         Group::AlterSoapComplexTypeArray($strComplexTypeArray);
         GroupRole::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }
 public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('GroupRegistrations', $strComplexTypeArray)) {
         $strComplexTypeArray['GroupRegistrations'] = GroupRegistrations::GetSoapComplexTypeXml();
         SourceList::AlterSoapComplexTypeArray($strComplexTypeArray);
         GroupRole::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }