TransportationCharges = $TransportationCharges; $this->ServiceOptionsCharges = $ServiceOptionsCharges; $this->TotalCharges = $TotalCharges; $this->Weight = $Weight; $this->BillingWeight = $BillingWeight; $this->Accessorial = $Accessorial; } /** * * @return ChargesType */ public function getTransportationCharges() { return $this->TransportationCharges; } /** * * @param ChargesType $TransportationCharges */ public function setTransportationCharges($TransportationCharges) { $this->TransportationCharges = $TransportationCharges; } /** * * @return ChargesType */ public function getServiceOptionsCharges() { return $this->ServiceOptionsCharges; } /** * * @param ChargesType $ServiceOptionsCharges */ public function setServiceOptionsCharges($ServiceOptionsCharges) { $this->ServiceOptionsCharges = $ServiceOptionsCharges; } /** * * @return ChargesType */ public function getTotalCharges() { return $this->TotalCharges; } /** * * @param ChargesType $TotalCharges */ public function setTotalCharges($TotalCharges) { $this->TotalCharges = $TotalCharges; } /** * * @return string */ public function getWeight() { return $this->Weight; } /** * * @param string $Weight */ public function setWeight($Weight) { $this->Weight = $Weight; } /** * * @return BillingWeightType */ public function getBillingWeight() { return $this->BillingWeight; } /** * * @param BillingWeightType $BillingWeight */ public function setBillingWeight($BillingWeight) { $this->BillingWeight = $BillingWeight; } /** * * @return AccessorialType */ public function getAccessorial() { return $this->Accessorial; } /** * * @param AccessorialType $Accessorial */ public function setAccessorial($Accessorial) { $this->Accessorial = $Accessorial; } }