AccessorialCharges = $AccessorialCharges; $this->SurCharges = $SurCharges; $this->TransportationCharges = $TransportationCharges; $this->TotalCharge = $TotalCharge; } /** * * @return ChargesType */ public function getAccessorialCharges() { return $this->AccessorialCharges; } /** * * @param ChargesType $AccessorialCharges */ public function setAccessorialCharges($AccessorialCharges) { $this->AccessorialCharges = $AccessorialCharges; } /** * * @return ChargesType */ public function getSurCharges() { return $this->SurCharges; } /** * * @param ChargesType $SurCharges */ public function setSurCharges($SurCharges) { $this->SurCharges = $SurCharges; } /** * * @return ChargesType */ public function getTransportationCharges() { return $this->TransportationCharges; } /** * * @param ChargesType $TransportationCharges */ public function setTransportationCharges($TransportationCharges) { $this->TransportationCharges = $TransportationCharges; } /** * * @return ChargesType */ public function getTotalCharge() { return $this->TotalCharge; } /** * * @param ChargesType $TotalCharge */ public function setTotalCharge($TotalCharge) { $this->TotalCharge = $TotalCharge; } }