public function __construct($type = null, $rue1 = null, $rue2 = null, $cpostal = null, $ville = null, $pays = null, KwixoXMLElement $appartement = null)
 {
     parent::__construct();
     if (!is_null($type)) {
         $this->addAttribute('type', $type);
     }
     $this->addAttribute('format', self::FORMAT);
     $this->childRue1($rue1);
     $this->childRue2($rue2);
     $this->childCpostal($cpostal);
     $this->childVille($ville);
     $this->childPays($pays);
     if (!is_null($appartement)) {
         $this->childAppartement($appartement);
     }
 }
 public function __construct()
 {
     parent::__construct('transport');
 }
 public function __construct()
 {
     parent::__construct('wallet');
 }
 public function __construct()
 {
     parent::__construct('pointrelais');
 }
 public function __construct()
 {
     parent::__construct('utilisateur');
 }
 public function __construct()
 {
     parent::__construct('infocommande');
 }
 public function __construct()
 {
     parent::__construct("list");
 }
 public function __construct()
 {
     parent::__construct('adresse');
 }