/**
  * Method called to associate a SchemaPropertyElement object to this object
  * through the SchemaPropertyElement foreign key attribute
  *
  * @param      SchemaPropertyElement $l SchemaPropertyElement
  * @return     void
  * @throws     PropelException
  */
 public function addSchemaPropertyElementRelatedBySchemaPropertyId(SchemaPropertyElement $l)
 {
     $this->collSchemaPropertyElementsRelatedBySchemaPropertyId[] = $l;
     $l->setSchemaPropertyRelatedBySchemaPropertyId($this);
 }