32 private $postNumber =
'';
42 private $packStationNumber =
'';
49 unset($this->postNumber);
50 unset($this->packStationNumber);
59 return $this->postNumber;
68 $this->postNumber = $postNumber;
77 return $this->packStationNumber;
86 $this->packStationNumber = $packStationNumber;
95 $class =
new StdClass;
96 $class->name1 = $this->
getName();
98 $class->Communication =
new StdClass;
100 $class->Communication->phone = $this->
getPhone();
102 $class->Communication->email = $this->
getEmail();
106 $class->Packstation =
new StdClass;
109 $class->Packstation->zip = $this->
getZip();
113 $class->Packstation->Origin =
new StdClass;
116 $class->Packstation->Origin->country = $this->
getCountry();
121 $class->Packstation->Origin->state = $this->
getState();
setPostNumber($postNumber)
setPackStationNumber($packStationNumber)