/**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["listData"] = "CCDAPostalAddressUse xml|data";
     return $props;
 }
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["listData"] = "CCDATelecommunicationAddressUse xml|data";
     return $props;
 }
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["listData"] = "CCDAEntityNamePartQualifier xml|data";
     return $props;
 }
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["listData"] = "CCDAEntityNameUse xml|data";
     return $props;
 }
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["listData"] = "CCDA_base_int xml|data";
     return $props;
 }