diff --git a/src/FBAInboundServiceMWS/Model.php b/src/FBAInboundServiceMWS/Model.php index a7ce25d..28e8fe9 100644 --- a/src/FBAInboundServiceMWS/Model.php +++ b/src/FBAInboundServiceMWS/Model.php @@ -404,7 +404,7 @@ private function _isComplexType($fieldType) * Checks whether passed variable is an associative array * * @param mixed $var - * @return TRUE if passed variable is an associative array + * @return bool True if passed variable is an associative array */ private function _isAssociativeArray($var) { @@ -415,7 +415,7 @@ private function _isAssociativeArray($var) * Checks whether passed variable is DOMElement * * @param mixed $var - * @return TRUE if passed variable is DOMElement + * @return bool True if passed variable is DOMElement */ private function _isDOMElement($var) { @@ -426,7 +426,7 @@ private function _isDOMElement($var) * Checks whether passed variable is numeric array * * @param mixed $var - * @return TRUE if passed variable is an numeric array + * @return bool True if passed variable is an numeric array */ protected function _isNumericArray($var) { diff --git a/src/FBAInboundServiceMWS/Model/ASINPrepInstructions.php b/src/FBAInboundServiceMWS/Model/ASINPrepInstructions.php index 085288e..b261fc9 100644 --- a/src/FBAInboundServiceMWS/Model/ASINPrepInstructions.php +++ b/src/FBAInboundServiceMWS/Model/ASINPrepInstructions.php @@ -72,7 +72,7 @@ public function setASIN($value) /** * Check to see if ASIN is set. * - * @return true if ASIN is set. + * @return bool True if ASIN is set. */ public function isSetASIN() { @@ -118,7 +118,7 @@ public function setBarcodeInstruction($value) /** * Check to see if BarcodeInstruction is set. * - * @return true if BarcodeInstruction is set. + * @return bool True if BarcodeInstruction is set. */ public function isSetBarcodeInstruction() { @@ -164,7 +164,7 @@ public function setPrepGuidance($value) /** * Check to see if PrepGuidance is set. * - * @return true if PrepGuidance is set. + * @return bool True if PrepGuidance is set. */ public function isSetPrepGuidance() { @@ -210,7 +210,7 @@ public function setPrepInstructionList($value) /** * Check to see if PrepInstructionList is set. * - * @return true if PrepInstructionList is set. + * @return bool True if PrepInstructionList is set. */ public function isSetPrepInstructionList() { diff --git a/src/FBAInboundServiceMWS/Model/ASINPrepInstructionsList.php b/src/FBAInboundServiceMWS/Model/ASINPrepInstructionsList.php index 83444cd..05f88bb 100644 --- a/src/FBAInboundServiceMWS/Model/ASINPrepInstructionsList.php +++ b/src/FBAInboundServiceMWS/Model/ASINPrepInstructionsList.php @@ -80,7 +80,7 @@ public function unsetASINPrepInstructions() /** * Check to see if ASINPrepInstructions is set. * - * @return true if ASINPrepInstructions is set. + * @return bool True if ASINPrepInstructions is set. */ public function isSetASINPrepInstructions() { diff --git a/src/FBAInboundServiceMWS/Model/Address.php b/src/FBAInboundServiceMWS/Model/Address.php index 023da40..4966707 100644 --- a/src/FBAInboundServiceMWS/Model/Address.php +++ b/src/FBAInboundServiceMWS/Model/Address.php @@ -77,7 +77,7 @@ public function setName($value) /** * Check to see if Name is set. * - * @return true if Name is set. + * @return bool True if Name is set. */ public function isSetName() { @@ -123,7 +123,7 @@ public function setAddressLine1($value) /** * Check to see if AddressLine1 is set. * - * @return true if AddressLine1 is set. + * @return bool True if AddressLine1 is set. */ public function isSetAddressLine1() { @@ -169,7 +169,7 @@ public function setAddressLine2($value) /** * Check to see if AddressLine2 is set. * - * @return true if AddressLine2 is set. + * @return bool True if AddressLine2 is set. */ public function isSetAddressLine2() { @@ -215,7 +215,7 @@ public function setDistrictOrCounty($value) /** * Check to see if DistrictOrCounty is set. * - * @return true if DistrictOrCounty is set. + * @return bool True if DistrictOrCounty is set. */ public function isSetDistrictOrCounty() { @@ -261,7 +261,7 @@ public function setCity($value) /** * Check to see if City is set. * - * @return true if City is set. + * @return bool True if City is set. */ public function isSetCity() { @@ -307,7 +307,7 @@ public function setStateOrProvinceCode($value) /** * Check to see if StateOrProvinceCode is set. * - * @return true if StateOrProvinceCode is set. + * @return bool True if StateOrProvinceCode is set. */ public function isSetStateOrProvinceCode() { @@ -353,7 +353,7 @@ public function setCountryCode($value) /** * Check to see if CountryCode is set. * - * @return true if CountryCode is set. + * @return bool True if CountryCode is set. */ public function isSetCountryCode() { @@ -399,7 +399,7 @@ public function setPostalCode($value) /** * Check to see if PostalCode is set. * - * @return true if PostalCode is set. + * @return bool True if PostalCode is set. */ public function isSetPostalCode() { diff --git a/src/FBAInboundServiceMWS/Model/Amount.php b/src/FBAInboundServiceMWS/Model/Amount.php index d626a0d..b25c98d 100644 --- a/src/FBAInboundServiceMWS/Model/Amount.php +++ b/src/FBAInboundServiceMWS/Model/Amount.php @@ -65,7 +65,7 @@ public function setCurrencyCode($value) /** * Check to see if CurrencyCode is set. * - * @return true if CurrencyCode is set. + * @return bool True if CurrencyCode is set. */ public function isSetCurrencyCode() { @@ -111,7 +111,7 @@ public function setValue($value) /** * Check to see if Value is set. * - * @return true if Value is set. + * @return bool True if Value is set. */ public function isSetValue() { diff --git a/src/FBAInboundServiceMWS/Model/AsinList.php b/src/FBAInboundServiceMWS/Model/AsinList.php index 339152c..31a5c2a 100644 --- a/src/FBAInboundServiceMWS/Model/AsinList.php +++ b/src/FBAInboundServiceMWS/Model/AsinList.php @@ -77,7 +77,7 @@ public function unsetId() /** * Check to see if Id is set. * - * @return true if Id is set. + * @return bool True if Id is set. */ public function isSetId() { diff --git a/src/FBAInboundServiceMWS/Model/ConfirmTransportInputRequest.php b/src/FBAInboundServiceMWS/Model/ConfirmTransportInputRequest.php index f13c08c..530088d 100644 --- a/src/FBAInboundServiceMWS/Model/ConfirmTransportInputRequest.php +++ b/src/FBAInboundServiceMWS/Model/ConfirmTransportInputRequest.php @@ -67,7 +67,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -113,7 +113,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -159,7 +159,7 @@ public function setShipmentId($value) /** * Check to see if ShipmentId is set. * - * @return true if ShipmentId is set. + * @return bool True if ShipmentId is set. */ public function isSetShipmentId() { diff --git a/src/FBAInboundServiceMWS/Model/ConfirmTransportRequestResponse.php b/src/FBAInboundServiceMWS/Model/ConfirmTransportRequestResponse.php index 7a34fd7..8093e26 100644 --- a/src/FBAInboundServiceMWS/Model/ConfirmTransportRequestResponse.php +++ b/src/FBAInboundServiceMWS/Model/ConfirmTransportRequestResponse.php @@ -76,7 +76,7 @@ public function setConfirmTransportRequestResult($value) /** * Check to see if ConfirmTransportRequestResult is set. * - * @return true if ConfirmTransportRequestResult is set. + * @return bool True if ConfirmTransportRequestResult is set. */ public function isSetConfirmTransportRequestResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAInboundServiceMWS/Model/ConfirmTransportRequestResult.php b/src/FBAInboundServiceMWS/Model/ConfirmTransportRequestResult.php index fc7f475..0774d34 100644 --- a/src/FBAInboundServiceMWS/Model/ConfirmTransportRequestResult.php +++ b/src/FBAInboundServiceMWS/Model/ConfirmTransportRequestResult.php @@ -66,7 +66,7 @@ public function setTransportResult($value) /** * Check to see if TransportResult is set. * - * @return true if TransportResult is set. + * @return bool True if TransportResult is set. */ public function isSetTransportResult() { diff --git a/src/FBAInboundServiceMWS/Model/Contact.php b/src/FBAInboundServiceMWS/Model/Contact.php index 9ec888c..88d73c1 100644 --- a/src/FBAInboundServiceMWS/Model/Contact.php +++ b/src/FBAInboundServiceMWS/Model/Contact.php @@ -69,7 +69,7 @@ public function setName($value) /** * Check to see if Name is set. * - * @return true if Name is set. + * @return bool True if Name is set. */ public function isSetName() { @@ -115,7 +115,7 @@ public function setPhone($value) /** * Check to see if Phone is set. * - * @return true if Phone is set. + * @return bool True if Phone is set. */ public function isSetPhone() { @@ -161,7 +161,7 @@ public function setEmail($value) /** * Check to see if Email is set. * - * @return true if Email is set. + * @return bool True if Email is set. */ public function isSetEmail() { @@ -207,7 +207,7 @@ public function setFax($value) /** * Check to see if Fax is set. * - * @return true if Fax is set. + * @return bool True if Fax is set. */ public function isSetFax() { diff --git a/src/FBAInboundServiceMWS/Model/CreateInboundShipmentPlanRequest.php b/src/FBAInboundServiceMWS/Model/CreateInboundShipmentPlanRequest.php index 3a196f9..c98bc6c 100644 --- a/src/FBAInboundServiceMWS/Model/CreateInboundShipmentPlanRequest.php +++ b/src/FBAInboundServiceMWS/Model/CreateInboundShipmentPlanRequest.php @@ -78,7 +78,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -124,7 +124,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -170,7 +170,7 @@ public function setMarketplace($value) /** * Check to see if Marketplace is set. * - * @return true if Marketplace is set. + * @return bool True if Marketplace is set. */ public function isSetMarketplace() { @@ -216,7 +216,7 @@ public function setShipFromAddress($value) /** * Check to see if ShipFromAddress is set. * - * @return true if ShipFromAddress is set. + * @return bool True if ShipFromAddress is set. */ public function isSetShipFromAddress() { @@ -262,7 +262,7 @@ public function setLabelPrepPreference($value) /** * Check to see if LabelPrepPreference is set. * - * @return true if LabelPrepPreference is set. + * @return bool True if LabelPrepPreference is set. */ public function isSetLabelPrepPreference() { @@ -308,7 +308,7 @@ public function setShipToCountryCode($value) /** * Check to see if ShipToCountryCode is set. * - * @return true if ShipToCountryCode is set. + * @return bool True if ShipToCountryCode is set. */ public function isSetShipToCountryCode() { @@ -354,7 +354,7 @@ public function setInboundShipmentPlanRequestItems($value) /** * Check to see if InboundShipmentPlanRequestItems is set. * - * @return true if InboundShipmentPlanRequestItems is set. + * @return bool True if InboundShipmentPlanRequestItems is set. */ public function isSetInboundShipmentPlanRequestItems() { diff --git a/src/FBAInboundServiceMWS/Model/CreateInboundShipmentPlanResponse.php b/src/FBAInboundServiceMWS/Model/CreateInboundShipmentPlanResponse.php index b3f4f24..6989caa 100644 --- a/src/FBAInboundServiceMWS/Model/CreateInboundShipmentPlanResponse.php +++ b/src/FBAInboundServiceMWS/Model/CreateInboundShipmentPlanResponse.php @@ -76,7 +76,7 @@ public function setCreateInboundShipmentPlanResult($value) /** * Check to see if CreateInboundShipmentPlanResult is set. * - * @return true if CreateInboundShipmentPlanResult is set. + * @return bool True if CreateInboundShipmentPlanResult is set. */ public function isSetCreateInboundShipmentPlanResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAInboundServiceMWS/Model/CreateInboundShipmentPlanResult.php b/src/FBAInboundServiceMWS/Model/CreateInboundShipmentPlanResult.php index 9533207..e530bdb 100644 --- a/src/FBAInboundServiceMWS/Model/CreateInboundShipmentPlanResult.php +++ b/src/FBAInboundServiceMWS/Model/CreateInboundShipmentPlanResult.php @@ -66,7 +66,7 @@ public function setInboundShipmentPlans($value) /** * Check to see if InboundShipmentPlans is set. * - * @return true if InboundShipmentPlans is set. + * @return bool True if InboundShipmentPlans is set. */ public function isSetInboundShipmentPlans() { diff --git a/src/FBAInboundServiceMWS/Model/CreateInboundShipmentRequest.php b/src/FBAInboundServiceMWS/Model/CreateInboundShipmentRequest.php index 472d2a9..87df0ea 100644 --- a/src/FBAInboundServiceMWS/Model/CreateInboundShipmentRequest.php +++ b/src/FBAInboundServiceMWS/Model/CreateInboundShipmentRequest.php @@ -79,7 +79,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -125,7 +125,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -171,7 +171,7 @@ public function setMarketplace($value) /** * Check to see if Marketplace is set. * - * @return true if Marketplace is set. + * @return bool True if Marketplace is set. */ public function isSetMarketplace() { @@ -217,7 +217,7 @@ public function setShipmentId($value) /** * Check to see if ShipmentId is set. * - * @return true if ShipmentId is set. + * @return bool True if ShipmentId is set. */ public function isSetShipmentId() { @@ -263,7 +263,7 @@ public function setInboundShipmentHeader($value) /** * Check to see if InboundShipmentHeader is set. * - * @return true if InboundShipmentHeader is set. + * @return bool True if InboundShipmentHeader is set. */ public function isSetInboundShipmentHeader() { @@ -309,7 +309,7 @@ public function setInboundShipmentItems($value) /** * Check to see if InboundShipmentItems is set. * - * @return true if InboundShipmentItems is set. + * @return bool True if InboundShipmentItems is set. */ public function isSetInboundShipmentItems() { diff --git a/src/FBAInboundServiceMWS/Model/CreateInboundShipmentResponse.php b/src/FBAInboundServiceMWS/Model/CreateInboundShipmentResponse.php index aef4b80..446daea 100644 --- a/src/FBAInboundServiceMWS/Model/CreateInboundShipmentResponse.php +++ b/src/FBAInboundServiceMWS/Model/CreateInboundShipmentResponse.php @@ -76,7 +76,7 @@ public function setCreateInboundShipmentResult($value) /** * Check to see if CreateInboundShipmentResult is set. * - * @return true if CreateInboundShipmentResult is set. + * @return bool True if CreateInboundShipmentResult is set. */ public function isSetCreateInboundShipmentResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAInboundServiceMWS/Model/CreateInboundShipmentResult.php b/src/FBAInboundServiceMWS/Model/CreateInboundShipmentResult.php index 5929866..5cb3e01 100644 --- a/src/FBAInboundServiceMWS/Model/CreateInboundShipmentResult.php +++ b/src/FBAInboundServiceMWS/Model/CreateInboundShipmentResult.php @@ -63,7 +63,7 @@ public function setShipmentId($value) /** * Check to see if ShipmentId is set. * - * @return true if ShipmentId is set. + * @return bool True if ShipmentId is set. */ public function isSetShipmentId() { diff --git a/src/FBAInboundServiceMWS/Model/Dimensions.php b/src/FBAInboundServiceMWS/Model/Dimensions.php index 0789f48..1382fe1 100644 --- a/src/FBAInboundServiceMWS/Model/Dimensions.php +++ b/src/FBAInboundServiceMWS/Model/Dimensions.php @@ -69,7 +69,7 @@ public function setLength($value) /** * Check to see if Length is set. * - * @return true if Length is set. + * @return bool True if Length is set. */ public function isSetLength() { @@ -115,7 +115,7 @@ public function setWidth($value) /** * Check to see if Width is set. * - * @return true if Width is set. + * @return bool True if Width is set. */ public function isSetWidth() { @@ -161,7 +161,7 @@ public function setHeight($value) /** * Check to see if Height is set. * - * @return true if Height is set. + * @return bool True if Height is set. */ public function isSetHeight() { @@ -207,7 +207,7 @@ public function setUnit($value) /** * Check to see if Unit is set. * - * @return true if Unit is set. + * @return bool True if Unit is set. */ public function isSetUnit() { diff --git a/src/FBAInboundServiceMWS/Model/EstimateTransportInputRequest.php b/src/FBAInboundServiceMWS/Model/EstimateTransportInputRequest.php index e9c2866..ace1a9b 100644 --- a/src/FBAInboundServiceMWS/Model/EstimateTransportInputRequest.php +++ b/src/FBAInboundServiceMWS/Model/EstimateTransportInputRequest.php @@ -67,7 +67,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -113,7 +113,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -159,7 +159,7 @@ public function setShipmentId($value) /** * Check to see if ShipmentId is set. * - * @return true if ShipmentId is set. + * @return bool True if ShipmentId is set. */ public function isSetShipmentId() { diff --git a/src/FBAInboundServiceMWS/Model/EstimateTransportRequestResponse.php b/src/FBAInboundServiceMWS/Model/EstimateTransportRequestResponse.php index 33494c8..86a43e2 100644 --- a/src/FBAInboundServiceMWS/Model/EstimateTransportRequestResponse.php +++ b/src/FBAInboundServiceMWS/Model/EstimateTransportRequestResponse.php @@ -76,7 +76,7 @@ public function setEstimateTransportRequestResult($value) /** * Check to see if EstimateTransportRequestResult is set. * - * @return true if EstimateTransportRequestResult is set. + * @return bool True if EstimateTransportRequestResult is set. */ public function isSetEstimateTransportRequestResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAInboundServiceMWS/Model/EstimateTransportRequestResult.php b/src/FBAInboundServiceMWS/Model/EstimateTransportRequestResult.php index 4f32f11..da6eb9f 100644 --- a/src/FBAInboundServiceMWS/Model/EstimateTransportRequestResult.php +++ b/src/FBAInboundServiceMWS/Model/EstimateTransportRequestResult.php @@ -66,7 +66,7 @@ public function setTransportResult($value) /** * Check to see if TransportResult is set. * - * @return true if TransportResult is set. + * @return bool True if TransportResult is set. */ public function isSetTransportResult() { diff --git a/src/FBAInboundServiceMWS/Model/GetBillOfLadingRequest.php b/src/FBAInboundServiceMWS/Model/GetBillOfLadingRequest.php index 4866a26..be96bf7 100644 --- a/src/FBAInboundServiceMWS/Model/GetBillOfLadingRequest.php +++ b/src/FBAInboundServiceMWS/Model/GetBillOfLadingRequest.php @@ -67,7 +67,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -113,7 +113,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -159,7 +159,7 @@ public function setShipmentId($value) /** * Check to see if ShipmentId is set. * - * @return true if ShipmentId is set. + * @return bool True if ShipmentId is set. */ public function isSetShipmentId() { diff --git a/src/FBAInboundServiceMWS/Model/GetBillOfLadingResponse.php b/src/FBAInboundServiceMWS/Model/GetBillOfLadingResponse.php index d3fea71..9424cbd 100644 --- a/src/FBAInboundServiceMWS/Model/GetBillOfLadingResponse.php +++ b/src/FBAInboundServiceMWS/Model/GetBillOfLadingResponse.php @@ -76,7 +76,7 @@ public function setGetBillOfLadingResult($value) /** * Check to see if GetBillOfLadingResult is set. * - * @return true if GetBillOfLadingResult is set. + * @return bool True if GetBillOfLadingResult is set. */ public function isSetGetBillOfLadingResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAInboundServiceMWS/Model/GetBillOfLadingResult.php b/src/FBAInboundServiceMWS/Model/GetBillOfLadingResult.php index 0ad1ba5..a76fda2 100644 --- a/src/FBAInboundServiceMWS/Model/GetBillOfLadingResult.php +++ b/src/FBAInboundServiceMWS/Model/GetBillOfLadingResult.php @@ -66,7 +66,7 @@ public function setTransportDocument($value) /** * Check to see if TransportDocument is set. * - * @return true if TransportDocument is set. + * @return bool True if TransportDocument is set. */ public function isSetTransportDocument() { diff --git a/src/FBAInboundServiceMWS/Model/GetPackageLabelsRequest.php b/src/FBAInboundServiceMWS/Model/GetPackageLabelsRequest.php index 3b41540..2c6671d 100644 --- a/src/FBAInboundServiceMWS/Model/GetPackageLabelsRequest.php +++ b/src/FBAInboundServiceMWS/Model/GetPackageLabelsRequest.php @@ -71,7 +71,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -117,7 +117,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -163,7 +163,7 @@ public function setShipmentId($value) /** * Check to see if ShipmentId is set. * - * @return true if ShipmentId is set. + * @return bool True if ShipmentId is set. */ public function isSetShipmentId() { @@ -209,7 +209,7 @@ public function setPageType($value) /** * Check to see if PageType is set. * - * @return true if PageType is set. + * @return bool True if PageType is set. */ public function isSetPageType() { @@ -255,7 +255,7 @@ public function setNumberOfPackages($value) /** * Check to see if NumberOfPackages is set. * - * @return true if NumberOfPackages is set. + * @return bool True if NumberOfPackages is set. */ public function isSetNumberOfPackages() { diff --git a/src/FBAInboundServiceMWS/Model/GetPackageLabelsResponse.php b/src/FBAInboundServiceMWS/Model/GetPackageLabelsResponse.php index 42d18e0..93032ec 100644 --- a/src/FBAInboundServiceMWS/Model/GetPackageLabelsResponse.php +++ b/src/FBAInboundServiceMWS/Model/GetPackageLabelsResponse.php @@ -76,7 +76,7 @@ public function setGetPackageLabelsResult($value) /** * Check to see if GetPackageLabelsResult is set. * - * @return true if GetPackageLabelsResult is set. + * @return bool True if GetPackageLabelsResult is set. */ public function isSetGetPackageLabelsResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAInboundServiceMWS/Model/GetPackageLabelsResult.php b/src/FBAInboundServiceMWS/Model/GetPackageLabelsResult.php index e70b23d..20d7bdf 100644 --- a/src/FBAInboundServiceMWS/Model/GetPackageLabelsResult.php +++ b/src/FBAInboundServiceMWS/Model/GetPackageLabelsResult.php @@ -66,7 +66,7 @@ public function setTransportDocument($value) /** * Check to see if TransportDocument is set. * - * @return true if TransportDocument is set. + * @return bool True if TransportDocument is set. */ public function isSetTransportDocument() { diff --git a/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForASINRequest.php b/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForASINRequest.php index 1c0f1e2..4b869e6 100644 --- a/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForASINRequest.php +++ b/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForASINRequest.php @@ -69,7 +69,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -115,7 +115,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -161,7 +161,7 @@ public function setAsinList($value) /** * Check to see if AsinList is set. * - * @return true if AsinList is set. + * @return bool True if AsinList is set. */ public function isSetAsinList() { @@ -207,7 +207,7 @@ public function setShipToCountryCode($value) /** * Check to see if ShipToCountryCode is set. * - * @return true if ShipToCountryCode is set. + * @return bool True if ShipToCountryCode is set. */ public function isSetShipToCountryCode() { diff --git a/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForASINResponse.php b/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForASINResponse.php index 2c188e2..b84927e 100644 --- a/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForASINResponse.php +++ b/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForASINResponse.php @@ -76,7 +76,7 @@ public function setGetPrepInstructionsForASINResult($value) /** * Check to see if GetPrepInstructionsForASINResult is set. * - * @return true if GetPrepInstructionsForASINResult is set. + * @return bool True if GetPrepInstructionsForASINResult is set. */ public function isSetGetPrepInstructionsForASINResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForASINResult.php b/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForASINResult.php index 0a5fa62..90a35c1 100644 --- a/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForASINResult.php +++ b/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForASINResult.php @@ -71,7 +71,7 @@ public function setASINPrepInstructionsList($value) /** * Check to see if ASINPrepInstructionsList is set. * - * @return true if ASINPrepInstructionsList is set. + * @return bool True if ASINPrepInstructionsList is set. */ public function isSetASINPrepInstructionsList() { @@ -117,7 +117,7 @@ public function setInvalidASINList($value) /** * Check to see if InvalidASINList is set. * - * @return true if InvalidASINList is set. + * @return bool True if InvalidASINList is set. */ public function isSetInvalidASINList() { diff --git a/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForSKURequest.php b/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForSKURequest.php index 9507419..1997f42 100644 --- a/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForSKURequest.php +++ b/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForSKURequest.php @@ -69,7 +69,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -115,7 +115,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -161,7 +161,7 @@ public function setSellerSKUList($value) /** * Check to see if SellerSKUList is set. * - * @return true if SellerSKUList is set. + * @return bool True if SellerSKUList is set. */ public function isSetSellerSKUList() { @@ -207,7 +207,7 @@ public function setShipToCountryCode($value) /** * Check to see if ShipToCountryCode is set. * - * @return true if ShipToCountryCode is set. + * @return bool True if ShipToCountryCode is set. */ public function isSetShipToCountryCode() { diff --git a/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForSKUResponse.php b/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForSKUResponse.php index 60ade37..63797c8 100644 --- a/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForSKUResponse.php +++ b/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForSKUResponse.php @@ -76,7 +76,7 @@ public function setGetPrepInstructionsForSKUResult($value) /** * Check to see if GetPrepInstructionsForSKUResult is set. * - * @return true if GetPrepInstructionsForSKUResult is set. + * @return bool True if GetPrepInstructionsForSKUResult is set. */ public function isSetGetPrepInstructionsForSKUResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForSKUResult.php b/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForSKUResult.php index 81836e1..549464b 100644 --- a/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForSKUResult.php +++ b/src/FBAInboundServiceMWS/Model/GetPrepInstructionsForSKUResult.php @@ -68,7 +68,7 @@ public function setSKUPrepInstructionsList($value) /** * Check to see if SKUPrepInstructionsList is set. * - * @return true if SKUPrepInstructionsList is set. + * @return bool True if SKUPrepInstructionsList is set. */ public function isSetSKUPrepInstructionsList() { @@ -114,7 +114,7 @@ public function setInvalidSKUList($value) /** * Check to see if InvalidSKUList is set. * - * @return true if InvalidSKUList is set. + * @return bool True if InvalidSKUList is set. */ public function isSetInvalidSKUList() { diff --git a/src/FBAInboundServiceMWS/Model/GetServiceStatusRequest.php b/src/FBAInboundServiceMWS/Model/GetServiceStatusRequest.php index 0ed6ec3..1496c61 100644 --- a/src/FBAInboundServiceMWS/Model/GetServiceStatusRequest.php +++ b/src/FBAInboundServiceMWS/Model/GetServiceStatusRequest.php @@ -67,7 +67,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -113,7 +113,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -159,7 +159,7 @@ public function setMarketplace($value) /** * Check to see if Marketplace is set. * - * @return true if Marketplace is set. + * @return bool True if Marketplace is set. */ public function isSetMarketplace() { diff --git a/src/FBAInboundServiceMWS/Model/GetServiceStatusResponse.php b/src/FBAInboundServiceMWS/Model/GetServiceStatusResponse.php index b71e010..1b27910 100644 --- a/src/FBAInboundServiceMWS/Model/GetServiceStatusResponse.php +++ b/src/FBAInboundServiceMWS/Model/GetServiceStatusResponse.php @@ -76,7 +76,7 @@ public function setGetServiceStatusResult($value) /** * Check to see if GetServiceStatusResult is set. * - * @return true if GetServiceStatusResult is set. + * @return bool True if GetServiceStatusResult is set. */ public function isSetGetServiceStatusResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAInboundServiceMWS/Model/GetServiceStatusResult.php b/src/FBAInboundServiceMWS/Model/GetServiceStatusResult.php index fdb6dbe..14ddc46 100644 --- a/src/FBAInboundServiceMWS/Model/GetServiceStatusResult.php +++ b/src/FBAInboundServiceMWS/Model/GetServiceStatusResult.php @@ -65,7 +65,7 @@ public function setStatus($value) /** * Check to see if Status is set. * - * @return true if Status is set. + * @return bool True if Status is set. */ public function isSetStatus() { @@ -111,7 +111,7 @@ public function setTimestamp($value) /** * Check to see if Timestamp is set. * - * @return true if Timestamp is set. + * @return bool True if Timestamp is set. */ public function isSetTimestamp() { diff --git a/src/FBAInboundServiceMWS/Model/GetTransportContentRequest.php b/src/FBAInboundServiceMWS/Model/GetTransportContentRequest.php index eddc214..db24298 100644 --- a/src/FBAInboundServiceMWS/Model/GetTransportContentRequest.php +++ b/src/FBAInboundServiceMWS/Model/GetTransportContentRequest.php @@ -67,7 +67,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -113,7 +113,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -159,7 +159,7 @@ public function setShipmentId($value) /** * Check to see if ShipmentId is set. * - * @return true if ShipmentId is set. + * @return bool True if ShipmentId is set. */ public function isSetShipmentId() { diff --git a/src/FBAInboundServiceMWS/Model/GetTransportContentResponse.php b/src/FBAInboundServiceMWS/Model/GetTransportContentResponse.php index 0b33d01..4903545 100644 --- a/src/FBAInboundServiceMWS/Model/GetTransportContentResponse.php +++ b/src/FBAInboundServiceMWS/Model/GetTransportContentResponse.php @@ -76,7 +76,7 @@ public function setGetTransportContentResult($value) /** * Check to see if GetTransportContentResult is set. * - * @return true if GetTransportContentResult is set. + * @return bool True if GetTransportContentResult is set. */ public function isSetGetTransportContentResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAInboundServiceMWS/Model/GetTransportContentResult.php b/src/FBAInboundServiceMWS/Model/GetTransportContentResult.php index beafeb3..eb7bd13 100644 --- a/src/FBAInboundServiceMWS/Model/GetTransportContentResult.php +++ b/src/FBAInboundServiceMWS/Model/GetTransportContentResult.php @@ -66,7 +66,7 @@ public function setTransportContent($value) /** * Check to see if TransportContent is set. * - * @return true if TransportContent is set. + * @return bool True if TransportContent is set. */ public function isSetTransportContent() { diff --git a/src/FBAInboundServiceMWS/Model/InboundShipmentHeader.php b/src/FBAInboundServiceMWS/Model/InboundShipmentHeader.php index a8d3124..88648cb 100644 --- a/src/FBAInboundServiceMWS/Model/InboundShipmentHeader.php +++ b/src/FBAInboundServiceMWS/Model/InboundShipmentHeader.php @@ -73,7 +73,7 @@ public function setShipmentName($value) /** * Check to see if ShipmentName is set. * - * @return true if ShipmentName is set. + * @return bool True if ShipmentName is set. */ public function isSetShipmentName() { @@ -119,7 +119,7 @@ public function setShipFromAddress($value) /** * Check to see if ShipFromAddress is set. * - * @return true if ShipFromAddress is set. + * @return bool True if ShipFromAddress is set. */ public function isSetShipFromAddress() { @@ -165,7 +165,7 @@ public function setDestinationFulfillmentCenterId($value) /** * Check to see if DestinationFulfillmentCenterId is set. * - * @return true if DestinationFulfillmentCenterId is set. + * @return bool True if DestinationFulfillmentCenterId is set. */ public function isSetDestinationFulfillmentCenterId() { @@ -189,7 +189,7 @@ public function withDestinationFulfillmentCenterId($value) /** * Check the value of AreCasesRequired. * - * @return true if AreCasesRequired is set to true. + * @return bool True if AreCasesRequired is set to true. */ public function isAreCasesRequired() { @@ -221,7 +221,7 @@ public function setAreCasesRequired($value) /** * Check to see if AreCasesRequired is set. * - * @return true if AreCasesRequired is set. + * @return bool True if AreCasesRequired is set. */ public function isSetAreCasesRequired() { @@ -267,7 +267,7 @@ public function setShipmentStatus($value) /** * Check to see if ShipmentStatus is set. * - * @return true if ShipmentStatus is set. + * @return bool True if ShipmentStatus is set. */ public function isSetShipmentStatus() { @@ -313,7 +313,7 @@ public function setLabelPrepPreference($value) /** * Check to see if LabelPrepPreference is set. * - * @return true if LabelPrepPreference is set. + * @return bool True if LabelPrepPreference is set. */ public function isSetLabelPrepPreference() { diff --git a/src/FBAInboundServiceMWS/Model/InboundShipmentInfo.php b/src/FBAInboundServiceMWS/Model/InboundShipmentInfo.php index aa4fbdd..76e5229 100644 --- a/src/FBAInboundServiceMWS/Model/InboundShipmentInfo.php +++ b/src/FBAInboundServiceMWS/Model/InboundShipmentInfo.php @@ -75,7 +75,7 @@ public function setShipmentId($value) /** * Check to see if ShipmentId is set. * - * @return true if ShipmentId is set. + * @return bool True if ShipmentId is set. */ public function isSetShipmentId() { @@ -121,7 +121,7 @@ public function setShipmentName($value) /** * Check to see if ShipmentName is set. * - * @return true if ShipmentName is set. + * @return bool True if ShipmentName is set. */ public function isSetShipmentName() { @@ -167,7 +167,7 @@ public function setShipFromAddress($value) /** * Check to see if ShipFromAddress is set. * - * @return true if ShipFromAddress is set. + * @return bool True if ShipFromAddress is set. */ public function isSetShipFromAddress() { @@ -213,7 +213,7 @@ public function setDestinationFulfillmentCenterId($value) /** * Check to see if DestinationFulfillmentCenterId is set. * - * @return true if DestinationFulfillmentCenterId is set. + * @return bool True if DestinationFulfillmentCenterId is set. */ public function isSetDestinationFulfillmentCenterId() { @@ -259,7 +259,7 @@ public function setShipmentStatus($value) /** * Check to see if ShipmentStatus is set. * - * @return true if ShipmentStatus is set. + * @return bool True if ShipmentStatus is set. */ public function isSetShipmentStatus() { @@ -305,7 +305,7 @@ public function setLabelPrepType($value) /** * Check to see if LabelPrepType is set. * - * @return true if LabelPrepType is set. + * @return bool True if LabelPrepType is set. */ public function isSetLabelPrepType() { @@ -329,7 +329,7 @@ public function withLabelPrepType($value) /** * Check the value of AreCasesRequired. * - * @return true if AreCasesRequired is set to true. + * @return bool True if AreCasesRequired is set to true. */ public function isAreCasesRequired() { @@ -361,7 +361,7 @@ public function setAreCasesRequired($value) /** * Check to see if AreCasesRequired is set. * - * @return true if AreCasesRequired is set. + * @return bool True if AreCasesRequired is set. */ public function isSetAreCasesRequired() { diff --git a/src/FBAInboundServiceMWS/Model/InboundShipmentItem.php b/src/FBAInboundServiceMWS/Model/InboundShipmentItem.php index 4202bdb..e29f2ea 100644 --- a/src/FBAInboundServiceMWS/Model/InboundShipmentItem.php +++ b/src/FBAInboundServiceMWS/Model/InboundShipmentItem.php @@ -73,7 +73,7 @@ public function setShipmentId($value) /** * Check to see if ShipmentId is set. * - * @return true if ShipmentId is set. + * @return bool True if ShipmentId is set. */ public function isSetShipmentId() { @@ -119,7 +119,7 @@ public function setSellerSKU($value) /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { @@ -165,7 +165,7 @@ public function setFulfillmentNetworkSKU($value) /** * Check to see if FulfillmentNetworkSKU is set. * - * @return true if FulfillmentNetworkSKU is set. + * @return bool True if FulfillmentNetworkSKU is set. */ public function isSetFulfillmentNetworkSKU() { @@ -211,7 +211,7 @@ public function setQuantityShipped($value) /** * Check to see if QuantityShipped is set. * - * @return true if QuantityShipped is set. + * @return bool True if QuantityShipped is set. */ public function isSetQuantityShipped() { @@ -257,7 +257,7 @@ public function setQuantityReceived($value) /** * Check to see if QuantityReceived is set. * - * @return true if QuantityReceived is set. + * @return bool True if QuantityReceived is set. */ public function isSetQuantityReceived() { @@ -303,7 +303,7 @@ public function setQuantityInCase($value) /** * Check to see if QuantityInCase is set. * - * @return true if QuantityInCase is set. + * @return bool True if QuantityInCase is set. */ public function isSetQuantityInCase() { diff --git a/src/FBAInboundServiceMWS/Model/InboundShipmentItemList.php b/src/FBAInboundServiceMWS/Model/InboundShipmentItemList.php index 1695dfc..7a1b006 100644 --- a/src/FBAInboundServiceMWS/Model/InboundShipmentItemList.php +++ b/src/FBAInboundServiceMWS/Model/InboundShipmentItemList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAInboundServiceMWS/Model/InboundShipmentList.php b/src/FBAInboundServiceMWS/Model/InboundShipmentList.php index 0b6b016..3bb7150 100644 --- a/src/FBAInboundServiceMWS/Model/InboundShipmentList.php +++ b/src/FBAInboundServiceMWS/Model/InboundShipmentList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAInboundServiceMWS/Model/InboundShipmentPlan.php b/src/FBAInboundServiceMWS/Model/InboundShipmentPlan.php index 0778414..630a1bb 100644 --- a/src/FBAInboundServiceMWS/Model/InboundShipmentPlan.php +++ b/src/FBAInboundServiceMWS/Model/InboundShipmentPlan.php @@ -74,7 +74,7 @@ public function setShipmentId($value) /** * Check to see if ShipmentId is set. * - * @return true if ShipmentId is set. + * @return bool True if ShipmentId is set. */ public function isSetShipmentId() { @@ -120,7 +120,7 @@ public function setDestinationFulfillmentCenterId($value) /** * Check to see if DestinationFulfillmentCenterId is set. * - * @return true if DestinationFulfillmentCenterId is set. + * @return bool True if DestinationFulfillmentCenterId is set. */ public function isSetDestinationFulfillmentCenterId() { @@ -166,7 +166,7 @@ public function setShipToAddress($value) /** * Check to see if ShipToAddress is set. * - * @return true if ShipToAddress is set. + * @return bool True if ShipToAddress is set. */ public function isSetShipToAddress() { @@ -212,7 +212,7 @@ public function setLabelPrepType($value) /** * Check to see if LabelPrepType is set. * - * @return true if LabelPrepType is set. + * @return bool True if LabelPrepType is set. */ public function isSetLabelPrepType() { @@ -258,7 +258,7 @@ public function setItems($value) /** * Check to see if Items is set. * - * @return true if Items is set. + * @return bool True if Items is set. */ public function isSetItems() { diff --git a/src/FBAInboundServiceMWS/Model/InboundShipmentPlanItem.php b/src/FBAInboundServiceMWS/Model/InboundShipmentPlanItem.php index 515a1ba..aabe84d 100644 --- a/src/FBAInboundServiceMWS/Model/InboundShipmentPlanItem.php +++ b/src/FBAInboundServiceMWS/Model/InboundShipmentPlanItem.php @@ -67,7 +67,7 @@ public function setSellerSKU($value) /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { @@ -113,7 +113,7 @@ public function setFulfillmentNetworkSKU($value) /** * Check to see if FulfillmentNetworkSKU is set. * - * @return true if FulfillmentNetworkSKU is set. + * @return bool True if FulfillmentNetworkSKU is set. */ public function isSetFulfillmentNetworkSKU() { @@ -159,7 +159,7 @@ public function setQuantity($value) /** * Check to see if Quantity is set. * - * @return true if Quantity is set. + * @return bool True if Quantity is set. */ public function isSetQuantity() { diff --git a/src/FBAInboundServiceMWS/Model/InboundShipmentPlanItemList.php b/src/FBAInboundServiceMWS/Model/InboundShipmentPlanItemList.php index bd9972e..0ea732b 100644 --- a/src/FBAInboundServiceMWS/Model/InboundShipmentPlanItemList.php +++ b/src/FBAInboundServiceMWS/Model/InboundShipmentPlanItemList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAInboundServiceMWS/Model/InboundShipmentPlanList.php b/src/FBAInboundServiceMWS/Model/InboundShipmentPlanList.php index 0958499..4c7d934 100644 --- a/src/FBAInboundServiceMWS/Model/InboundShipmentPlanList.php +++ b/src/FBAInboundServiceMWS/Model/InboundShipmentPlanList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAInboundServiceMWS/Model/InboundShipmentPlanRequestItem.php b/src/FBAInboundServiceMWS/Model/InboundShipmentPlanRequestItem.php index 6164b23..8937b5d 100644 --- a/src/FBAInboundServiceMWS/Model/InboundShipmentPlanRequestItem.php +++ b/src/FBAInboundServiceMWS/Model/InboundShipmentPlanRequestItem.php @@ -71,7 +71,7 @@ public function setSellerSKU($value) /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { @@ -117,7 +117,7 @@ public function setASIN($value) /** * Check to see if ASIN is set. * - * @return true if ASIN is set. + * @return bool True if ASIN is set. */ public function isSetASIN() { @@ -163,7 +163,7 @@ public function setCondition($value) /** * Check to see if Condition is set. * - * @return true if Condition is set. + * @return bool True if Condition is set. */ public function isSetCondition() { @@ -209,7 +209,7 @@ public function setQuantity($value) /** * Check to see if Quantity is set. * - * @return true if Quantity is set. + * @return bool True if Quantity is set. */ public function isSetQuantity() { @@ -255,7 +255,7 @@ public function setQuantityInCase($value) /** * Check to see if QuantityInCase is set. * - * @return true if QuantityInCase is set. + * @return bool True if QuantityInCase is set. */ public function isSetQuantityInCase() { diff --git a/src/FBAInboundServiceMWS/Model/InboundShipmentPlanRequestItemList.php b/src/FBAInboundServiceMWS/Model/InboundShipmentPlanRequestItemList.php index 64220d7..c2fcc75 100644 --- a/src/FBAInboundServiceMWS/Model/InboundShipmentPlanRequestItemList.php +++ b/src/FBAInboundServiceMWS/Model/InboundShipmentPlanRequestItemList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAInboundServiceMWS/Model/InvalidASIN.php b/src/FBAInboundServiceMWS/Model/InvalidASIN.php index 8c94b7a..61dda25 100644 --- a/src/FBAInboundServiceMWS/Model/InvalidASIN.php +++ b/src/FBAInboundServiceMWS/Model/InvalidASIN.php @@ -65,7 +65,7 @@ public function setASIN($value) /** * Check to see if ASIN is set. * - * @return true if ASIN is set. + * @return bool True if ASIN is set. */ public function isSetASIN() { @@ -111,7 +111,7 @@ public function setErrorReason($value) /** * Check to see if ErrorReason is set. * - * @return true if ErrorReason is set. + * @return bool True if ErrorReason is set. */ public function isSetErrorReason() { diff --git a/src/FBAInboundServiceMWS/Model/InvalidASINList.php b/src/FBAInboundServiceMWS/Model/InvalidASINList.php index 50b8110..3509f7e 100644 --- a/src/FBAInboundServiceMWS/Model/InvalidASINList.php +++ b/src/FBAInboundServiceMWS/Model/InvalidASINList.php @@ -80,7 +80,7 @@ public function unsetInvalidASIN() /** * Check to see if InvalidASIN is set. * - * @return true if InvalidASIN is set. + * @return bool True if InvalidASIN is set. */ public function isSetInvalidASIN() { diff --git a/src/FBAInboundServiceMWS/Model/InvalidSKU.php b/src/FBAInboundServiceMWS/Model/InvalidSKU.php index 9abcfe0..3c80b1f 100644 --- a/src/FBAInboundServiceMWS/Model/InvalidSKU.php +++ b/src/FBAInboundServiceMWS/Model/InvalidSKU.php @@ -65,7 +65,7 @@ public function setSellerSKU($value) /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { @@ -111,7 +111,7 @@ public function setErrorReason($value) /** * Check to see if ErrorReason is set. * - * @return true if ErrorReason is set. + * @return bool True if ErrorReason is set. */ public function isSetErrorReason() { diff --git a/src/FBAInboundServiceMWS/Model/InvalidSKUList.php b/src/FBAInboundServiceMWS/Model/InvalidSKUList.php index 49acf6f..9ebb676 100644 --- a/src/FBAInboundServiceMWS/Model/InvalidSKUList.php +++ b/src/FBAInboundServiceMWS/Model/InvalidSKUList.php @@ -80,7 +80,7 @@ public function unsetInvalidSKU() /** * Check to see if InvalidSKU is set. * - * @return true if InvalidSKU is set. + * @return bool True if InvalidSKU is set. */ public function isSetInvalidSKU() { diff --git a/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsByNextTokenRequest.php b/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsByNextTokenRequest.php index 78083b9..6c08bbc 100644 --- a/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsByNextTokenRequest.php +++ b/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsByNextTokenRequest.php @@ -69,7 +69,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -115,7 +115,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -161,7 +161,7 @@ public function setMarketplace($value) /** * Check to see if Marketplace is set. * - * @return true if Marketplace is set. + * @return bool True if Marketplace is set. */ public function isSetMarketplace() { @@ -207,7 +207,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { diff --git a/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsByNextTokenResponse.php b/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsByNextTokenResponse.php index b1d088f..2127ff0 100644 --- a/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsByNextTokenResponse.php +++ b/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsByNextTokenResponse.php @@ -76,7 +76,7 @@ public function setListInboundShipmentItemsByNextTokenResult($value) /** * Check to see if ListInboundShipmentItemsByNextTokenResult is set. * - * @return true if ListInboundShipmentItemsByNextTokenResult is set. + * @return bool True if ListInboundShipmentItemsByNextTokenResult is set. */ public function isSetListInboundShipmentItemsByNextTokenResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsByNextTokenResult.php b/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsByNextTokenResult.php index c4678c1..c2e2968 100644 --- a/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsByNextTokenResult.php +++ b/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsByNextTokenResult.php @@ -68,7 +68,7 @@ public function setItemData($value) /** * Check to see if ItemData is set. * - * @return true if ItemData is set. + * @return bool True if ItemData is set. */ public function isSetItemData() { @@ -114,7 +114,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { diff --git a/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsRequest.php b/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsRequest.php index eb36202..adfb029 100644 --- a/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsRequest.php +++ b/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsRequest.php @@ -73,7 +73,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -119,7 +119,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -165,7 +165,7 @@ public function setMarketplace($value) /** * Check to see if Marketplace is set. * - * @return true if Marketplace is set. + * @return bool True if Marketplace is set. */ public function isSetMarketplace() { @@ -211,7 +211,7 @@ public function setShipmentId($value) /** * Check to see if ShipmentId is set. * - * @return true if ShipmentId is set. + * @return bool True if ShipmentId is set. */ public function isSetShipmentId() { @@ -257,7 +257,7 @@ public function setLastUpdatedBefore($value) /** * Check to see if LastUpdatedBefore is set. * - * @return true if LastUpdatedBefore is set. + * @return bool True if LastUpdatedBefore is set. */ public function isSetLastUpdatedBefore() { @@ -303,7 +303,7 @@ public function setLastUpdatedAfter($value) /** * Check to see if LastUpdatedAfter is set. * - * @return true if LastUpdatedAfter is set. + * @return bool True if LastUpdatedAfter is set. */ public function isSetLastUpdatedAfter() { diff --git a/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsResponse.php b/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsResponse.php index 08a6905..523eed3 100644 --- a/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsResponse.php +++ b/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsResponse.php @@ -76,7 +76,7 @@ public function setListInboundShipmentItemsResult($value) /** * Check to see if ListInboundShipmentItemsResult is set. * - * @return true if ListInboundShipmentItemsResult is set. + * @return bool True if ListInboundShipmentItemsResult is set. */ public function isSetListInboundShipmentItemsResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsResult.php b/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsResult.php index af7c204..49ed8d6 100644 --- a/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsResult.php +++ b/src/FBAInboundServiceMWS/Model/ListInboundShipmentItemsResult.php @@ -68,7 +68,7 @@ public function setItemData($value) /** * Check to see if ItemData is set. * - * @return true if ItemData is set. + * @return bool True if ItemData is set. */ public function isSetItemData() { @@ -114,7 +114,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { diff --git a/src/FBAInboundServiceMWS/Model/ListInboundShipmentsByNextTokenRequest.php b/src/FBAInboundServiceMWS/Model/ListInboundShipmentsByNextTokenRequest.php index d8fa51e..e1151bd 100644 --- a/src/FBAInboundServiceMWS/Model/ListInboundShipmentsByNextTokenRequest.php +++ b/src/FBAInboundServiceMWS/Model/ListInboundShipmentsByNextTokenRequest.php @@ -69,7 +69,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -115,7 +115,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -161,7 +161,7 @@ public function setMarketplace($value) /** * Check to see if Marketplace is set. * - * @return true if Marketplace is set. + * @return bool True if Marketplace is set. */ public function isSetMarketplace() { @@ -207,7 +207,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { diff --git a/src/FBAInboundServiceMWS/Model/ListInboundShipmentsByNextTokenResponse.php b/src/FBAInboundServiceMWS/Model/ListInboundShipmentsByNextTokenResponse.php index 7b92b30..9a657d5 100644 --- a/src/FBAInboundServiceMWS/Model/ListInboundShipmentsByNextTokenResponse.php +++ b/src/FBAInboundServiceMWS/Model/ListInboundShipmentsByNextTokenResponse.php @@ -76,7 +76,7 @@ public function setListInboundShipmentsByNextTokenResult($value) /** * Check to see if ListInboundShipmentsByNextTokenResult is set. * - * @return true if ListInboundShipmentsByNextTokenResult is set. + * @return bool True if ListInboundShipmentsByNextTokenResult is set. */ public function isSetListInboundShipmentsByNextTokenResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAInboundServiceMWS/Model/ListInboundShipmentsByNextTokenResult.php b/src/FBAInboundServiceMWS/Model/ListInboundShipmentsByNextTokenResult.php index c06c621..272376d 100644 --- a/src/FBAInboundServiceMWS/Model/ListInboundShipmentsByNextTokenResult.php +++ b/src/FBAInboundServiceMWS/Model/ListInboundShipmentsByNextTokenResult.php @@ -68,7 +68,7 @@ public function setShipmentData($value) /** * Check to see if ShipmentData is set. * - * @return true if ShipmentData is set. + * @return bool True if ShipmentData is set. */ public function isSetShipmentData() { @@ -114,7 +114,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { diff --git a/src/FBAInboundServiceMWS/Model/ListInboundShipmentsRequest.php b/src/FBAInboundServiceMWS/Model/ListInboundShipmentsRequest.php index e8b5ddf..d164356 100644 --- a/src/FBAInboundServiceMWS/Model/ListInboundShipmentsRequest.php +++ b/src/FBAInboundServiceMWS/Model/ListInboundShipmentsRequest.php @@ -78,7 +78,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -124,7 +124,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -170,7 +170,7 @@ public function setMarketplace($value) /** * Check to see if Marketplace is set. * - * @return true if Marketplace is set. + * @return bool True if Marketplace is set. */ public function isSetMarketplace() { @@ -216,7 +216,7 @@ public function setShipmentStatusList($value) /** * Check to see if ShipmentStatusList is set. * - * @return true if ShipmentStatusList is set. + * @return bool True if ShipmentStatusList is set. */ public function isSetShipmentStatusList() { @@ -262,7 +262,7 @@ public function setShipmentIdList($value) /** * Check to see if ShipmentIdList is set. * - * @return true if ShipmentIdList is set. + * @return bool True if ShipmentIdList is set. */ public function isSetShipmentIdList() { @@ -308,7 +308,7 @@ public function setLastUpdatedBefore($value) /** * Check to see if LastUpdatedBefore is set. * - * @return true if LastUpdatedBefore is set. + * @return bool True if LastUpdatedBefore is set. */ public function isSetLastUpdatedBefore() { @@ -354,7 +354,7 @@ public function setLastUpdatedAfter($value) /** * Check to see if LastUpdatedAfter is set. * - * @return true if LastUpdatedAfter is set. + * @return bool True if LastUpdatedAfter is set. */ public function isSetLastUpdatedAfter() { diff --git a/src/FBAInboundServiceMWS/Model/ListInboundShipmentsResponse.php b/src/FBAInboundServiceMWS/Model/ListInboundShipmentsResponse.php index 51c7786..b6be5f2 100644 --- a/src/FBAInboundServiceMWS/Model/ListInboundShipmentsResponse.php +++ b/src/FBAInboundServiceMWS/Model/ListInboundShipmentsResponse.php @@ -76,7 +76,7 @@ public function setListInboundShipmentsResult($value) /** * Check to see if ListInboundShipmentsResult is set. * - * @return true if ListInboundShipmentsResult is set. + * @return bool True if ListInboundShipmentsResult is set. */ public function isSetListInboundShipmentsResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAInboundServiceMWS/Model/ListInboundShipmentsResult.php b/src/FBAInboundServiceMWS/Model/ListInboundShipmentsResult.php index 1c76a1c..33db853 100644 --- a/src/FBAInboundServiceMWS/Model/ListInboundShipmentsResult.php +++ b/src/FBAInboundServiceMWS/Model/ListInboundShipmentsResult.php @@ -68,7 +68,7 @@ public function setShipmentData($value) /** * Check to see if ShipmentData is set. * - * @return true if ShipmentData is set. + * @return bool True if ShipmentData is set. */ public function isSetShipmentData() { @@ -114,7 +114,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { diff --git a/src/FBAInboundServiceMWS/Model/NonPartneredLtlDataInput.php b/src/FBAInboundServiceMWS/Model/NonPartneredLtlDataInput.php index 53ca63c..712edef 100644 --- a/src/FBAInboundServiceMWS/Model/NonPartneredLtlDataInput.php +++ b/src/FBAInboundServiceMWS/Model/NonPartneredLtlDataInput.php @@ -65,7 +65,7 @@ public function setCarrierName($value) /** * Check to see if CarrierName is set. * - * @return true if CarrierName is set. + * @return bool True if CarrierName is set. */ public function isSetCarrierName() { @@ -111,7 +111,7 @@ public function setProNumber($value) /** * Check to see if ProNumber is set. * - * @return true if ProNumber is set. + * @return bool True if ProNumber is set. */ public function isSetProNumber() { diff --git a/src/FBAInboundServiceMWS/Model/NonPartneredLtlDataOutput.php b/src/FBAInboundServiceMWS/Model/NonPartneredLtlDataOutput.php index 2e6769d..d6c9a9f 100644 --- a/src/FBAInboundServiceMWS/Model/NonPartneredLtlDataOutput.php +++ b/src/FBAInboundServiceMWS/Model/NonPartneredLtlDataOutput.php @@ -65,7 +65,7 @@ public function setCarrierName($value) /** * Check to see if CarrierName is set. * - * @return true if CarrierName is set. + * @return bool True if CarrierName is set. */ public function isSetCarrierName() { @@ -111,7 +111,7 @@ public function setProNumber($value) /** * Check to see if ProNumber is set. * - * @return true if ProNumber is set. + * @return bool True if ProNumber is set. */ public function isSetProNumber() { diff --git a/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelDataInput.php b/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelDataInput.php index 742174c..82c2cca 100644 --- a/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelDataInput.php +++ b/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelDataInput.php @@ -68,7 +68,7 @@ public function setCarrierName($value) /** * Check to see if CarrierName is set. * - * @return true if CarrierName is set. + * @return bool True if CarrierName is set. */ public function isSetCarrierName() { @@ -114,7 +114,7 @@ public function setPackageList($value) /** * Check to see if PackageList is set. * - * @return true if PackageList is set. + * @return bool True if PackageList is set. */ public function isSetPackageList() { diff --git a/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelDataOutput.php b/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelDataOutput.php index 910a55a..2974609 100644 --- a/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelDataOutput.php +++ b/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelDataOutput.php @@ -66,7 +66,7 @@ public function setPackageList($value) /** * Check to see if PackageList is set. * - * @return true if PackageList is set. + * @return bool True if PackageList is set. */ public function isSetPackageList() { diff --git a/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelPackageInput.php b/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelPackageInput.php index a33a408..1829efe 100644 --- a/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelPackageInput.php +++ b/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelPackageInput.php @@ -63,7 +63,7 @@ public function setTrackingId($value) /** * Check to see if TrackingId is set. * - * @return true if TrackingId is set. + * @return bool True if TrackingId is set. */ public function isSetTrackingId() { diff --git a/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelPackageInputList.php b/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelPackageInputList.php index 3c143e0..26665b0 100644 --- a/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelPackageInputList.php +++ b/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelPackageInputList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelPackageOutput.php b/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelPackageOutput.php index fcf3587..747cd47 100644 --- a/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelPackageOutput.php +++ b/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelPackageOutput.php @@ -67,7 +67,7 @@ public function setCarrierName($value) /** * Check to see if CarrierName is set. * - * @return true if CarrierName is set. + * @return bool True if CarrierName is set. */ public function isSetCarrierName() { @@ -113,7 +113,7 @@ public function setTrackingId($value) /** * Check to see if TrackingId is set. * - * @return true if TrackingId is set. + * @return bool True if TrackingId is set. */ public function isSetTrackingId() { @@ -159,7 +159,7 @@ public function setPackageStatus($value) /** * Check to see if PackageStatus is set. * - * @return true if PackageStatus is set. + * @return bool True if PackageStatus is set. */ public function isSetPackageStatus() { diff --git a/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelPackageOutputList.php b/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelPackageOutputList.php index 37b1f46..e08f4fc 100644 --- a/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelPackageOutputList.php +++ b/src/FBAInboundServiceMWS/Model/NonPartneredSmallParcelPackageOutputList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAInboundServiceMWS/Model/Pallet.php b/src/FBAInboundServiceMWS/Model/Pallet.php index aebf626..c8573c5 100644 --- a/src/FBAInboundServiceMWS/Model/Pallet.php +++ b/src/FBAInboundServiceMWS/Model/Pallet.php @@ -67,7 +67,7 @@ public function setDimensions($value) /** * Check to see if Dimensions is set. * - * @return true if Dimensions is set. + * @return bool True if Dimensions is set. */ public function isSetDimensions() { @@ -113,7 +113,7 @@ public function setWeight($value) /** * Check to see if Weight is set. * - * @return true if Weight is set. + * @return bool True if Weight is set. */ public function isSetWeight() { @@ -137,7 +137,7 @@ public function withWeight($value) /** * Check the value of IsStacked. * - * @return true if IsStacked is set to true. + * @return bool True if IsStacked is set to true. */ public function isIsStacked() { @@ -169,7 +169,7 @@ public function setIsStacked($value) /** * Check to see if IsStacked is set. * - * @return true if IsStacked is set. + * @return bool True if IsStacked is set. */ public function isSetIsStacked() { diff --git a/src/FBAInboundServiceMWS/Model/PalletList.php b/src/FBAInboundServiceMWS/Model/PalletList.php index 8de1e16..9d19859 100644 --- a/src/FBAInboundServiceMWS/Model/PalletList.php +++ b/src/FBAInboundServiceMWS/Model/PalletList.php @@ -77,7 +77,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAInboundServiceMWS/Model/PartneredEstimate.php b/src/FBAInboundServiceMWS/Model/PartneredEstimate.php index 6a783da..5800e84 100644 --- a/src/FBAInboundServiceMWS/Model/PartneredEstimate.php +++ b/src/FBAInboundServiceMWS/Model/PartneredEstimate.php @@ -67,7 +67,7 @@ public function setAmount($value) /** * Check to see if Amount is set. * - * @return true if Amount is set. + * @return bool True if Amount is set. */ public function isSetAmount() { @@ -113,7 +113,7 @@ public function setConfirmDeadline($value) /** * Check to see if ConfirmDeadline is set. * - * @return true if ConfirmDeadline is set. + * @return bool True if ConfirmDeadline is set. */ public function isSetConfirmDeadline() { @@ -159,7 +159,7 @@ public function setVoidDeadline($value) /** * Check to see if VoidDeadline is set. * - * @return true if VoidDeadline is set. + * @return bool True if VoidDeadline is set. */ public function isSetVoidDeadline() { diff --git a/src/FBAInboundServiceMWS/Model/PartneredLtlDataInput.php b/src/FBAInboundServiceMWS/Model/PartneredLtlDataInput.php index d95d227..07f5d8c 100644 --- a/src/FBAInboundServiceMWS/Model/PartneredLtlDataInput.php +++ b/src/FBAInboundServiceMWS/Model/PartneredLtlDataInput.php @@ -75,7 +75,7 @@ public function setContact($value) /** * Check to see if Contact is set. * - * @return true if Contact is set. + * @return bool True if Contact is set. */ public function isSetContact() { @@ -121,7 +121,7 @@ public function setBoxCount($value) /** * Check to see if BoxCount is set. * - * @return true if BoxCount is set. + * @return bool True if BoxCount is set. */ public function isSetBoxCount() { @@ -167,7 +167,7 @@ public function setSellerFreightClass($value) /** * Check to see if SellerFreightClass is set. * - * @return true if SellerFreightClass is set. + * @return bool True if SellerFreightClass is set. */ public function isSetSellerFreightClass() { @@ -213,7 +213,7 @@ public function setFreightReadyDate($value) /** * Check to see if FreightReadyDate is set. * - * @return true if FreightReadyDate is set. + * @return bool True if FreightReadyDate is set. */ public function isSetFreightReadyDate() { @@ -259,7 +259,7 @@ public function setPalletList($value) /** * Check to see if PalletList is set. * - * @return true if PalletList is set. + * @return bool True if PalletList is set. */ public function isSetPalletList() { @@ -305,7 +305,7 @@ public function setTotalWeight($value) /** * Check to see if TotalWeight is set. * - * @return true if TotalWeight is set. + * @return bool True if TotalWeight is set. */ public function isSetTotalWeight() { @@ -351,7 +351,7 @@ public function setSellerDeclaredValue($value) /** * Check to see if SellerDeclaredValue is set. * - * @return true if SellerDeclaredValue is set. + * @return bool True if SellerDeclaredValue is set. */ public function isSetSellerDeclaredValue() { diff --git a/src/FBAInboundServiceMWS/Model/PartneredLtlDataOutput.php b/src/FBAInboundServiceMWS/Model/PartneredLtlDataOutput.php index 218a2f0..f148dc9 100644 --- a/src/FBAInboundServiceMWS/Model/PartneredLtlDataOutput.php +++ b/src/FBAInboundServiceMWS/Model/PartneredLtlDataOutput.php @@ -94,7 +94,7 @@ public function setContact($value) /** * Check to see if Contact is set. * - * @return true if Contact is set. + * @return bool True if Contact is set. */ public function isSetContact() { @@ -140,7 +140,7 @@ public function setBoxCount($value) /** * Check to see if BoxCount is set. * - * @return true if BoxCount is set. + * @return bool True if BoxCount is set. */ public function isSetBoxCount() { @@ -186,7 +186,7 @@ public function setSellerFreightClass($value) /** * Check to see if SellerFreightClass is set. * - * @return true if SellerFreightClass is set. + * @return bool True if SellerFreightClass is set. */ public function isSetSellerFreightClass() { @@ -232,7 +232,7 @@ public function setFreightReadyDate($value) /** * Check to see if FreightReadyDate is set. * - * @return true if FreightReadyDate is set. + * @return bool True if FreightReadyDate is set. */ public function isSetFreightReadyDate() { @@ -278,7 +278,7 @@ public function setPalletList($value) /** * Check to see if PalletList is set. * - * @return true if PalletList is set. + * @return bool True if PalletList is set. */ public function isSetPalletList() { @@ -324,7 +324,7 @@ public function setTotalWeight($value) /** * Check to see if TotalWeight is set. * - * @return true if TotalWeight is set. + * @return bool True if TotalWeight is set. */ public function isSetTotalWeight() { @@ -370,7 +370,7 @@ public function setSellerDeclaredValue($value) /** * Check to see if SellerDeclaredValue is set. * - * @return true if SellerDeclaredValue is set. + * @return bool True if SellerDeclaredValue is set. */ public function isSetSellerDeclaredValue() { @@ -416,7 +416,7 @@ public function setAmazonCalculatedValue($value) /** * Check to see if AmazonCalculatedValue is set. * - * @return true if AmazonCalculatedValue is set. + * @return bool True if AmazonCalculatedValue is set. */ public function isSetAmazonCalculatedValue() { @@ -462,7 +462,7 @@ public function setPreviewPickupDate($value) /** * Check to see if PreviewPickupDate is set. * - * @return true if PreviewPickupDate is set. + * @return bool True if PreviewPickupDate is set. */ public function isSetPreviewPickupDate() { @@ -508,7 +508,7 @@ public function setPreviewDeliveryDate($value) /** * Check to see if PreviewDeliveryDate is set. * - * @return true if PreviewDeliveryDate is set. + * @return bool True if PreviewDeliveryDate is set. */ public function isSetPreviewDeliveryDate() { @@ -554,7 +554,7 @@ public function setPreviewFreightClass($value) /** * Check to see if PreviewFreightClass is set. * - * @return true if PreviewFreightClass is set. + * @return bool True if PreviewFreightClass is set. */ public function isSetPreviewFreightClass() { @@ -600,7 +600,7 @@ public function setAmazonReferenceId($value) /** * Check to see if AmazonReferenceId is set. * - * @return true if AmazonReferenceId is set. + * @return bool True if AmazonReferenceId is set. */ public function isSetAmazonReferenceId() { @@ -624,7 +624,7 @@ public function withAmazonReferenceId($value) /** * Check the value of IsBillOfLadingAvailable. * - * @return true if IsBillOfLadingAvailable is set to true. + * @return bool True if IsBillOfLadingAvailable is set to true. */ public function isIsBillOfLadingAvailable() { @@ -656,7 +656,7 @@ public function setIsBillOfLadingAvailable($value) /** * Check to see if IsBillOfLadingAvailable is set. * - * @return true if IsBillOfLadingAvailable is set. + * @return bool True if IsBillOfLadingAvailable is set. */ public function isSetIsBillOfLadingAvailable() { @@ -702,7 +702,7 @@ public function setPartneredEstimate($value) /** * Check to see if PartneredEstimate is set. * - * @return true if PartneredEstimate is set. + * @return bool True if PartneredEstimate is set. */ public function isSetPartneredEstimate() { @@ -748,7 +748,7 @@ public function setCarrierName($value) /** * Check to see if CarrierName is set. * - * @return true if CarrierName is set. + * @return bool True if CarrierName is set. */ public function isSetCarrierName() { diff --git a/src/FBAInboundServiceMWS/Model/PartneredSmallParcelDataInput.php b/src/FBAInboundServiceMWS/Model/PartneredSmallParcelDataInput.php index 6518ab3..dd5c948 100644 --- a/src/FBAInboundServiceMWS/Model/PartneredSmallParcelDataInput.php +++ b/src/FBAInboundServiceMWS/Model/PartneredSmallParcelDataInput.php @@ -66,7 +66,7 @@ public function setPackageList($value) /** * Check to see if PackageList is set. * - * @return true if PackageList is set. + * @return bool True if PackageList is set. */ public function isSetPackageList() { diff --git a/src/FBAInboundServiceMWS/Model/PartneredSmallParcelDataOutput.php b/src/FBAInboundServiceMWS/Model/PartneredSmallParcelDataOutput.php index 2f006cb..cd8c573 100644 --- a/src/FBAInboundServiceMWS/Model/PartneredSmallParcelDataOutput.php +++ b/src/FBAInboundServiceMWS/Model/PartneredSmallParcelDataOutput.php @@ -71,7 +71,7 @@ public function setPackageList($value) /** * Check to see if PackageList is set. * - * @return true if PackageList is set. + * @return bool True if PackageList is set. */ public function isSetPackageList() { @@ -117,7 +117,7 @@ public function setPartneredEstimate($value) /** * Check to see if PartneredEstimate is set. * - * @return true if PartneredEstimate is set. + * @return bool True if PartneredEstimate is set. */ public function isSetPartneredEstimate() { diff --git a/src/FBAInboundServiceMWS/Model/PartneredSmallParcelPackageInput.php b/src/FBAInboundServiceMWS/Model/PartneredSmallParcelPackageInput.php index 61d550b..115c1a6 100644 --- a/src/FBAInboundServiceMWS/Model/PartneredSmallParcelPackageInput.php +++ b/src/FBAInboundServiceMWS/Model/PartneredSmallParcelPackageInput.php @@ -65,7 +65,7 @@ public function setDimensions($value) /** * Check to see if Dimensions is set. * - * @return true if Dimensions is set. + * @return bool True if Dimensions is set. */ public function isSetDimensions() { @@ -111,7 +111,7 @@ public function setWeight($value) /** * Check to see if Weight is set. * - * @return true if Weight is set. + * @return bool True if Weight is set. */ public function isSetWeight() { diff --git a/src/FBAInboundServiceMWS/Model/PartneredSmallParcelPackageInputList.php b/src/FBAInboundServiceMWS/Model/PartneredSmallParcelPackageInputList.php index f5def7f..c865aa0 100644 --- a/src/FBAInboundServiceMWS/Model/PartneredSmallParcelPackageInputList.php +++ b/src/FBAInboundServiceMWS/Model/PartneredSmallParcelPackageInputList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAInboundServiceMWS/Model/PartneredSmallParcelPackageOutput.php b/src/FBAInboundServiceMWS/Model/PartneredSmallParcelPackageOutput.php index 8a40e9f..cc7b1ca 100644 --- a/src/FBAInboundServiceMWS/Model/PartneredSmallParcelPackageOutput.php +++ b/src/FBAInboundServiceMWS/Model/PartneredSmallParcelPackageOutput.php @@ -71,7 +71,7 @@ public function setDimensions($value) /** * Check to see if Dimensions is set. * - * @return true if Dimensions is set. + * @return bool True if Dimensions is set. */ public function isSetDimensions() { @@ -117,7 +117,7 @@ public function setWeight($value) /** * Check to see if Weight is set. * - * @return true if Weight is set. + * @return bool True if Weight is set. */ public function isSetWeight() { @@ -163,7 +163,7 @@ public function setCarrierName($value) /** * Check to see if CarrierName is set. * - * @return true if CarrierName is set. + * @return bool True if CarrierName is set. */ public function isSetCarrierName() { @@ -209,7 +209,7 @@ public function setTrackingId($value) /** * Check to see if TrackingId is set. * - * @return true if TrackingId is set. + * @return bool True if TrackingId is set. */ public function isSetTrackingId() { @@ -255,7 +255,7 @@ public function setPackageStatus($value) /** * Check to see if PackageStatus is set. * - * @return true if PackageStatus is set. + * @return bool True if PackageStatus is set. */ public function isSetPackageStatus() { diff --git a/src/FBAInboundServiceMWS/Model/PartneredSmallParcelPackageOutputList.php b/src/FBAInboundServiceMWS/Model/PartneredSmallParcelPackageOutputList.php index 7f4581e..a4d4f48 100644 --- a/src/FBAInboundServiceMWS/Model/PartneredSmallParcelPackageOutputList.php +++ b/src/FBAInboundServiceMWS/Model/PartneredSmallParcelPackageOutputList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAInboundServiceMWS/Model/PrepInstructionList.php b/src/FBAInboundServiceMWS/Model/PrepInstructionList.php index a110669..9a53904 100644 --- a/src/FBAInboundServiceMWS/Model/PrepInstructionList.php +++ b/src/FBAInboundServiceMWS/Model/PrepInstructionList.php @@ -77,7 +77,7 @@ public function unsetPrepInstruction() /** * Check to see if PrepInstruction is set. * - * @return true if PrepInstruction is set. + * @return bool True if PrepInstruction is set. */ public function isSetPrepInstruction() { diff --git a/src/FBAInboundServiceMWS/Model/PutTransportContentRequest.php b/src/FBAInboundServiceMWS/Model/PutTransportContentRequest.php index 5000148..0bf23db 100644 --- a/src/FBAInboundServiceMWS/Model/PutTransportContentRequest.php +++ b/src/FBAInboundServiceMWS/Model/PutTransportContentRequest.php @@ -76,7 +76,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -122,7 +122,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -168,7 +168,7 @@ public function setShipmentId($value) /** * Check to see if ShipmentId is set. * - * @return true if ShipmentId is set. + * @return bool True if ShipmentId is set. */ public function isSetShipmentId() { @@ -192,7 +192,7 @@ public function withShipmentId($value) /** * Check the value of IsPartnered. * - * @return true if IsPartnered is set to true. + * @return bool True if IsPartnered is set to true. */ public function isIsPartnered() { @@ -224,7 +224,7 @@ public function setIsPartnered($value) /** * Check to see if IsPartnered is set. * - * @return true if IsPartnered is set. + * @return bool True if IsPartnered is set. */ public function isSetIsPartnered() { @@ -270,7 +270,7 @@ public function setShipmentType($value) /** * Check to see if ShipmentType is set. * - * @return true if ShipmentType is set. + * @return bool True if ShipmentType is set. */ public function isSetShipmentType() { @@ -316,7 +316,7 @@ public function setTransportDetails($value) /** * Check to see if TransportDetails is set. * - * @return true if TransportDetails is set. + * @return bool True if TransportDetails is set. */ public function isSetTransportDetails() { diff --git a/src/FBAInboundServiceMWS/Model/PutTransportContentResponse.php b/src/FBAInboundServiceMWS/Model/PutTransportContentResponse.php index 16b4adc..e7d098f 100644 --- a/src/FBAInboundServiceMWS/Model/PutTransportContentResponse.php +++ b/src/FBAInboundServiceMWS/Model/PutTransportContentResponse.php @@ -76,7 +76,7 @@ public function setPutTransportContentResult($value) /** * Check to see if PutTransportContentResult is set. * - * @return true if PutTransportContentResult is set. + * @return bool True if PutTransportContentResult is set. */ public function isSetPutTransportContentResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAInboundServiceMWS/Model/PutTransportContentResult.php b/src/FBAInboundServiceMWS/Model/PutTransportContentResult.php index e189a35..06bebd9 100644 --- a/src/FBAInboundServiceMWS/Model/PutTransportContentResult.php +++ b/src/FBAInboundServiceMWS/Model/PutTransportContentResult.php @@ -66,7 +66,7 @@ public function setTransportResult($value) /** * Check to see if TransportResult is set. * - * @return true if TransportResult is set. + * @return bool True if TransportResult is set. */ public function isSetTransportResult() { diff --git a/src/FBAInboundServiceMWS/Model/ResponseMetadata.php b/src/FBAInboundServiceMWS/Model/ResponseMetadata.php index a82c604..1202b45 100644 --- a/src/FBAInboundServiceMWS/Model/ResponseMetadata.php +++ b/src/FBAInboundServiceMWS/Model/ResponseMetadata.php @@ -63,7 +63,7 @@ public function setRequestId($value) /** * Check to see if RequestId is set. * - * @return true if RequestId is set. + * @return bool True if RequestId is set. */ public function isSetRequestId() { diff --git a/src/FBAInboundServiceMWS/Model/SKUPrepInstructions.php b/src/FBAInboundServiceMWS/Model/SKUPrepInstructions.php index 7d887ac..3af6faf 100644 --- a/src/FBAInboundServiceMWS/Model/SKUPrepInstructions.php +++ b/src/FBAInboundServiceMWS/Model/SKUPrepInstructions.php @@ -74,7 +74,7 @@ public function setSellerSKU($value) /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { @@ -120,7 +120,7 @@ public function setASIN($value) /** * Check to see if ASIN is set. * - * @return true if ASIN is set. + * @return bool True if ASIN is set. */ public function isSetASIN() { @@ -166,7 +166,7 @@ public function setBarcodeInstruction($value) /** * Check to see if BarcodeInstruction is set. * - * @return true if BarcodeInstruction is set. + * @return bool True if BarcodeInstruction is set. */ public function isSetBarcodeInstruction() { @@ -212,7 +212,7 @@ public function setPrepGuidance($value) /** * Check to see if PrepGuidance is set. * - * @return true if PrepGuidance is set. + * @return bool True if PrepGuidance is set. */ public function isSetPrepGuidance() { @@ -258,7 +258,7 @@ public function setPrepInstructionList($value) /** * Check to see if PrepInstructionList is set. * - * @return true if PrepInstructionList is set. + * @return bool True if PrepInstructionList is set. */ public function isSetPrepInstructionList() { diff --git a/src/FBAInboundServiceMWS/Model/SKUPrepInstructionsList.php b/src/FBAInboundServiceMWS/Model/SKUPrepInstructionsList.php index 94c1288..7c9c7bf 100644 --- a/src/FBAInboundServiceMWS/Model/SKUPrepInstructionsList.php +++ b/src/FBAInboundServiceMWS/Model/SKUPrepInstructionsList.php @@ -80,7 +80,7 @@ public function unsetSKUPrepInstructions() /** * Check to see if SKUPrepInstructions is set. * - * @return true if SKUPrepInstructions is set. + * @return bool True if SKUPrepInstructions is set. */ public function isSetSKUPrepInstructions() { diff --git a/src/FBAInboundServiceMWS/Model/SellerSKUList.php b/src/FBAInboundServiceMWS/Model/SellerSKUList.php index 23d7196..aa81f69 100644 --- a/src/FBAInboundServiceMWS/Model/SellerSKUList.php +++ b/src/FBAInboundServiceMWS/Model/SellerSKUList.php @@ -77,7 +77,7 @@ public function unsetId() /** * Check to see if Id is set. * - * @return true if Id is set. + * @return bool True if Id is set. */ public function isSetId() { diff --git a/src/FBAInboundServiceMWS/Model/ShipmentIdList.php b/src/FBAInboundServiceMWS/Model/ShipmentIdList.php index e8de01b..7a5e321 100644 --- a/src/FBAInboundServiceMWS/Model/ShipmentIdList.php +++ b/src/FBAInboundServiceMWS/Model/ShipmentIdList.php @@ -77,7 +77,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAInboundServiceMWS/Model/ShipmentStatusList.php b/src/FBAInboundServiceMWS/Model/ShipmentStatusList.php index 6496fcb..73d1e5b 100644 --- a/src/FBAInboundServiceMWS/Model/ShipmentStatusList.php +++ b/src/FBAInboundServiceMWS/Model/ShipmentStatusList.php @@ -77,7 +77,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAInboundServiceMWS/Model/TransportContent.php b/src/FBAInboundServiceMWS/Model/TransportContent.php index ae22af2..26255e6 100644 --- a/src/FBAInboundServiceMWS/Model/TransportContent.php +++ b/src/FBAInboundServiceMWS/Model/TransportContent.php @@ -76,7 +76,7 @@ public function setTransportHeader($value) /** * Check to see if TransportHeader is set. * - * @return true if TransportHeader is set. + * @return bool True if TransportHeader is set. */ public function isSetTransportHeader() { @@ -122,7 +122,7 @@ public function setTransportDetails($value) /** * Check to see if TransportDetails is set. * - * @return true if TransportDetails is set. + * @return bool True if TransportDetails is set. */ public function isSetTransportDetails() { @@ -168,7 +168,7 @@ public function setTransportResult($value) /** * Check to see if TransportResult is set. * - * @return true if TransportResult is set. + * @return bool True if TransportResult is set. */ public function isSetTransportResult() { diff --git a/src/FBAInboundServiceMWS/Model/TransportDetailInput.php b/src/FBAInboundServiceMWS/Model/TransportDetailInput.php index a3fb2d0..e870651 100644 --- a/src/FBAInboundServiceMWS/Model/TransportDetailInput.php +++ b/src/FBAInboundServiceMWS/Model/TransportDetailInput.php @@ -81,7 +81,7 @@ public function setPartneredSmallParcelData($value) /** * Check to see if PartneredSmallParcelData is set. * - * @return true if PartneredSmallParcelData is set. + * @return bool True if PartneredSmallParcelData is set. */ public function isSetPartneredSmallParcelData() { @@ -127,7 +127,7 @@ public function setNonPartneredSmallParcelData($value) /** * Check to see if NonPartneredSmallParcelData is set. * - * @return true if NonPartneredSmallParcelData is set. + * @return bool True if NonPartneredSmallParcelData is set. */ public function isSetNonPartneredSmallParcelData() { @@ -173,7 +173,7 @@ public function setPartneredLtlData($value) /** * Check to see if PartneredLtlData is set. * - * @return true if PartneredLtlData is set. + * @return bool True if PartneredLtlData is set. */ public function isSetPartneredLtlData() { @@ -219,7 +219,7 @@ public function setNonPartneredLtlData($value) /** * Check to see if NonPartneredLtlData is set. * - * @return true if NonPartneredLtlData is set. + * @return bool True if NonPartneredLtlData is set. */ public function isSetNonPartneredLtlData() { diff --git a/src/FBAInboundServiceMWS/Model/TransportDetailOutput.php b/src/FBAInboundServiceMWS/Model/TransportDetailOutput.php index a9d5cd0..41fffad 100644 --- a/src/FBAInboundServiceMWS/Model/TransportDetailOutput.php +++ b/src/FBAInboundServiceMWS/Model/TransportDetailOutput.php @@ -81,7 +81,7 @@ public function setPartneredSmallParcelData($value) /** * Check to see if PartneredSmallParcelData is set. * - * @return true if PartneredSmallParcelData is set. + * @return bool True if PartneredSmallParcelData is set. */ public function isSetPartneredSmallParcelData() { @@ -127,7 +127,7 @@ public function setNonPartneredSmallParcelData($value) /** * Check to see if NonPartneredSmallParcelData is set. * - * @return true if NonPartneredSmallParcelData is set. + * @return bool True if NonPartneredSmallParcelData is set. */ public function isSetNonPartneredSmallParcelData() { @@ -173,7 +173,7 @@ public function setPartneredLtlData($value) /** * Check to see if PartneredLtlData is set. * - * @return true if PartneredLtlData is set. + * @return bool True if PartneredLtlData is set. */ public function isSetPartneredLtlData() { @@ -219,7 +219,7 @@ public function setNonPartneredLtlData($value) /** * Check to see if NonPartneredLtlData is set. * - * @return true if NonPartneredLtlData is set. + * @return bool True if NonPartneredLtlData is set. */ public function isSetNonPartneredLtlData() { diff --git a/src/FBAInboundServiceMWS/Model/TransportDocument.php b/src/FBAInboundServiceMWS/Model/TransportDocument.php index a17d60a..961fc5d 100644 --- a/src/FBAInboundServiceMWS/Model/TransportDocument.php +++ b/src/FBAInboundServiceMWS/Model/TransportDocument.php @@ -65,7 +65,7 @@ public function setPdfDocument($value) /** * Check to see if PdfDocument is set. * - * @return true if PdfDocument is set. + * @return bool True if PdfDocument is set. */ public function isSetPdfDocument() { @@ -111,7 +111,7 @@ public function setChecksum($value) /** * Check to see if Checksum is set. * - * @return true if Checksum is set. + * @return bool True if Checksum is set. */ public function isSetChecksum() { diff --git a/src/FBAInboundServiceMWS/Model/TransportHeader.php b/src/FBAInboundServiceMWS/Model/TransportHeader.php index fd31d85..70ccc3a 100644 --- a/src/FBAInboundServiceMWS/Model/TransportHeader.php +++ b/src/FBAInboundServiceMWS/Model/TransportHeader.php @@ -69,7 +69,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -115,7 +115,7 @@ public function setShipmentId($value) /** * Check to see if ShipmentId is set. * - * @return true if ShipmentId is set. + * @return bool True if ShipmentId is set. */ public function isSetShipmentId() { @@ -139,7 +139,7 @@ public function withShipmentId($value) /** * Check the value of IsPartnered. * - * @return true if IsPartnered is set to true. + * @return bool True if IsPartnered is set to true. */ public function isIsPartnered() { @@ -171,7 +171,7 @@ public function setIsPartnered($value) /** * Check to see if IsPartnered is set. * - * @return true if IsPartnered is set. + * @return bool True if IsPartnered is set. */ public function isSetIsPartnered() { @@ -217,7 +217,7 @@ public function setShipmentType($value) /** * Check to see if ShipmentType is set. * - * @return true if ShipmentType is set. + * @return bool True if ShipmentType is set. */ public function isSetShipmentType() { diff --git a/src/FBAInboundServiceMWS/Model/TransportResult.php b/src/FBAInboundServiceMWS/Model/TransportResult.php index 20903f3..a70f28c 100644 --- a/src/FBAInboundServiceMWS/Model/TransportResult.php +++ b/src/FBAInboundServiceMWS/Model/TransportResult.php @@ -67,7 +67,7 @@ public function setTransportStatus($value) /** * Check to see if TransportStatus is set. * - * @return true if TransportStatus is set. + * @return bool True if TransportStatus is set. */ public function isSetTransportStatus() { @@ -113,7 +113,7 @@ public function setErrorCode($value) /** * Check to see if ErrorCode is set. * - * @return true if ErrorCode is set. + * @return bool True if ErrorCode is set. */ public function isSetErrorCode() { @@ -159,7 +159,7 @@ public function setErrorDescription($value) /** * Check to see if ErrorDescription is set. * - * @return true if ErrorDescription is set. + * @return bool True if ErrorDescription is set. */ public function isSetErrorDescription() { diff --git a/src/FBAInboundServiceMWS/Model/UpdateInboundShipmentRequest.php b/src/FBAInboundServiceMWS/Model/UpdateInboundShipmentRequest.php index 9d7510a..4281644 100644 --- a/src/FBAInboundServiceMWS/Model/UpdateInboundShipmentRequest.php +++ b/src/FBAInboundServiceMWS/Model/UpdateInboundShipmentRequest.php @@ -79,7 +79,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -125,7 +125,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -171,7 +171,7 @@ public function setMarketplace($value) /** * Check to see if Marketplace is set. * - * @return true if Marketplace is set. + * @return bool True if Marketplace is set. */ public function isSetMarketplace() { @@ -217,7 +217,7 @@ public function setShipmentId($value) /** * Check to see if ShipmentId is set. * - * @return true if ShipmentId is set. + * @return bool True if ShipmentId is set. */ public function isSetShipmentId() { @@ -263,7 +263,7 @@ public function setInboundShipmentHeader($value) /** * Check to see if InboundShipmentHeader is set. * - * @return true if InboundShipmentHeader is set. + * @return bool True if InboundShipmentHeader is set. */ public function isSetInboundShipmentHeader() { @@ -309,7 +309,7 @@ public function setInboundShipmentItems($value) /** * Check to see if InboundShipmentItems is set. * - * @return true if InboundShipmentItems is set. + * @return bool True if InboundShipmentItems is set. */ public function isSetInboundShipmentItems() { diff --git a/src/FBAInboundServiceMWS/Model/UpdateInboundShipmentResponse.php b/src/FBAInboundServiceMWS/Model/UpdateInboundShipmentResponse.php index 377c329..2d7a5ec 100644 --- a/src/FBAInboundServiceMWS/Model/UpdateInboundShipmentResponse.php +++ b/src/FBAInboundServiceMWS/Model/UpdateInboundShipmentResponse.php @@ -76,7 +76,7 @@ public function setUpdateInboundShipmentResult($value) /** * Check to see if UpdateInboundShipmentResult is set. * - * @return true if UpdateInboundShipmentResult is set. + * @return bool True if UpdateInboundShipmentResult is set. */ public function isSetUpdateInboundShipmentResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAInboundServiceMWS/Model/UpdateInboundShipmentResult.php b/src/FBAInboundServiceMWS/Model/UpdateInboundShipmentResult.php index 854eb0b..1a72f6d 100644 --- a/src/FBAInboundServiceMWS/Model/UpdateInboundShipmentResult.php +++ b/src/FBAInboundServiceMWS/Model/UpdateInboundShipmentResult.php @@ -63,7 +63,7 @@ public function setShipmentId($value) /** * Check to see if ShipmentId is set. * - * @return true if ShipmentId is set. + * @return bool True if ShipmentId is set. */ public function isSetShipmentId() { diff --git a/src/FBAInboundServiceMWS/Model/VoidTransportInputRequest.php b/src/FBAInboundServiceMWS/Model/VoidTransportInputRequest.php index 4ca7b0b..4d26f6c 100644 --- a/src/FBAInboundServiceMWS/Model/VoidTransportInputRequest.php +++ b/src/FBAInboundServiceMWS/Model/VoidTransportInputRequest.php @@ -67,7 +67,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -113,7 +113,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -159,7 +159,7 @@ public function setShipmentId($value) /** * Check to see if ShipmentId is set. * - * @return true if ShipmentId is set. + * @return bool True if ShipmentId is set. */ public function isSetShipmentId() { diff --git a/src/FBAInboundServiceMWS/Model/VoidTransportRequestResponse.php b/src/FBAInboundServiceMWS/Model/VoidTransportRequestResponse.php index ef145c7..b780e3b 100644 --- a/src/FBAInboundServiceMWS/Model/VoidTransportRequestResponse.php +++ b/src/FBAInboundServiceMWS/Model/VoidTransportRequestResponse.php @@ -76,7 +76,7 @@ public function setVoidTransportRequestResult($value) /** * Check to see if VoidTransportRequestResult is set. * - * @return true if VoidTransportRequestResult is set. + * @return bool True if VoidTransportRequestResult is set. */ public function isSetVoidTransportRequestResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAInboundServiceMWS/Model/VoidTransportRequestResult.php b/src/FBAInboundServiceMWS/Model/VoidTransportRequestResult.php index 4c05b85..ef56c67 100644 --- a/src/FBAInboundServiceMWS/Model/VoidTransportRequestResult.php +++ b/src/FBAInboundServiceMWS/Model/VoidTransportRequestResult.php @@ -66,7 +66,7 @@ public function setTransportResult($value) /** * Check to see if TransportResult is set. * - * @return true if TransportResult is set. + * @return bool True if TransportResult is set. */ public function isSetTransportResult() { diff --git a/src/FBAInboundServiceMWS/Model/Weight.php b/src/FBAInboundServiceMWS/Model/Weight.php index a6270b3..ea5cd5d 100644 --- a/src/FBAInboundServiceMWS/Model/Weight.php +++ b/src/FBAInboundServiceMWS/Model/Weight.php @@ -65,7 +65,7 @@ public function setValue($value) /** * Check to see if Value is set. * - * @return true if Value is set. + * @return bool True if Value is set. */ public function isSetValue() { @@ -111,7 +111,7 @@ public function setUnit($value) /** * Check to see if Unit is set. * - * @return true if Unit is set. + * @return bool True if Unit is set. */ public function isSetUnit() { diff --git a/src/FBAInventoryServiceMWS/Model.php b/src/FBAInventoryServiceMWS/Model.php index b37eb4a..cc12fe7 100644 --- a/src/FBAInventoryServiceMWS/Model.php +++ b/src/FBAInventoryServiceMWS/Model.php @@ -404,7 +404,7 @@ private function _isComplexType($fieldType) * Checks whether passed variable is an associative array * * @param mixed $var - * @return TRUE if passed variable is an associative array + * @return bool True if passed variable is an associative array */ private function _isAssociativeArray($var) { @@ -415,7 +415,7 @@ private function _isAssociativeArray($var) * Checks whether passed variable is DOMElement * * @param mixed $var - * @return TRUE if passed variable is DOMElement + * @return bool True if passed variable is DOMElement */ private function _isDOMElement($var) { @@ -426,7 +426,7 @@ private function _isDOMElement($var) * Checks whether passed variable is numeric array * * @param mixed $var - * @return TRUE if passed variable is an numeric array + * @return bool True if passed variable is an numeric array */ protected function _isNumericArray($var) { diff --git a/src/FBAInventoryServiceMWS/Model/GetServiceStatusRequest.php b/src/FBAInventoryServiceMWS/Model/GetServiceStatusRequest.php index a038571..ecd6900 100644 --- a/src/FBAInventoryServiceMWS/Model/GetServiceStatusRequest.php +++ b/src/FBAInventoryServiceMWS/Model/GetServiceStatusRequest.php @@ -67,7 +67,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -113,7 +113,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -159,7 +159,7 @@ public function setMarketplace($value) /** * Check to see if Marketplace is set. * - * @return true if Marketplace is set. + * @return bool True if Marketplace is set. */ public function isSetMarketplace() { diff --git a/src/FBAInventoryServiceMWS/Model/GetServiceStatusResponse.php b/src/FBAInventoryServiceMWS/Model/GetServiceStatusResponse.php index 15d5d05..a117702 100644 --- a/src/FBAInventoryServiceMWS/Model/GetServiceStatusResponse.php +++ b/src/FBAInventoryServiceMWS/Model/GetServiceStatusResponse.php @@ -76,7 +76,7 @@ public function setGetServiceStatusResult($value) /** * Check to see if GetServiceStatusResult is set. * - * @return true if GetServiceStatusResult is set. + * @return bool True if GetServiceStatusResult is set. */ public function isSetGetServiceStatusResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAInventoryServiceMWS/Model/GetServiceStatusResult.php b/src/FBAInventoryServiceMWS/Model/GetServiceStatusResult.php index b3b3a6c..e88e121 100644 --- a/src/FBAInventoryServiceMWS/Model/GetServiceStatusResult.php +++ b/src/FBAInventoryServiceMWS/Model/GetServiceStatusResult.php @@ -65,7 +65,7 @@ public function setStatus($value) /** * Check to see if Status is set. * - * @return true if Status is set. + * @return bool True if Status is set. */ public function isSetStatus() { @@ -111,7 +111,7 @@ public function setTimestamp($value) /** * Check to see if Timestamp is set. * - * @return true if Timestamp is set. + * @return bool True if Timestamp is set. */ public function isSetTimestamp() { diff --git a/src/FBAInventoryServiceMWS/Model/InventorySupply.php b/src/FBAInventoryServiceMWS/Model/InventorySupply.php index 5de21c0..5a51df8 100644 --- a/src/FBAInventoryServiceMWS/Model/InventorySupply.php +++ b/src/FBAInventoryServiceMWS/Model/InventorySupply.php @@ -83,7 +83,7 @@ public function setSellerSKU($value) /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { @@ -129,7 +129,7 @@ public function setFNSKU($value) /** * Check to see if FNSKU is set. * - * @return true if FNSKU is set. + * @return bool True if FNSKU is set. */ public function isSetFNSKU() { @@ -175,7 +175,7 @@ public function setASIN($value) /** * Check to see if ASIN is set. * - * @return true if ASIN is set. + * @return bool True if ASIN is set. */ public function isSetASIN() { @@ -221,7 +221,7 @@ public function setCondition($value) /** * Check to see if Condition is set. * - * @return true if Condition is set. + * @return bool True if Condition is set. */ public function isSetCondition() { @@ -267,7 +267,7 @@ public function setTotalSupplyQuantity($value) /** * Check to see if TotalSupplyQuantity is set. * - * @return true if TotalSupplyQuantity is set. + * @return bool True if TotalSupplyQuantity is set. */ public function isSetTotalSupplyQuantity() { @@ -313,7 +313,7 @@ public function setInStockSupplyQuantity($value) /** * Check to see if InStockSupplyQuantity is set. * - * @return true if InStockSupplyQuantity is set. + * @return bool True if InStockSupplyQuantity is set. */ public function isSetInStockSupplyQuantity() { @@ -359,7 +359,7 @@ public function setEarliestAvailability($value) /** * Check to see if EarliestAvailability is set. * - * @return true if EarliestAvailability is set. + * @return bool True if EarliestAvailability is set. */ public function isSetEarliestAvailability() { @@ -405,7 +405,7 @@ public function setSupplyDetail($value) /** * Check to see if SupplyDetail is set. * - * @return true if SupplyDetail is set. + * @return bool True if SupplyDetail is set. */ public function isSetSupplyDetail() { diff --git a/src/FBAInventoryServiceMWS/Model/InventorySupplyDetail.php b/src/FBAInventoryServiceMWS/Model/InventorySupplyDetail.php index 99f63c7..ce4ccbf 100644 --- a/src/FBAInventoryServiceMWS/Model/InventorySupplyDetail.php +++ b/src/FBAInventoryServiceMWS/Model/InventorySupplyDetail.php @@ -75,7 +75,7 @@ public function setQuantity($value) /** * Check to see if Quantity is set. * - * @return true if Quantity is set. + * @return bool True if Quantity is set. */ public function isSetQuantity() { @@ -121,7 +121,7 @@ public function setSupplyType($value) /** * Check to see if SupplyType is set. * - * @return true if SupplyType is set. + * @return bool True if SupplyType is set. */ public function isSetSupplyType() { @@ -167,7 +167,7 @@ public function setEarliestAvailableToPick($value) /** * Check to see if EarliestAvailableToPick is set. * - * @return true if EarliestAvailableToPick is set. + * @return bool True if EarliestAvailableToPick is set. */ public function isSetEarliestAvailableToPick() { @@ -213,7 +213,7 @@ public function setLatestAvailableToPick($value) /** * Check to see if LatestAvailableToPick is set. * - * @return true if LatestAvailableToPick is set. + * @return bool True if LatestAvailableToPick is set. */ public function isSetLatestAvailableToPick() { diff --git a/src/FBAInventoryServiceMWS/Model/InventorySupplyDetailList.php b/src/FBAInventoryServiceMWS/Model/InventorySupplyDetailList.php index 95ae3fd..7bc13af 100644 --- a/src/FBAInventoryServiceMWS/Model/InventorySupplyDetailList.php +++ b/src/FBAInventoryServiceMWS/Model/InventorySupplyDetailList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAInventoryServiceMWS/Model/InventorySupplyList.php b/src/FBAInventoryServiceMWS/Model/InventorySupplyList.php index 78a4e4f..0c1908f 100644 --- a/src/FBAInventoryServiceMWS/Model/InventorySupplyList.php +++ b/src/FBAInventoryServiceMWS/Model/InventorySupplyList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAInventoryServiceMWS/Model/ListInventorySupplyByNextTokenRequest.php b/src/FBAInventoryServiceMWS/Model/ListInventorySupplyByNextTokenRequest.php index 9cca221..a66cc83 100644 --- a/src/FBAInventoryServiceMWS/Model/ListInventorySupplyByNextTokenRequest.php +++ b/src/FBAInventoryServiceMWS/Model/ListInventorySupplyByNextTokenRequest.php @@ -71,7 +71,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -117,7 +117,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -163,7 +163,7 @@ public function setMarketplace($value) /** * Check to see if Marketplace is set. * - * @return true if Marketplace is set. + * @return bool True if Marketplace is set. */ public function isSetMarketplace() { @@ -209,7 +209,7 @@ public function setSupplyRegion($value) /** * Check to see if SupplyRegion is set. * - * @return true if SupplyRegion is set. + * @return bool True if SupplyRegion is set. */ public function isSetSupplyRegion() { @@ -255,7 +255,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { diff --git a/src/FBAInventoryServiceMWS/Model/ListInventorySupplyByNextTokenResponse.php b/src/FBAInventoryServiceMWS/Model/ListInventorySupplyByNextTokenResponse.php index 2c8e0d5..0f7309a 100644 --- a/src/FBAInventoryServiceMWS/Model/ListInventorySupplyByNextTokenResponse.php +++ b/src/FBAInventoryServiceMWS/Model/ListInventorySupplyByNextTokenResponse.php @@ -76,7 +76,7 @@ public function setListInventorySupplyByNextTokenResult($value) /** * Check to see if ListInventorySupplyByNextTokenResult is set. * - * @return true if ListInventorySupplyByNextTokenResult is set. + * @return bool True if ListInventorySupplyByNextTokenResult is set. */ public function isSetListInventorySupplyByNextTokenResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAInventoryServiceMWS/Model/ListInventorySupplyByNextTokenResult.php b/src/FBAInventoryServiceMWS/Model/ListInventorySupplyByNextTokenResult.php index bd97b29..8e4b2c5 100644 --- a/src/FBAInventoryServiceMWS/Model/ListInventorySupplyByNextTokenResult.php +++ b/src/FBAInventoryServiceMWS/Model/ListInventorySupplyByNextTokenResult.php @@ -68,7 +68,7 @@ public function setInventorySupplyList($value) /** * Check to see if InventorySupplyList is set. * - * @return true if InventorySupplyList is set. + * @return bool True if InventorySupplyList is set. */ public function isSetInventorySupplyList() { @@ -114,7 +114,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { diff --git a/src/FBAInventoryServiceMWS/Model/ListInventorySupplyRequest.php b/src/FBAInventoryServiceMWS/Model/ListInventorySupplyRequest.php index 682a4a8..64d219b 100644 --- a/src/FBAInventoryServiceMWS/Model/ListInventorySupplyRequest.php +++ b/src/FBAInventoryServiceMWS/Model/ListInventorySupplyRequest.php @@ -75,7 +75,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -121,7 +121,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -167,7 +167,7 @@ public function setMarketplace($value) /** * Check to see if Marketplace is set. * - * @return true if Marketplace is set. + * @return bool True if Marketplace is set. */ public function isSetMarketplace() { @@ -213,7 +213,7 @@ public function setSupplyRegion($value) /** * Check to see if SupplyRegion is set. * - * @return true if SupplyRegion is set. + * @return bool True if SupplyRegion is set. */ public function isSetSupplyRegion() { @@ -259,7 +259,7 @@ public function setSellerSkus($value) /** * Check to see if SellerSkus is set. * - * @return true if SellerSkus is set. + * @return bool True if SellerSkus is set. */ public function isSetSellerSkus() { @@ -305,7 +305,7 @@ public function setQueryStartDateTime($value) /** * Check to see if QueryStartDateTime is set. * - * @return true if QueryStartDateTime is set. + * @return bool True if QueryStartDateTime is set. */ public function isSetQueryStartDateTime() { @@ -351,7 +351,7 @@ public function setResponseGroup($value) /** * Check to see if ResponseGroup is set. * - * @return true if ResponseGroup is set. + * @return bool True if ResponseGroup is set. */ public function isSetResponseGroup() { diff --git a/src/FBAInventoryServiceMWS/Model/ListInventorySupplyResponse.php b/src/FBAInventoryServiceMWS/Model/ListInventorySupplyResponse.php index dbda48c..3dd496c 100644 --- a/src/FBAInventoryServiceMWS/Model/ListInventorySupplyResponse.php +++ b/src/FBAInventoryServiceMWS/Model/ListInventorySupplyResponse.php @@ -76,7 +76,7 @@ public function setListInventorySupplyResult($value) /** * Check to see if ListInventorySupplyResult is set. * - * @return true if ListInventorySupplyResult is set. + * @return bool True if ListInventorySupplyResult is set. */ public function isSetListInventorySupplyResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAInventoryServiceMWS/Model/ListInventorySupplyResult.php b/src/FBAInventoryServiceMWS/Model/ListInventorySupplyResult.php index 9c5d8cc..3fb51ec 100644 --- a/src/FBAInventoryServiceMWS/Model/ListInventorySupplyResult.php +++ b/src/FBAInventoryServiceMWS/Model/ListInventorySupplyResult.php @@ -68,7 +68,7 @@ public function setInventorySupplyList($value) /** * Check to see if InventorySupplyList is set. * - * @return true if InventorySupplyList is set. + * @return bool True if InventorySupplyList is set. */ public function isSetInventorySupplyList() { @@ -114,7 +114,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { diff --git a/src/FBAInventoryServiceMWS/Model/ResponseMetadata.php b/src/FBAInventoryServiceMWS/Model/ResponseMetadata.php index 1e98401..91b9ce4 100644 --- a/src/FBAInventoryServiceMWS/Model/ResponseMetadata.php +++ b/src/FBAInventoryServiceMWS/Model/ResponseMetadata.php @@ -63,7 +63,7 @@ public function setRequestId($value) /** * Check to see if RequestId is set. * - * @return true if RequestId is set. + * @return bool True if RequestId is set. */ public function isSetRequestId() { diff --git a/src/FBAInventoryServiceMWS/Model/SellerSkuList.php b/src/FBAInventoryServiceMWS/Model/SellerSkuList.php index d537fa6..f3a9778 100644 --- a/src/FBAInventoryServiceMWS/Model/SellerSkuList.php +++ b/src/FBAInventoryServiceMWS/Model/SellerSkuList.php @@ -77,7 +77,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAInventoryServiceMWS/Model/Timepoint.php b/src/FBAInventoryServiceMWS/Model/Timepoint.php index ee7cad4..4a2a3a7 100644 --- a/src/FBAInventoryServiceMWS/Model/Timepoint.php +++ b/src/FBAInventoryServiceMWS/Model/Timepoint.php @@ -65,7 +65,7 @@ public function setTimepointType($value) /** * Check to see if TimepointType is set. * - * @return true if TimepointType is set. + * @return bool True if TimepointType is set. */ public function isSetTimepointType() { @@ -111,7 +111,7 @@ public function setDateTime($value) /** * Check to see if DateTime is set. * - * @return true if DateTime is set. + * @return bool True if DateTime is set. */ public function isSetDateTime() { diff --git a/src/FBAOutboundServiceMWS/Model.php b/src/FBAOutboundServiceMWS/Model.php index 3bc5a38..20c6f83 100644 --- a/src/FBAOutboundServiceMWS/Model.php +++ b/src/FBAOutboundServiceMWS/Model.php @@ -404,7 +404,7 @@ private function _isComplexType($fieldType) * Checks whether passed variable is an associative array * * @param mixed $var - * @return TRUE if passed variable is an associative array + * @return bool True if passed variable is an associative array */ private function _isAssociativeArray($var) { @@ -415,7 +415,7 @@ private function _isAssociativeArray($var) * Checks whether passed variable is DOMElement * * @param mixed $var - * @return TRUE if passed variable is DOMElement + * @return bool True if passed variable is DOMElement */ private function _isDOMElement($var) { @@ -426,7 +426,7 @@ private function _isDOMElement($var) * Checks whether passed variable is numeric array * * @param mixed $var - * @return TRUE if passed variable is an numeric array + * @return bool True if passed variable is an numeric array */ protected function _isNumericArray($var) { diff --git a/src/FBAOutboundServiceMWS/Model/Address.php b/src/FBAOutboundServiceMWS/Model/Address.php index 50607c9..0cec39d 100644 --- a/src/FBAOutboundServiceMWS/Model/Address.php +++ b/src/FBAOutboundServiceMWS/Model/Address.php @@ -81,7 +81,7 @@ public function setName($value) /** * Check to see if Name is set. * - * @return true if Name is set. + * @return bool True if Name is set. */ public function isSetName() { @@ -127,7 +127,7 @@ public function setLine1($value) /** * Check to see if Line1 is set. * - * @return true if Line1 is set. + * @return bool True if Line1 is set. */ public function isSetLine1() { @@ -173,7 +173,7 @@ public function setLine2($value) /** * Check to see if Line2 is set. * - * @return true if Line2 is set. + * @return bool True if Line2 is set. */ public function isSetLine2() { @@ -219,7 +219,7 @@ public function setLine3($value) /** * Check to see if Line3 is set. * - * @return true if Line3 is set. + * @return bool True if Line3 is set. */ public function isSetLine3() { @@ -265,7 +265,7 @@ public function setDistrictOrCounty($value) /** * Check to see if DistrictOrCounty is set. * - * @return true if DistrictOrCounty is set. + * @return bool True if DistrictOrCounty is set. */ public function isSetDistrictOrCounty() { @@ -311,7 +311,7 @@ public function setCity($value) /** * Check to see if City is set. * - * @return true if City is set. + * @return bool True if City is set. */ public function isSetCity() { @@ -357,7 +357,7 @@ public function setStateOrProvinceCode($value) /** * Check to see if StateOrProvinceCode is set. * - * @return true if StateOrProvinceCode is set. + * @return bool True if StateOrProvinceCode is set. */ public function isSetStateOrProvinceCode() { @@ -403,7 +403,7 @@ public function setCountryCode($value) /** * Check to see if CountryCode is set. * - * @return true if CountryCode is set. + * @return bool True if CountryCode is set. */ public function isSetCountryCode() { @@ -449,7 +449,7 @@ public function setPostalCode($value) /** * Check to see if PostalCode is set. * - * @return true if PostalCode is set. + * @return bool True if PostalCode is set. */ public function isSetPostalCode() { @@ -495,7 +495,7 @@ public function setPhoneNumber($value) /** * Check to see if PhoneNumber is set. * - * @return true if PhoneNumber is set. + * @return bool True if PhoneNumber is set. */ public function isSetPhoneNumber() { diff --git a/src/FBAOutboundServiceMWS/Model/CODSettings.php b/src/FBAOutboundServiceMWS/Model/CODSettings.php index 60b4537..361303c 100644 --- a/src/FBAOutboundServiceMWS/Model/CODSettings.php +++ b/src/FBAOutboundServiceMWS/Model/CODSettings.php @@ -49,7 +49,7 @@ public function __construct($data = null) /** * Check the value of IsCODRequired. * - * @return true if IsCODRequired is set to true. + * @return bool True if IsCODRequired is set to true. */ public function isIsCODRequired() { @@ -81,7 +81,7 @@ public function setIsCODRequired($value) /** * Check to see if IsCODRequired is set. * - * @return true if IsCODRequired is set. + * @return bool True if IsCODRequired is set. */ public function isSetIsCODRequired() { @@ -127,7 +127,7 @@ public function setCODCharge($value) /** * Check to see if CODCharge is set. * - * @return true if CODCharge is set. + * @return bool True if CODCharge is set. */ public function isSetCODCharge() { @@ -173,7 +173,7 @@ public function setCODChargeTax($value) /** * Check to see if CODChargeTax is set. * - * @return true if CODChargeTax is set. + * @return bool True if CODChargeTax is set. */ public function isSetCODChargeTax() { @@ -219,7 +219,7 @@ public function setShippingCharge($value) /** * Check to see if ShippingCharge is set. * - * @return true if ShippingCharge is set. + * @return bool True if ShippingCharge is set. */ public function isSetShippingCharge() { @@ -265,7 +265,7 @@ public function setShippingChargeTax($value) /** * Check to see if ShippingChargeTax is set. * - * @return true if ShippingChargeTax is set. + * @return bool True if ShippingChargeTax is set. */ public function isSetShippingChargeTax() { diff --git a/src/FBAOutboundServiceMWS/Model/CancelFulfillmentOrderRequest.php b/src/FBAOutboundServiceMWS/Model/CancelFulfillmentOrderRequest.php index 118b4ea..5567381 100644 --- a/src/FBAOutboundServiceMWS/Model/CancelFulfillmentOrderRequest.php +++ b/src/FBAOutboundServiceMWS/Model/CancelFulfillmentOrderRequest.php @@ -69,7 +69,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -115,7 +115,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -161,7 +161,7 @@ public function setMarketplace($value) /** * Check to see if Marketplace is set. * - * @return true if Marketplace is set. + * @return bool True if Marketplace is set. */ public function isSetMarketplace() { @@ -207,7 +207,7 @@ public function setSellerFulfillmentOrderId($value) /** * Check to see if SellerFulfillmentOrderId is set. * - * @return true if SellerFulfillmentOrderId is set. + * @return bool True if SellerFulfillmentOrderId is set. */ public function isSetSellerFulfillmentOrderId() { diff --git a/src/FBAOutboundServiceMWS/Model/CancelFulfillmentOrderResponse.php b/src/FBAOutboundServiceMWS/Model/CancelFulfillmentOrderResponse.php index e84fb26..a43e15b 100644 --- a/src/FBAOutboundServiceMWS/Model/CancelFulfillmentOrderResponse.php +++ b/src/FBAOutboundServiceMWS/Model/CancelFulfillmentOrderResponse.php @@ -71,7 +71,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -117,7 +117,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAOutboundServiceMWS/Model/CreateFulfillmentOrderItem.php b/src/FBAOutboundServiceMWS/Model/CreateFulfillmentOrderItem.php index 31031f5..d70ae94 100644 --- a/src/FBAOutboundServiceMWS/Model/CreateFulfillmentOrderItem.php +++ b/src/FBAOutboundServiceMWS/Model/CreateFulfillmentOrderItem.php @@ -84,7 +84,7 @@ public function setSellerSKU($value) /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { @@ -130,7 +130,7 @@ public function setSellerFulfillmentOrderItemId($value) /** * Check to see if SellerFulfillmentOrderItemId is set. * - * @return true if SellerFulfillmentOrderItemId is set. + * @return bool True if SellerFulfillmentOrderItemId is set. */ public function isSetSellerFulfillmentOrderItemId() { @@ -176,7 +176,7 @@ public function setQuantity($value) /** * Check to see if Quantity is set. * - * @return true if Quantity is set. + * @return bool True if Quantity is set. */ public function isSetQuantity() { @@ -222,7 +222,7 @@ public function setGiftMessage($value) /** * Check to see if GiftMessage is set. * - * @return true if GiftMessage is set. + * @return bool True if GiftMessage is set. */ public function isSetGiftMessage() { @@ -268,7 +268,7 @@ public function setDisplayableComment($value) /** * Check to see if DisplayableComment is set. * - * @return true if DisplayableComment is set. + * @return bool True if DisplayableComment is set. */ public function isSetDisplayableComment() { @@ -314,7 +314,7 @@ public function setFulfillmentNetworkSKU($value) /** * Check to see if FulfillmentNetworkSKU is set. * - * @return true if FulfillmentNetworkSKU is set. + * @return bool True if FulfillmentNetworkSKU is set. */ public function isSetFulfillmentNetworkSKU() { @@ -360,7 +360,7 @@ public function setOrderItemDisposition($value) /** * Check to see if OrderItemDisposition is set. * - * @return true if OrderItemDisposition is set. + * @return bool True if OrderItemDisposition is set. */ public function isSetOrderItemDisposition() { @@ -406,7 +406,7 @@ public function setPerUnitDeclaredValue($value) /** * Check to see if PerUnitDeclaredValue is set. * - * @return true if PerUnitDeclaredValue is set. + * @return bool True if PerUnitDeclaredValue is set. */ public function isSetPerUnitDeclaredValue() { @@ -452,7 +452,7 @@ public function setPerUnitPrice($value) /** * Check to see if PerUnitPrice is set. * - * @return true if PerUnitPrice is set. + * @return bool True if PerUnitPrice is set. */ public function isSetPerUnitPrice() { @@ -498,7 +498,7 @@ public function setPerUnitTax($value) /** * Check to see if PerUnitTax is set. * - * @return true if PerUnitTax is set. + * @return bool True if PerUnitTax is set. */ public function isSetPerUnitTax() { diff --git a/src/FBAOutboundServiceMWS/Model/CreateFulfillmentOrderItemList.php b/src/FBAOutboundServiceMWS/Model/CreateFulfillmentOrderItemList.php index c37f4d0..70bf5c2 100644 --- a/src/FBAOutboundServiceMWS/Model/CreateFulfillmentOrderItemList.php +++ b/src/FBAOutboundServiceMWS/Model/CreateFulfillmentOrderItemList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAOutboundServiceMWS/Model/CreateFulfillmentOrderRequest.php b/src/FBAOutboundServiceMWS/Model/CreateFulfillmentOrderRequest.php index ee2f233..3bae1e3 100644 --- a/src/FBAOutboundServiceMWS/Model/CreateFulfillmentOrderRequest.php +++ b/src/FBAOutboundServiceMWS/Model/CreateFulfillmentOrderRequest.php @@ -104,7 +104,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -150,7 +150,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -196,7 +196,7 @@ public function setMarketplace($value) /** * Check to see if Marketplace is set. * - * @return true if Marketplace is set. + * @return bool True if Marketplace is set. */ public function isSetMarketplace() { @@ -242,7 +242,7 @@ public function setSellerFulfillmentOrderId($value) /** * Check to see if SellerFulfillmentOrderId is set. * - * @return true if SellerFulfillmentOrderId is set. + * @return bool True if SellerFulfillmentOrderId is set. */ public function isSetSellerFulfillmentOrderId() { @@ -288,7 +288,7 @@ public function setDisplayableOrderId($value) /** * Check to see if DisplayableOrderId is set. * - * @return true if DisplayableOrderId is set. + * @return bool True if DisplayableOrderId is set. */ public function isSetDisplayableOrderId() { @@ -334,7 +334,7 @@ public function setDisplayableOrderDateTime($value) /** * Check to see if DisplayableOrderDateTime is set. * - * @return true if DisplayableOrderDateTime is set. + * @return bool True if DisplayableOrderDateTime is set. */ public function isSetDisplayableOrderDateTime() { @@ -380,7 +380,7 @@ public function setDisplayableOrderComment($value) /** * Check to see if DisplayableOrderComment is set. * - * @return true if DisplayableOrderComment is set. + * @return bool True if DisplayableOrderComment is set. */ public function isSetDisplayableOrderComment() { @@ -426,7 +426,7 @@ public function setShippingSpeedCategory($value) /** * Check to see if ShippingSpeedCategory is set. * - * @return true if ShippingSpeedCategory is set. + * @return bool True if ShippingSpeedCategory is set. */ public function isSetShippingSpeedCategory() { @@ -472,7 +472,7 @@ public function setDeliveryWindow($value) /** * Check to see if DeliveryWindow is set. * - * @return true if DeliveryWindow is set. + * @return bool True if DeliveryWindow is set. */ public function isSetDeliveryWindow() { @@ -518,7 +518,7 @@ public function setDestinationAddress($value) /** * Check to see if DestinationAddress is set. * - * @return true if DestinationAddress is set. + * @return bool True if DestinationAddress is set. */ public function isSetDestinationAddress() { @@ -564,7 +564,7 @@ public function setFulfillmentAction($value) /** * Check to see if FulfillmentAction is set. * - * @return true if FulfillmentAction is set. + * @return bool True if FulfillmentAction is set. */ public function isSetFulfillmentAction() { @@ -610,7 +610,7 @@ public function setFulfillmentPolicy($value) /** * Check to see if FulfillmentPolicy is set. * - * @return true if FulfillmentPolicy is set. + * @return bool True if FulfillmentPolicy is set. */ public function isSetFulfillmentPolicy() { @@ -656,7 +656,7 @@ public function setFulfillmentMethod($value) /** * Check to see if FulfillmentMethod is set. * - * @return true if FulfillmentMethod is set. + * @return bool True if FulfillmentMethod is set. */ public function isSetFulfillmentMethod() { @@ -702,7 +702,7 @@ public function setCODSettings($value) /** * Check to see if CODSettings is set. * - * @return true if CODSettings is set. + * @return bool True if CODSettings is set. */ public function isSetCODSettings() { @@ -748,7 +748,7 @@ public function setShipFromCountryCode($value) /** * Check to see if ShipFromCountryCode is set. * - * @return true if ShipFromCountryCode is set. + * @return bool True if ShipFromCountryCode is set. */ public function isSetShipFromCountryCode() { @@ -794,7 +794,7 @@ public function setNotificationEmailList($value) /** * Check to see if NotificationEmailList is set. * - * @return true if NotificationEmailList is set. + * @return bool True if NotificationEmailList is set. */ public function isSetNotificationEmailList() { @@ -840,7 +840,7 @@ public function setItems($value) /** * Check to see if Items is set. * - * @return true if Items is set. + * @return bool True if Items is set. */ public function isSetItems() { diff --git a/src/FBAOutboundServiceMWS/Model/CreateFulfillmentOrderResponse.php b/src/FBAOutboundServiceMWS/Model/CreateFulfillmentOrderResponse.php index 4cabfd7..6e17a5c 100644 --- a/src/FBAOutboundServiceMWS/Model/CreateFulfillmentOrderResponse.php +++ b/src/FBAOutboundServiceMWS/Model/CreateFulfillmentOrderResponse.php @@ -71,7 +71,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -117,7 +117,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAOutboundServiceMWS/Model/Currency.php b/src/FBAOutboundServiceMWS/Model/Currency.php index 0e7c7be..4b98151 100644 --- a/src/FBAOutboundServiceMWS/Model/Currency.php +++ b/src/FBAOutboundServiceMWS/Model/Currency.php @@ -65,7 +65,7 @@ public function setCurrencyCode($value) /** * Check to see if CurrencyCode is set. * - * @return true if CurrencyCode is set. + * @return bool True if CurrencyCode is set. */ public function isSetCurrencyCode() { @@ -111,7 +111,7 @@ public function setValue($value) /** * Check to see if Value is set. * - * @return true if Value is set. + * @return bool True if Value is set. */ public function isSetValue() { diff --git a/src/FBAOutboundServiceMWS/Model/DeliveryWindow.php b/src/FBAOutboundServiceMWS/Model/DeliveryWindow.php index a7d5aca..054d130 100644 --- a/src/FBAOutboundServiceMWS/Model/DeliveryWindow.php +++ b/src/FBAOutboundServiceMWS/Model/DeliveryWindow.php @@ -65,7 +65,7 @@ public function setStartDateTime($value) /** * Check to see if StartDateTime is set. * - * @return true if StartDateTime is set. + * @return bool True if StartDateTime is set. */ public function isSetStartDateTime() { @@ -110,7 +110,7 @@ public function setEndDateTime($value) /** * Check to see if EndDateTime is set. * - * @return true if EndDateTime is set. + * @return bool True if EndDateTime is set. */ public function isSetEndDateTime() { diff --git a/src/FBAOutboundServiceMWS/Model/DeliveryWindowList.php b/src/FBAOutboundServiceMWS/Model/DeliveryWindowList.php index be80ec5..adbb2b7 100644 --- a/src/FBAOutboundServiceMWS/Model/DeliveryWindowList.php +++ b/src/FBAOutboundServiceMWS/Model/DeliveryWindowList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAOutboundServiceMWS/Model/Fee.php b/src/FBAOutboundServiceMWS/Model/Fee.php index c1aa6b2..297f48b 100644 --- a/src/FBAOutboundServiceMWS/Model/Fee.php +++ b/src/FBAOutboundServiceMWS/Model/Fee.php @@ -65,7 +65,7 @@ public function setName($value) /** * Check to see if Name is set. * - * @return true if Name is set. + * @return bool True if Name is set. */ public function isSetName() { @@ -111,7 +111,7 @@ public function setAmount($value) /** * Check to see if Amount is set. * - * @return true if Amount is set. + * @return bool True if Amount is set. */ public function isSetAmount() { diff --git a/src/FBAOutboundServiceMWS/Model/FeeList.php b/src/FBAOutboundServiceMWS/Model/FeeList.php index 3a7dbc2..b0d0928 100644 --- a/src/FBAOutboundServiceMWS/Model/FeeList.php +++ b/src/FBAOutboundServiceMWS/Model/FeeList.php @@ -77,7 +77,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAOutboundServiceMWS/Model/FulfillmentMethodList.php b/src/FBAOutboundServiceMWS/Model/FulfillmentMethodList.php index 847d468..7e12e71 100644 --- a/src/FBAOutboundServiceMWS/Model/FulfillmentMethodList.php +++ b/src/FBAOutboundServiceMWS/Model/FulfillmentMethodList.php @@ -77,7 +77,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAOutboundServiceMWS/Model/FulfillmentOrder.php b/src/FBAOutboundServiceMWS/Model/FulfillmentOrder.php index e26ca1e..3318bc3 100644 --- a/src/FBAOutboundServiceMWS/Model/FulfillmentOrder.php +++ b/src/FBAOutboundServiceMWS/Model/FulfillmentOrder.php @@ -95,7 +95,7 @@ public function setSellerFulfillmentOrderId($value) /** * Check to see if SellerFulfillmentOrderId is set. * - * @return true if SellerFulfillmentOrderId is set. + * @return bool True if SellerFulfillmentOrderId is set. */ public function isSetSellerFulfillmentOrderId() { @@ -141,7 +141,7 @@ public function setDisplayableOrderId($value) /** * Check to see if DisplayableOrderId is set. * - * @return true if DisplayableOrderId is set. + * @return bool True if DisplayableOrderId is set. */ public function isSetDisplayableOrderId() { @@ -187,7 +187,7 @@ public function setDisplayableOrderDateTime($value) /** * Check to see if DisplayableOrderDateTime is set. * - * @return true if DisplayableOrderDateTime is set. + * @return bool True if DisplayableOrderDateTime is set. */ public function isSetDisplayableOrderDateTime() { @@ -233,7 +233,7 @@ public function setDisplayableOrderComment($value) /** * Check to see if DisplayableOrderComment is set. * - * @return true if DisplayableOrderComment is set. + * @return bool True if DisplayableOrderComment is set. */ public function isSetDisplayableOrderComment() { @@ -279,7 +279,7 @@ public function setShippingSpeedCategory($value) /** * Check to see if ShippingSpeedCategory is set. * - * @return true if ShippingSpeedCategory is set. + * @return bool True if ShippingSpeedCategory is set. */ public function isSetShippingSpeedCategory() { @@ -325,7 +325,7 @@ public function setDeliveryWindow($value) /** * Check to see if DeliveryWindow is set. * - * @return true if DeliveryWindow is set. + * @return bool True if DeliveryWindow is set. */ public function isSetDeliveryWindow() { @@ -371,7 +371,7 @@ public function setDestinationAddress($value) /** * Check to see if DestinationAddress is set. * - * @return true if DestinationAddress is set. + * @return bool True if DestinationAddress is set. */ public function isSetDestinationAddress() { @@ -417,7 +417,7 @@ public function setFulfillmentPolicy($value) /** * Check to see if FulfillmentPolicy is set. * - * @return true if FulfillmentPolicy is set. + * @return bool True if FulfillmentPolicy is set. */ public function isSetFulfillmentPolicy() { @@ -463,7 +463,7 @@ public function setFulfillmentMethod($value) /** * Check to see if FulfillmentMethod is set. * - * @return true if FulfillmentMethod is set. + * @return bool True if FulfillmentMethod is set. */ public function isSetFulfillmentMethod() { @@ -509,7 +509,7 @@ public function setCODSettings($value) /** * Check to see if CODSettings is set. * - * @return true if CODSettings is set. + * @return bool True if CODSettings is set. */ public function isSetCODSettings() { @@ -555,7 +555,7 @@ public function setReceivedDateTime($value) /** * Check to see if ReceivedDateTime is set. * - * @return true if ReceivedDateTime is set. + * @return bool True if ReceivedDateTime is set. */ public function isSetReceivedDateTime() { @@ -601,7 +601,7 @@ public function setFulfillmentOrderStatus($value) /** * Check to see if FulfillmentOrderStatus is set. * - * @return true if FulfillmentOrderStatus is set. + * @return bool True if FulfillmentOrderStatus is set. */ public function isSetFulfillmentOrderStatus() { @@ -647,7 +647,7 @@ public function setStatusUpdatedDateTime($value) /** * Check to see if StatusUpdatedDateTime is set. * - * @return true if StatusUpdatedDateTime is set. + * @return bool True if StatusUpdatedDateTime is set. */ public function isSetStatusUpdatedDateTime() { @@ -693,7 +693,7 @@ public function setNotificationEmailList($value) /** * Check to see if NotificationEmailList is set. * - * @return true if NotificationEmailList is set. + * @return bool True if NotificationEmailList is set. */ public function isSetNotificationEmailList() { diff --git a/src/FBAOutboundServiceMWS/Model/FulfillmentOrderItem.php b/src/FBAOutboundServiceMWS/Model/FulfillmentOrderItem.php index e328fc4..386d583 100644 --- a/src/FBAOutboundServiceMWS/Model/FulfillmentOrderItem.php +++ b/src/FBAOutboundServiceMWS/Model/FulfillmentOrderItem.php @@ -92,7 +92,7 @@ public function setSellerSKU($value) /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { @@ -138,7 +138,7 @@ public function setSellerFulfillmentOrderItemId($value) /** * Check to see if SellerFulfillmentOrderItemId is set. * - * @return true if SellerFulfillmentOrderItemId is set. + * @return bool True if SellerFulfillmentOrderItemId is set. */ public function isSetSellerFulfillmentOrderItemId() { @@ -184,7 +184,7 @@ public function setQuantity($value) /** * Check to see if Quantity is set. * - * @return true if Quantity is set. + * @return bool True if Quantity is set. */ public function isSetQuantity() { @@ -230,7 +230,7 @@ public function setGiftMessage($value) /** * Check to see if GiftMessage is set. * - * @return true if GiftMessage is set. + * @return bool True if GiftMessage is set. */ public function isSetGiftMessage() { @@ -276,7 +276,7 @@ public function setDisplayableComment($value) /** * Check to see if DisplayableComment is set. * - * @return true if DisplayableComment is set. + * @return bool True if DisplayableComment is set. */ public function isSetDisplayableComment() { @@ -322,7 +322,7 @@ public function setFulfillmentNetworkSKU($value) /** * Check to see if FulfillmentNetworkSKU is set. * - * @return true if FulfillmentNetworkSKU is set. + * @return bool True if FulfillmentNetworkSKU is set. */ public function isSetFulfillmentNetworkSKU() { @@ -368,7 +368,7 @@ public function setOrderItemDisposition($value) /** * Check to see if OrderItemDisposition is set. * - * @return true if OrderItemDisposition is set. + * @return bool True if OrderItemDisposition is set. */ public function isSetOrderItemDisposition() { @@ -414,7 +414,7 @@ public function setCancelledQuantity($value) /** * Check to see if CancelledQuantity is set. * - * @return true if CancelledQuantity is set. + * @return bool True if CancelledQuantity is set. */ public function isSetCancelledQuantity() { @@ -460,7 +460,7 @@ public function setUnfulfillableQuantity($value) /** * Check to see if UnfulfillableQuantity is set. * - * @return true if UnfulfillableQuantity is set. + * @return bool True if UnfulfillableQuantity is set. */ public function isSetUnfulfillableQuantity() { @@ -506,7 +506,7 @@ public function setEstimatedShipDateTime($value) /** * Check to see if EstimatedShipDateTime is set. * - * @return true if EstimatedShipDateTime is set. + * @return bool True if EstimatedShipDateTime is set. */ public function isSetEstimatedShipDateTime() { @@ -552,7 +552,7 @@ public function setEstimatedArrivalDateTime($value) /** * Check to see if EstimatedArrivalDateTime is set. * - * @return true if EstimatedArrivalDateTime is set. + * @return bool True if EstimatedArrivalDateTime is set. */ public function isSetEstimatedArrivalDateTime() { @@ -598,7 +598,7 @@ public function setPerUnitPrice($value) /** * Check to see if PerUnitPrice is set. * - * @return true if PerUnitPrice is set. + * @return bool True if PerUnitPrice is set. */ public function isSetPerUnitPrice() { @@ -644,7 +644,7 @@ public function setPerUnitTax($value) /** * Check to see if PerUnitTax is set. * - * @return true if PerUnitTax is set. + * @return bool True if PerUnitTax is set. */ public function isSetPerUnitTax() { @@ -690,7 +690,7 @@ public function setPerUnitDeclaredValue($value) /** * Check to see if PerUnitDeclaredValue is set. * - * @return true if PerUnitDeclaredValue is set. + * @return bool True if PerUnitDeclaredValue is set. */ public function isSetPerUnitDeclaredValue() { diff --git a/src/FBAOutboundServiceMWS/Model/FulfillmentOrderItemList.php b/src/FBAOutboundServiceMWS/Model/FulfillmentOrderItemList.php index e708119..600b169 100644 --- a/src/FBAOutboundServiceMWS/Model/FulfillmentOrderItemList.php +++ b/src/FBAOutboundServiceMWS/Model/FulfillmentOrderItemList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAOutboundServiceMWS/Model/FulfillmentOrderList.php b/src/FBAOutboundServiceMWS/Model/FulfillmentOrderList.php index 7eb197b..80dd611 100644 --- a/src/FBAOutboundServiceMWS/Model/FulfillmentOrderList.php +++ b/src/FBAOutboundServiceMWS/Model/FulfillmentOrderList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAOutboundServiceMWS/Model/FulfillmentPreview.php b/src/FBAOutboundServiceMWS/Model/FulfillmentPreview.php index ebb17a5..2430b6d 100644 --- a/src/FBAOutboundServiceMWS/Model/FulfillmentPreview.php +++ b/src/FBAOutboundServiceMWS/Model/FulfillmentPreview.php @@ -94,7 +94,7 @@ public function setShippingSpeedCategory($value) /** * Check to see if ShippingSpeedCategory is set. * - * @return true if ShippingSpeedCategory is set. + * @return bool True if ShippingSpeedCategory is set. */ public function isSetShippingSpeedCategory() { @@ -140,7 +140,7 @@ public function setScheduledDeliveryInfo($value) /** * Check to see if ScheduledDeliveryInfo is set. * - * @return true if ScheduledDeliveryInfo is set. + * @return bool True if ScheduledDeliveryInfo is set. */ public function isSetScheduledDeliveryInfo() { @@ -164,7 +164,7 @@ public function withScheduledDeliveryInfo($value) /** * Check the value of IsFulfillable. * - * @return true if IsFulfillable is set to true. + * @return bool True if IsFulfillable is set to true. */ public function isIsFulfillable() { @@ -196,7 +196,7 @@ public function setIsFulfillable($value) /** * Check to see if IsFulfillable is set. * - * @return true if IsFulfillable is set. + * @return bool True if IsFulfillable is set. */ public function isSetIsFulfillable() { @@ -220,7 +220,7 @@ public function withIsFulfillable($value) /** * Check the value of IsCODCapable. * - * @return true if IsCODCapable is set to true. + * @return bool True if IsCODCapable is set to true. */ public function isIsCODCapable() { @@ -252,7 +252,7 @@ public function setIsCODCapable($value) /** * Check to see if IsCODCapable is set. * - * @return true if IsCODCapable is set. + * @return bool True if IsCODCapable is set. */ public function isSetIsCODCapable() { @@ -298,7 +298,7 @@ public function setEstimatedShippingWeight($value) /** * Check to see if EstimatedShippingWeight is set. * - * @return true if EstimatedShippingWeight is set. + * @return bool True if EstimatedShippingWeight is set. */ public function isSetEstimatedShippingWeight() { @@ -344,7 +344,7 @@ public function setEstimatedFees($value) /** * Check to see if EstimatedFees is set. * - * @return true if EstimatedFees is set. + * @return bool True if EstimatedFees is set. */ public function isSetEstimatedFees() { @@ -390,7 +390,7 @@ public function setFulfillmentPreviewShipments($value) /** * Check to see if FulfillmentPreviewShipments is set. * - * @return true if FulfillmentPreviewShipments is set. + * @return bool True if FulfillmentPreviewShipments is set. */ public function isSetFulfillmentPreviewShipments() { @@ -436,7 +436,7 @@ public function setUnfulfillablePreviewItems($value) /** * Check to see if UnfulfillablePreviewItems is set. * - * @return true if UnfulfillablePreviewItems is set. + * @return bool True if UnfulfillablePreviewItems is set. */ public function isSetUnfulfillablePreviewItems() { @@ -482,7 +482,7 @@ public function setOrderUnfulfillableReasons($value) /** * Check to see if OrderUnfulfillableReasons is set. * - * @return true if OrderUnfulfillableReasons is set. + * @return bool True if OrderUnfulfillableReasons is set. */ public function isSetOrderUnfulfillableReasons() { diff --git a/src/FBAOutboundServiceMWS/Model/FulfillmentPreviewItem.php b/src/FBAOutboundServiceMWS/Model/FulfillmentPreviewItem.php index ddb7e52..a99efaa 100644 --- a/src/FBAOutboundServiceMWS/Model/FulfillmentPreviewItem.php +++ b/src/FBAOutboundServiceMWS/Model/FulfillmentPreviewItem.php @@ -74,7 +74,7 @@ public function setSellerSKU($value) /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { @@ -120,7 +120,7 @@ public function setQuantity($value) /** * Check to see if Quantity is set. * - * @return true if Quantity is set. + * @return bool True if Quantity is set. */ public function isSetQuantity() { @@ -166,7 +166,7 @@ public function setSellerFulfillmentOrderItemId($value) /** * Check to see if SellerFulfillmentOrderItemId is set. * - * @return true if SellerFulfillmentOrderItemId is set. + * @return bool True if SellerFulfillmentOrderItemId is set. */ public function isSetSellerFulfillmentOrderItemId() { @@ -212,7 +212,7 @@ public function setEstimatedShippingWeight($value) /** * Check to see if EstimatedShippingWeight is set. * - * @return true if EstimatedShippingWeight is set. + * @return bool True if EstimatedShippingWeight is set. */ public function isSetEstimatedShippingWeight() { @@ -258,7 +258,7 @@ public function setShippingWeightCalculationMethod($value) /** * Check to see if ShippingWeightCalculationMethod is set. * - * @return true if ShippingWeightCalculationMethod is set. + * @return bool True if ShippingWeightCalculationMethod is set. */ public function isSetShippingWeightCalculationMethod() { diff --git a/src/FBAOutboundServiceMWS/Model/FulfillmentPreviewItemList.php b/src/FBAOutboundServiceMWS/Model/FulfillmentPreviewItemList.php index 5e205b6..f93455f 100644 --- a/src/FBAOutboundServiceMWS/Model/FulfillmentPreviewItemList.php +++ b/src/FBAOutboundServiceMWS/Model/FulfillmentPreviewItemList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAOutboundServiceMWS/Model/FulfillmentPreviewList.php b/src/FBAOutboundServiceMWS/Model/FulfillmentPreviewList.php index 31d0fa2..df97328 100644 --- a/src/FBAOutboundServiceMWS/Model/FulfillmentPreviewList.php +++ b/src/FBAOutboundServiceMWS/Model/FulfillmentPreviewList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAOutboundServiceMWS/Model/FulfillmentPreviewShipment.php b/src/FBAOutboundServiceMWS/Model/FulfillmentPreviewShipment.php index b8f5b12..ea0a6f6 100644 --- a/src/FBAOutboundServiceMWS/Model/FulfillmentPreviewShipment.php +++ b/src/FBAOutboundServiceMWS/Model/FulfillmentPreviewShipment.php @@ -74,7 +74,7 @@ public function setEarliestShipDate($value) /** * Check to see if EarliestShipDate is set. * - * @return true if EarliestShipDate is set. + * @return bool True if EarliestShipDate is set. */ public function isSetEarliestShipDate() { @@ -120,7 +120,7 @@ public function setLatestShipDate($value) /** * Check to see if LatestShipDate is set. * - * @return true if LatestShipDate is set. + * @return bool True if LatestShipDate is set. */ public function isSetLatestShipDate() { @@ -166,7 +166,7 @@ public function setEarliestArrivalDate($value) /** * Check to see if EarliestArrivalDate is set. * - * @return true if EarliestArrivalDate is set. + * @return bool True if EarliestArrivalDate is set. */ public function isSetEarliestArrivalDate() { @@ -212,7 +212,7 @@ public function setLatestArrivalDate($value) /** * Check to see if LatestArrivalDate is set. * - * @return true if LatestArrivalDate is set. + * @return bool True if LatestArrivalDate is set. */ public function isSetLatestArrivalDate() { @@ -258,7 +258,7 @@ public function setFulfillmentPreviewItems($value) /** * Check to see if FulfillmentPreviewItems is set. * - * @return true if FulfillmentPreviewItems is set. + * @return bool True if FulfillmentPreviewItems is set. */ public function isSetFulfillmentPreviewItems() { diff --git a/src/FBAOutboundServiceMWS/Model/FulfillmentPreviewShipmentList.php b/src/FBAOutboundServiceMWS/Model/FulfillmentPreviewShipmentList.php index 17ff065..2e45f61 100644 --- a/src/FBAOutboundServiceMWS/Model/FulfillmentPreviewShipmentList.php +++ b/src/FBAOutboundServiceMWS/Model/FulfillmentPreviewShipmentList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAOutboundServiceMWS/Model/FulfillmentShipment.php b/src/FBAOutboundServiceMWS/Model/FulfillmentShipment.php index 9a889e6..45dcbc7 100644 --- a/src/FBAOutboundServiceMWS/Model/FulfillmentShipment.php +++ b/src/FBAOutboundServiceMWS/Model/FulfillmentShipment.php @@ -81,7 +81,7 @@ public function setAmazonShipmentId($value) /** * Check to see if AmazonShipmentId is set. * - * @return true if AmazonShipmentId is set. + * @return bool True if AmazonShipmentId is set. */ public function isSetAmazonShipmentId() { @@ -127,7 +127,7 @@ public function setFulfillmentCenterId($value) /** * Check to see if FulfillmentCenterId is set. * - * @return true if FulfillmentCenterId is set. + * @return bool True if FulfillmentCenterId is set. */ public function isSetFulfillmentCenterId() { @@ -173,7 +173,7 @@ public function setFulfillmentShipmentStatus($value) /** * Check to see if FulfillmentShipmentStatus is set. * - * @return true if FulfillmentShipmentStatus is set. + * @return bool True if FulfillmentShipmentStatus is set. */ public function isSetFulfillmentShipmentStatus() { @@ -219,7 +219,7 @@ public function setShippingDateTime($value) /** * Check to see if ShippingDateTime is set. * - * @return true if ShippingDateTime is set. + * @return bool True if ShippingDateTime is set. */ public function isSetShippingDateTime() { @@ -265,7 +265,7 @@ public function setEstimatedArrivalDateTime($value) /** * Check to see if EstimatedArrivalDateTime is set. * - * @return true if EstimatedArrivalDateTime is set. + * @return bool True if EstimatedArrivalDateTime is set. */ public function isSetEstimatedArrivalDateTime() { @@ -311,7 +311,7 @@ public function setFulfillmentShipmentItem($value) /** * Check to see if FulfillmentShipmentItem is set. * - * @return true if FulfillmentShipmentItem is set. + * @return bool True if FulfillmentShipmentItem is set. */ public function isSetFulfillmentShipmentItem() { @@ -357,7 +357,7 @@ public function setFulfillmentShipmentPackage($value) /** * Check to see if FulfillmentShipmentPackage is set. * - * @return true if FulfillmentShipmentPackage is set. + * @return bool True if FulfillmentShipmentPackage is set. */ public function isSetFulfillmentShipmentPackage() { diff --git a/src/FBAOutboundServiceMWS/Model/FulfillmentShipmentItem.php b/src/FBAOutboundServiceMWS/Model/FulfillmentShipmentItem.php index 943b575..8bdc782 100644 --- a/src/FBAOutboundServiceMWS/Model/FulfillmentShipmentItem.php +++ b/src/FBAOutboundServiceMWS/Model/FulfillmentShipmentItem.php @@ -69,7 +69,7 @@ public function setSellerSKU($value) /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { @@ -115,7 +115,7 @@ public function setSellerFulfillmentOrderItemId($value) /** * Check to see if SellerFulfillmentOrderItemId is set. * - * @return true if SellerFulfillmentOrderItemId is set. + * @return bool True if SellerFulfillmentOrderItemId is set. */ public function isSetSellerFulfillmentOrderItemId() { @@ -161,7 +161,7 @@ public function setQuantity($value) /** * Check to see if Quantity is set. * - * @return true if Quantity is set. + * @return bool True if Quantity is set. */ public function isSetQuantity() { @@ -207,7 +207,7 @@ public function setPackageNumber($value) /** * Check to see if PackageNumber is set. * - * @return true if PackageNumber is set. + * @return bool True if PackageNumber is set. */ public function isSetPackageNumber() { diff --git a/src/FBAOutboundServiceMWS/Model/FulfillmentShipmentItemList.php b/src/FBAOutboundServiceMWS/Model/FulfillmentShipmentItemList.php index 850db61..cf61313 100644 --- a/src/FBAOutboundServiceMWS/Model/FulfillmentShipmentItemList.php +++ b/src/FBAOutboundServiceMWS/Model/FulfillmentShipmentItemList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAOutboundServiceMWS/Model/FulfillmentShipmentList.php b/src/FBAOutboundServiceMWS/Model/FulfillmentShipmentList.php index fb29185..44c1afb 100644 --- a/src/FBAOutboundServiceMWS/Model/FulfillmentShipmentList.php +++ b/src/FBAOutboundServiceMWS/Model/FulfillmentShipmentList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAOutboundServiceMWS/Model/FulfillmentShipmentPackage.php b/src/FBAOutboundServiceMWS/Model/FulfillmentShipmentPackage.php index 6b45f79..a80de37 100644 --- a/src/FBAOutboundServiceMWS/Model/FulfillmentShipmentPackage.php +++ b/src/FBAOutboundServiceMWS/Model/FulfillmentShipmentPackage.php @@ -69,7 +69,7 @@ public function setPackageNumber($value) /** * Check to see if PackageNumber is set. * - * @return true if PackageNumber is set. + * @return bool True if PackageNumber is set. */ public function isSetPackageNumber() { @@ -115,7 +115,7 @@ public function setCarrierCode($value) /** * Check to see if CarrierCode is set. * - * @return true if CarrierCode is set. + * @return bool True if CarrierCode is set. */ public function isSetCarrierCode() { @@ -161,7 +161,7 @@ public function setTrackingNumber($value) /** * Check to see if TrackingNumber is set. * - * @return true if TrackingNumber is set. + * @return bool True if TrackingNumber is set. */ public function isSetTrackingNumber() { @@ -207,7 +207,7 @@ public function setEstimatedArrivalDateTime($value) /** * Check to see if EstimatedArrivalDateTime is set. * - * @return true if EstimatedArrivalDateTime is set. + * @return bool True if EstimatedArrivalDateTime is set. */ public function isSetEstimatedArrivalDateTime() { diff --git a/src/FBAOutboundServiceMWS/Model/FulfillmentShipmentPackageList.php b/src/FBAOutboundServiceMWS/Model/FulfillmentShipmentPackageList.php index ad34dad..75aab89 100644 --- a/src/FBAOutboundServiceMWS/Model/FulfillmentShipmentPackageList.php +++ b/src/FBAOutboundServiceMWS/Model/FulfillmentShipmentPackageList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAOutboundServiceMWS/Model/GetFulfillmentOrderRequest.php b/src/FBAOutboundServiceMWS/Model/GetFulfillmentOrderRequest.php index bfe961a..95113f3 100644 --- a/src/FBAOutboundServiceMWS/Model/GetFulfillmentOrderRequest.php +++ b/src/FBAOutboundServiceMWS/Model/GetFulfillmentOrderRequest.php @@ -69,7 +69,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -115,7 +115,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -161,7 +161,7 @@ public function setMarketplace($value) /** * Check to see if Marketplace is set. * - * @return true if Marketplace is set. + * @return bool True if Marketplace is set. */ public function isSetMarketplace() { @@ -207,7 +207,7 @@ public function setSellerFulfillmentOrderId($value) /** * Check to see if SellerFulfillmentOrderId is set. * - * @return true if SellerFulfillmentOrderId is set. + * @return bool True if SellerFulfillmentOrderId is set. */ public function isSetSellerFulfillmentOrderId() { diff --git a/src/FBAOutboundServiceMWS/Model/GetFulfillmentOrderResponse.php b/src/FBAOutboundServiceMWS/Model/GetFulfillmentOrderResponse.php index a16420c..bd8418d 100644 --- a/src/FBAOutboundServiceMWS/Model/GetFulfillmentOrderResponse.php +++ b/src/FBAOutboundServiceMWS/Model/GetFulfillmentOrderResponse.php @@ -76,7 +76,7 @@ public function setGetFulfillmentOrderResult($value) /** * Check to see if GetFulfillmentOrderResult is set. * - * @return true if GetFulfillmentOrderResult is set. + * @return bool True if GetFulfillmentOrderResult is set. */ public function isSetGetFulfillmentOrderResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAOutboundServiceMWS/Model/GetFulfillmentOrderResult.php b/src/FBAOutboundServiceMWS/Model/GetFulfillmentOrderResult.php index ebe56b7..1084d2d 100644 --- a/src/FBAOutboundServiceMWS/Model/GetFulfillmentOrderResult.php +++ b/src/FBAOutboundServiceMWS/Model/GetFulfillmentOrderResult.php @@ -76,7 +76,7 @@ public function setFulfillmentOrder($value) /** * Check to see if FulfillmentOrder is set. * - * @return true if FulfillmentOrder is set. + * @return bool True if FulfillmentOrder is set. */ public function isSetFulfillmentOrder() { @@ -122,7 +122,7 @@ public function setFulfillmentOrderItem($value) /** * Check to see if FulfillmentOrderItem is set. * - * @return true if FulfillmentOrderItem is set. + * @return bool True if FulfillmentOrderItem is set. */ public function isSetFulfillmentOrderItem() { @@ -168,7 +168,7 @@ public function setFulfillmentShipment($value) /** * Check to see if FulfillmentShipment is set. * - * @return true if FulfillmentShipment is set. + * @return bool True if FulfillmentShipment is set. */ public function isSetFulfillmentShipment() { diff --git a/src/FBAOutboundServiceMWS/Model/GetFulfillmentPreviewItem.php b/src/FBAOutboundServiceMWS/Model/GetFulfillmentPreviewItem.php index de3afaf..c0d19e2 100644 --- a/src/FBAOutboundServiceMWS/Model/GetFulfillmentPreviewItem.php +++ b/src/FBAOutboundServiceMWS/Model/GetFulfillmentPreviewItem.php @@ -67,7 +67,7 @@ public function setSellerSKU($value) /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { @@ -113,7 +113,7 @@ public function setQuantity($value) /** * Check to see if Quantity is set. * - * @return true if Quantity is set. + * @return bool True if Quantity is set. */ public function isSetQuantity() { @@ -159,7 +159,7 @@ public function setSellerFulfillmentOrderItemId($value) /** * Check to see if SellerFulfillmentOrderItemId is set. * - * @return true if SellerFulfillmentOrderItemId is set. + * @return bool True if SellerFulfillmentOrderItemId is set. */ public function isSetSellerFulfillmentOrderItemId() { diff --git a/src/FBAOutboundServiceMWS/Model/GetFulfillmentPreviewItemList.php b/src/FBAOutboundServiceMWS/Model/GetFulfillmentPreviewItemList.php index b07fb75..75181b4 100644 --- a/src/FBAOutboundServiceMWS/Model/GetFulfillmentPreviewItemList.php +++ b/src/FBAOutboundServiceMWS/Model/GetFulfillmentPreviewItemList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAOutboundServiceMWS/Model/GetFulfillmentPreviewRequest.php b/src/FBAOutboundServiceMWS/Model/GetFulfillmentPreviewRequest.php index 12784ee..8036dac 100644 --- a/src/FBAOutboundServiceMWS/Model/GetFulfillmentPreviewRequest.php +++ b/src/FBAOutboundServiceMWS/Model/GetFulfillmentPreviewRequest.php @@ -83,7 +83,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -129,7 +129,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -175,7 +175,7 @@ public function setMarketplace($value) /** * Check to see if Marketplace is set. * - * @return true if Marketplace is set. + * @return bool True if Marketplace is set. */ public function isSetMarketplace() { @@ -221,7 +221,7 @@ public function setAddress($value) /** * Check to see if Address is set. * - * @return true if Address is set. + * @return bool True if Address is set. */ public function isSetAddress() { @@ -267,7 +267,7 @@ public function setItems($value) /** * Check to see if Items is set. * - * @return true if Items is set. + * @return bool True if Items is set. */ public function isSetItems() { @@ -313,7 +313,7 @@ public function setShippingSpeedCategories($value) /** * Check to see if ShippingSpeedCategories is set. * - * @return true if ShippingSpeedCategories is set. + * @return bool True if ShippingSpeedCategories is set. */ public function isSetShippingSpeedCategories() { @@ -337,7 +337,7 @@ public function withShippingSpeedCategories($value) /** * Check the value of IncludeCODFulfillmentPreview. * - * @return true if IncludeCODFulfillmentPreview is set to true. + * @return bool True if IncludeCODFulfillmentPreview is set to true. */ public function isIncludeCODFulfillmentPreview() { @@ -369,7 +369,7 @@ public function setIncludeCODFulfillmentPreview($value) /** * Check to see if IncludeCODFulfillmentPreview is set. * - * @return true if IncludeCODFulfillmentPreview is set. + * @return bool True if IncludeCODFulfillmentPreview is set. */ public function isSetIncludeCODFulfillmentPreview() { @@ -393,7 +393,7 @@ public function withIncludeCODFulfillmentPreview($value) /** * Check the value of IncludeDeliveryWindows. * - * @return true if IncludeDeliveryWindows is set to true. + * @return bool True if IncludeDeliveryWindows is set to true. */ public function isIncludeDeliveryWindows() { @@ -425,7 +425,7 @@ public function setIncludeDeliveryWindows($value) /** * Check to see if IncludeDeliveryWindows is set. * - * @return true if IncludeDeliveryWindows is set. + * @return bool True if IncludeDeliveryWindows is set. */ public function isSetIncludeDeliveryWindows() { diff --git a/src/FBAOutboundServiceMWS/Model/GetFulfillmentPreviewResponse.php b/src/FBAOutboundServiceMWS/Model/GetFulfillmentPreviewResponse.php index 178308c..ee91262 100644 --- a/src/FBAOutboundServiceMWS/Model/GetFulfillmentPreviewResponse.php +++ b/src/FBAOutboundServiceMWS/Model/GetFulfillmentPreviewResponse.php @@ -76,7 +76,7 @@ public function setGetFulfillmentPreviewResult($value) /** * Check to see if GetFulfillmentPreviewResult is set. * - * @return true if GetFulfillmentPreviewResult is set. + * @return bool True if GetFulfillmentPreviewResult is set. */ public function isSetGetFulfillmentPreviewResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAOutboundServiceMWS/Model/GetFulfillmentPreviewResult.php b/src/FBAOutboundServiceMWS/Model/GetFulfillmentPreviewResult.php index 3db09de..1e52749 100644 --- a/src/FBAOutboundServiceMWS/Model/GetFulfillmentPreviewResult.php +++ b/src/FBAOutboundServiceMWS/Model/GetFulfillmentPreviewResult.php @@ -66,7 +66,7 @@ public function setFulfillmentPreviews($value) /** * Check to see if FulfillmentPreviews is set. * - * @return true if FulfillmentPreviews is set. + * @return bool True if FulfillmentPreviews is set. */ public function isSetFulfillmentPreviews() { diff --git a/src/FBAOutboundServiceMWS/Model/GetPackageTrackingDetailsRequest.php b/src/FBAOutboundServiceMWS/Model/GetPackageTrackingDetailsRequest.php index c3d8c34..b345223 100644 --- a/src/FBAOutboundServiceMWS/Model/GetPackageTrackingDetailsRequest.php +++ b/src/FBAOutboundServiceMWS/Model/GetPackageTrackingDetailsRequest.php @@ -67,7 +67,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -113,7 +113,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -159,7 +159,7 @@ public function setPackageNumber($value) /** * Check to see if PackageNumber is set. * - * @return true if PackageNumber is set. + * @return bool True if PackageNumber is set. */ public function isSetPackageNumber() { diff --git a/src/FBAOutboundServiceMWS/Model/GetPackageTrackingDetailsResponse.php b/src/FBAOutboundServiceMWS/Model/GetPackageTrackingDetailsResponse.php index b1aa6f2..b9ed81e 100644 --- a/src/FBAOutboundServiceMWS/Model/GetPackageTrackingDetailsResponse.php +++ b/src/FBAOutboundServiceMWS/Model/GetPackageTrackingDetailsResponse.php @@ -76,7 +76,7 @@ public function setGetPackageTrackingDetailsResult($value) /** * Check to see if GetPackageTrackingDetailsResult is set. * - * @return true if GetPackageTrackingDetailsResult is set. + * @return bool True if GetPackageTrackingDetailsResult is set. */ public function isSetGetPackageTrackingDetailsResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAOutboundServiceMWS/Model/GetPackageTrackingDetailsResult.php b/src/FBAOutboundServiceMWS/Model/GetPackageTrackingDetailsResult.php index e80e580..93c6e99 100644 --- a/src/FBAOutboundServiceMWS/Model/GetPackageTrackingDetailsResult.php +++ b/src/FBAOutboundServiceMWS/Model/GetPackageTrackingDetailsResult.php @@ -91,7 +91,7 @@ public function setPackageNumber($value) /** * Check to see if PackageNumber is set. * - * @return true if PackageNumber is set. + * @return bool True if PackageNumber is set. */ public function isSetPackageNumber() { @@ -137,7 +137,7 @@ public function setTrackingNumber($value) /** * Check to see if TrackingNumber is set. * - * @return true if TrackingNumber is set. + * @return bool True if TrackingNumber is set. */ public function isSetTrackingNumber() { @@ -183,7 +183,7 @@ public function setCarrierCode($value) /** * Check to see if CarrierCode is set. * - * @return true if CarrierCode is set. + * @return bool True if CarrierCode is set. */ public function isSetCarrierCode() { @@ -229,7 +229,7 @@ public function setCarrierPhoneNumber($value) /** * Check to see if CarrierPhoneNumber is set. * - * @return true if CarrierPhoneNumber is set. + * @return bool True if CarrierPhoneNumber is set. */ public function isSetCarrierPhoneNumber() { @@ -275,7 +275,7 @@ public function setCarrierURL($value) /** * Check to see if CarrierURL is set. * - * @return true if CarrierURL is set. + * @return bool True if CarrierURL is set. */ public function isSetCarrierURL() { @@ -321,7 +321,7 @@ public function setShipDate($value) /** * Check to see if ShipDate is set. * - * @return true if ShipDate is set. + * @return bool True if ShipDate is set. */ public function isSetShipDate() { @@ -367,7 +367,7 @@ public function setEstimatedArrivalDate($value) /** * Check to see if EstimatedArrivalDate is set. * - * @return true if EstimatedArrivalDate is set. + * @return bool True if EstimatedArrivalDate is set. */ public function isSetEstimatedArrivalDate() { @@ -413,7 +413,7 @@ public function setShipToAddress($value) /** * Check to see if ShipToAddress is set. * - * @return true if ShipToAddress is set. + * @return bool True if ShipToAddress is set. */ public function isSetShipToAddress() { @@ -459,7 +459,7 @@ public function setCurrentStatus($value) /** * Check to see if CurrentStatus is set. * - * @return true if CurrentStatus is set. + * @return bool True if CurrentStatus is set. */ public function isSetCurrentStatus() { @@ -505,7 +505,7 @@ public function setSignedForBy($value) /** * Check to see if SignedForBy is set. * - * @return true if SignedForBy is set. + * @return bool True if SignedForBy is set. */ public function isSetSignedForBy() { @@ -551,7 +551,7 @@ public function setAdditionalLocationInfo($value) /** * Check to see if AdditionalLocationInfo is set. * - * @return true if AdditionalLocationInfo is set. + * @return bool True if AdditionalLocationInfo is set. */ public function isSetAdditionalLocationInfo() { @@ -597,7 +597,7 @@ public function setTrackingEvents($value) /** * Check to see if TrackingEvents is set. * - * @return true if TrackingEvents is set. + * @return bool True if TrackingEvents is set. */ public function isSetTrackingEvents() { diff --git a/src/FBAOutboundServiceMWS/Model/GetServiceStatusRequest.php b/src/FBAOutboundServiceMWS/Model/GetServiceStatusRequest.php index f08ce0c..5c88b4b 100644 --- a/src/FBAOutboundServiceMWS/Model/GetServiceStatusRequest.php +++ b/src/FBAOutboundServiceMWS/Model/GetServiceStatusRequest.php @@ -67,7 +67,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -113,7 +113,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -159,7 +159,7 @@ public function setMarketplace($value) /** * Check to see if Marketplace is set. * - * @return true if Marketplace is set. + * @return bool True if Marketplace is set. */ public function isSetMarketplace() { diff --git a/src/FBAOutboundServiceMWS/Model/GetServiceStatusResponse.php b/src/FBAOutboundServiceMWS/Model/GetServiceStatusResponse.php index d790188..02432ba 100644 --- a/src/FBAOutboundServiceMWS/Model/GetServiceStatusResponse.php +++ b/src/FBAOutboundServiceMWS/Model/GetServiceStatusResponse.php @@ -76,7 +76,7 @@ public function setGetServiceStatusResult($value) /** * Check to see if GetServiceStatusResult is set. * - * @return true if GetServiceStatusResult is set. + * @return bool True if GetServiceStatusResult is set. */ public function isSetGetServiceStatusResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAOutboundServiceMWS/Model/GetServiceStatusResult.php b/src/FBAOutboundServiceMWS/Model/GetServiceStatusResult.php index 00fcc59..928b4f7 100644 --- a/src/FBAOutboundServiceMWS/Model/GetServiceStatusResult.php +++ b/src/FBAOutboundServiceMWS/Model/GetServiceStatusResult.php @@ -65,7 +65,7 @@ public function setStatus($value) /** * Check to see if Status is set. * - * @return true if Status is set. + * @return bool True if Status is set. */ public function isSetStatus() { @@ -111,7 +111,7 @@ public function setTimestamp($value) /** * Check to see if Timestamp is set. * - * @return true if Timestamp is set. + * @return bool True if Timestamp is set. */ public function isSetTimestamp() { diff --git a/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersByNextTokenRequest.php b/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersByNextTokenRequest.php index 99eef30..536aa7f 100644 --- a/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersByNextTokenRequest.php +++ b/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersByNextTokenRequest.php @@ -69,7 +69,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -115,7 +115,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -161,7 +161,7 @@ public function setMarketplace($value) /** * Check to see if Marketplace is set. * - * @return true if Marketplace is set. + * @return bool True if Marketplace is set. */ public function isSetMarketplace() { @@ -207,7 +207,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { diff --git a/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersByNextTokenResponse.php b/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersByNextTokenResponse.php index 47f4ebb..192cea0 100644 --- a/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersByNextTokenResponse.php +++ b/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersByNextTokenResponse.php @@ -76,7 +76,7 @@ public function setListAllFulfillmentOrdersByNextTokenResult($value) /** * Check to see if ListAllFulfillmentOrdersByNextTokenResult is set. * - * @return true if ListAllFulfillmentOrdersByNextTokenResult is set. + * @return bool True if ListAllFulfillmentOrdersByNextTokenResult is set. */ public function isSetListAllFulfillmentOrdersByNextTokenResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersByNextTokenResult.php b/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersByNextTokenResult.php index 17085a9..7a818fc 100644 --- a/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersByNextTokenResult.php +++ b/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersByNextTokenResult.php @@ -68,7 +68,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { @@ -114,7 +114,7 @@ public function setFulfillmentOrders($value) /** * Check to see if FulfillmentOrders is set. * - * @return true if FulfillmentOrders is set. + * @return bool True if FulfillmentOrders is set. */ public function isSetFulfillmentOrders() { diff --git a/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersRequest.php b/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersRequest.php index db8ee54..852d214 100644 --- a/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersRequest.php +++ b/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersRequest.php @@ -74,7 +74,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -120,7 +120,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -166,7 +166,7 @@ public function setMarketplace($value) /** * Check to see if Marketplace is set. * - * @return true if Marketplace is set. + * @return bool True if Marketplace is set. */ public function isSetMarketplace() { @@ -212,7 +212,7 @@ public function setQueryStartDateTime($value) /** * Check to see if QueryStartDateTime is set. * - * @return true if QueryStartDateTime is set. + * @return bool True if QueryStartDateTime is set. */ public function isSetQueryStartDateTime() { @@ -258,7 +258,7 @@ public function setFulfillmentMethod($value) /** * Check to see if FulfillmentMethod is set. * - * @return true if FulfillmentMethod is set. + * @return bool True if FulfillmentMethod is set. */ public function isSetFulfillmentMethod() { diff --git a/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersResponse.php b/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersResponse.php index a2d00a5..8c4e01c 100644 --- a/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersResponse.php +++ b/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersResponse.php @@ -76,7 +76,7 @@ public function setListAllFulfillmentOrdersResult($value) /** * Check to see if ListAllFulfillmentOrdersResult is set. * - * @return true if ListAllFulfillmentOrdersResult is set. + * @return bool True if ListAllFulfillmentOrdersResult is set. */ public function isSetListAllFulfillmentOrdersResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersResult.php b/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersResult.php index 346de89..419cdf0 100644 --- a/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersResult.php +++ b/src/FBAOutboundServiceMWS/Model/ListAllFulfillmentOrdersResult.php @@ -68,7 +68,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { @@ -114,7 +114,7 @@ public function setFulfillmentOrders($value) /** * Check to see if FulfillmentOrders is set. * - * @return true if FulfillmentOrders is set. + * @return bool True if FulfillmentOrders is set. */ public function isSetFulfillmentOrders() { diff --git a/src/FBAOutboundServiceMWS/Model/NotificationEmailList.php b/src/FBAOutboundServiceMWS/Model/NotificationEmailList.php index 3f5d80b..e0a6db8 100644 --- a/src/FBAOutboundServiceMWS/Model/NotificationEmailList.php +++ b/src/FBAOutboundServiceMWS/Model/NotificationEmailList.php @@ -77,7 +77,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAOutboundServiceMWS/Model/ResponseMetadata.php b/src/FBAOutboundServiceMWS/Model/ResponseMetadata.php index 1f87140..bdf7984 100644 --- a/src/FBAOutboundServiceMWS/Model/ResponseMetadata.php +++ b/src/FBAOutboundServiceMWS/Model/ResponseMetadata.php @@ -63,7 +63,7 @@ public function setRequestId($value) /** * Check to see if RequestId is set. * - * @return true if RequestId is set. + * @return bool True if RequestId is set. */ public function isSetRequestId() { diff --git a/src/FBAOutboundServiceMWS/Model/ScheduledDeliveryInfo.php b/src/FBAOutboundServiceMWS/Model/ScheduledDeliveryInfo.php index 70d5a75..0d7ad85 100644 --- a/src/FBAOutboundServiceMWS/Model/ScheduledDeliveryInfo.php +++ b/src/FBAOutboundServiceMWS/Model/ScheduledDeliveryInfo.php @@ -68,7 +68,7 @@ public function setDeliveryTimeZone($value) /** * Check to see if DeliveryTimeZone is set. * - * @return true if DeliveryTimeZone is set. + * @return bool True if DeliveryTimeZone is set. */ public function isSetDeliveryTimeZone() { @@ -114,7 +114,7 @@ public function setDeliveryWindows($value) /** * Check to see if DeliveryWindows is set. * - * @return true if DeliveryWindows is set. + * @return bool True if DeliveryWindows is set. */ public function isSetDeliveryWindows() { diff --git a/src/FBAOutboundServiceMWS/Model/ShippingSpeedCategoryList.php b/src/FBAOutboundServiceMWS/Model/ShippingSpeedCategoryList.php index ea8cd2d..304d8c0 100644 --- a/src/FBAOutboundServiceMWS/Model/ShippingSpeedCategoryList.php +++ b/src/FBAOutboundServiceMWS/Model/ShippingSpeedCategoryList.php @@ -77,7 +77,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAOutboundServiceMWS/Model/StringList.php b/src/FBAOutboundServiceMWS/Model/StringList.php index f629764..2d11213 100644 --- a/src/FBAOutboundServiceMWS/Model/StringList.php +++ b/src/FBAOutboundServiceMWS/Model/StringList.php @@ -77,7 +77,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAOutboundServiceMWS/Model/TrackingAddress.php b/src/FBAOutboundServiceMWS/Model/TrackingAddress.php index 1922856..2fde1b9 100644 --- a/src/FBAOutboundServiceMWS/Model/TrackingAddress.php +++ b/src/FBAOutboundServiceMWS/Model/TrackingAddress.php @@ -67,7 +67,7 @@ public function setCity($value) /** * Check to see if City is set. * - * @return true if City is set. + * @return bool True if City is set. */ public function isSetCity() { @@ -113,7 +113,7 @@ public function setState($value) /** * Check to see if State is set. * - * @return true if State is set. + * @return bool True if State is set. */ public function isSetState() { @@ -159,7 +159,7 @@ public function setCountry($value) /** * Check to see if Country is set. * - * @return true if Country is set. + * @return bool True if Country is set. */ public function isSetCountry() { diff --git a/src/FBAOutboundServiceMWS/Model/TrackingEvent.php b/src/FBAOutboundServiceMWS/Model/TrackingEvent.php index 76eea6b..bfb56c7 100644 --- a/src/FBAOutboundServiceMWS/Model/TrackingEvent.php +++ b/src/FBAOutboundServiceMWS/Model/TrackingEvent.php @@ -67,7 +67,7 @@ public function setEventDate($value) /** * Check to see if EventDate is set. * - * @return true if EventDate is set. + * @return bool True if EventDate is set. */ public function isSetEventDate() { @@ -113,7 +113,7 @@ public function setEventAddress($value) /** * Check to see if EventAddress is set. * - * @return true if EventAddress is set. + * @return bool True if EventAddress is set. */ public function isSetEventAddress() { @@ -159,7 +159,7 @@ public function setEventCode($value) /** * Check to see if EventCode is set. * - * @return true if EventCode is set. + * @return bool True if EventCode is set. */ public function isSetEventCode() { diff --git a/src/FBAOutboundServiceMWS/Model/TrackingEventList.php b/src/FBAOutboundServiceMWS/Model/TrackingEventList.php index 659b573..47e04f2 100644 --- a/src/FBAOutboundServiceMWS/Model/TrackingEventList.php +++ b/src/FBAOutboundServiceMWS/Model/TrackingEventList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAOutboundServiceMWS/Model/UnfulfillablePreviewItem.php b/src/FBAOutboundServiceMWS/Model/UnfulfillablePreviewItem.php index a2ccc45..ca610be 100644 --- a/src/FBAOutboundServiceMWS/Model/UnfulfillablePreviewItem.php +++ b/src/FBAOutboundServiceMWS/Model/UnfulfillablePreviewItem.php @@ -72,7 +72,7 @@ public function setSellerSKU($value) /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { @@ -118,7 +118,7 @@ public function setQuantity($value) /** * Check to see if Quantity is set. * - * @return true if Quantity is set. + * @return bool True if Quantity is set. */ public function isSetQuantity() { @@ -164,7 +164,7 @@ public function setSellerFulfillmentOrderItemId($value) /** * Check to see if SellerFulfillmentOrderItemId is set. * - * @return true if SellerFulfillmentOrderItemId is set. + * @return bool True if SellerFulfillmentOrderItemId is set. */ public function isSetSellerFulfillmentOrderItemId() { @@ -210,7 +210,7 @@ public function setItemUnfulfillableReasons($value) /** * Check to see if ItemUnfulfillableReasons is set. * - * @return true if ItemUnfulfillableReasons is set. + * @return bool True if ItemUnfulfillableReasons is set. */ public function isSetItemUnfulfillableReasons() { diff --git a/src/FBAOutboundServiceMWS/Model/UnfulfillablePreviewItemList.php b/src/FBAOutboundServiceMWS/Model/UnfulfillablePreviewItemList.php index 3db995a..329ec59 100644 --- a/src/FBAOutboundServiceMWS/Model/UnfulfillablePreviewItemList.php +++ b/src/FBAOutboundServiceMWS/Model/UnfulfillablePreviewItemList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAOutboundServiceMWS/Model/UpdateFulfillmentOrderItem.php b/src/FBAOutboundServiceMWS/Model/UpdateFulfillmentOrderItem.php index 0aca676..bbb7e5f 100644 --- a/src/FBAOutboundServiceMWS/Model/UpdateFulfillmentOrderItem.php +++ b/src/FBAOutboundServiceMWS/Model/UpdateFulfillmentOrderItem.php @@ -84,7 +84,7 @@ public function setSellerSKU($value) /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { @@ -130,7 +130,7 @@ public function setSellerFulfillmentOrderItemId($value) /** * Check to see if SellerFulfillmentOrderItemId is set. * - * @return true if SellerFulfillmentOrderItemId is set. + * @return bool True if SellerFulfillmentOrderItemId is set. */ public function isSetSellerFulfillmentOrderItemId() { @@ -176,7 +176,7 @@ public function setQuantity($value) /** * Check to see if Quantity is set. * - * @return true if Quantity is set. + * @return bool True if Quantity is set. */ public function isSetQuantity() { @@ -222,7 +222,7 @@ public function setGiftMessage($value) /** * Check to see if GiftMessage is set. * - * @return true if GiftMessage is set. + * @return bool True if GiftMessage is set. */ public function isSetGiftMessage() { @@ -268,7 +268,7 @@ public function setDisplayableComment($value) /** * Check to see if DisplayableComment is set. * - * @return true if DisplayableComment is set. + * @return bool True if DisplayableComment is set. */ public function isSetDisplayableComment() { @@ -314,7 +314,7 @@ public function setFulfillmentNetworkSKU($value) /** * Check to see if FulfillmentNetworkSKU is set. * - * @return true if FulfillmentNetworkSKU is set. + * @return bool True if FulfillmentNetworkSKU is set. */ public function isSetFulfillmentNetworkSKU() { @@ -360,7 +360,7 @@ public function setOrderItemDisposition($value) /** * Check to see if OrderItemDisposition is set. * - * @return true if OrderItemDisposition is set. + * @return bool True if OrderItemDisposition is set. */ public function isSetOrderItemDisposition() { @@ -406,7 +406,7 @@ public function setPerUnitDeclaredValue($value) /** * Check to see if PerUnitDeclaredValue is set. * - * @return true if PerUnitDeclaredValue is set. + * @return bool True if PerUnitDeclaredValue is set. */ public function isSetPerUnitDeclaredValue() { @@ -452,7 +452,7 @@ public function setPerUnitPrice($value) /** * Check to see if PerUnitPrice is set. * - * @return true if PerUnitPrice is set. + * @return bool True if PerUnitPrice is set. */ public function isSetPerUnitPrice() { @@ -498,7 +498,7 @@ public function setPerUnitTax($value) /** * Check to see if PerUnitTax is set. * - * @return true if PerUnitTax is set. + * @return bool True if PerUnitTax is set. */ public function isSetPerUnitTax() { diff --git a/src/FBAOutboundServiceMWS/Model/UpdateFulfillmentOrderItemList.php b/src/FBAOutboundServiceMWS/Model/UpdateFulfillmentOrderItemList.php index 240e047..c5d63c4 100644 --- a/src/FBAOutboundServiceMWS/Model/UpdateFulfillmentOrderItemList.php +++ b/src/FBAOutboundServiceMWS/Model/UpdateFulfillmentOrderItemList.php @@ -80,7 +80,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/FBAOutboundServiceMWS/Model/UpdateFulfillmentOrderRequest.php b/src/FBAOutboundServiceMWS/Model/UpdateFulfillmentOrderRequest.php index f2379c9..ddc4c75 100644 --- a/src/FBAOutboundServiceMWS/Model/UpdateFulfillmentOrderRequest.php +++ b/src/FBAOutboundServiceMWS/Model/UpdateFulfillmentOrderRequest.php @@ -97,7 +97,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -143,7 +143,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -189,7 +189,7 @@ public function setMarketplace($value) /** * Check to see if Marketplace is set. * - * @return true if Marketplace is set. + * @return bool True if Marketplace is set. */ public function isSetMarketplace() { @@ -235,7 +235,7 @@ public function setSellerFulfillmentOrderId($value) /** * Check to see if SellerFulfillmentOrderId is set. * - * @return true if SellerFulfillmentOrderId is set. + * @return bool True if SellerFulfillmentOrderId is set. */ public function isSetSellerFulfillmentOrderId() { @@ -281,7 +281,7 @@ public function setDisplayableOrderId($value) /** * Check to see if DisplayableOrderId is set. * - * @return true if DisplayableOrderId is set. + * @return bool True if DisplayableOrderId is set. */ public function isSetDisplayableOrderId() { @@ -327,7 +327,7 @@ public function setDisplayableOrderDateTime($value) /** * Check to see if DisplayableOrderDateTime is set. * - * @return true if DisplayableOrderDateTime is set. + * @return bool True if DisplayableOrderDateTime is set. */ public function isSetDisplayableOrderDateTime() { @@ -373,7 +373,7 @@ public function setDisplayableOrderComment($value) /** * Check to see if DisplayableOrderComment is set. * - * @return true if DisplayableOrderComment is set. + * @return bool True if DisplayableOrderComment is set. */ public function isSetDisplayableOrderComment() { @@ -419,7 +419,7 @@ public function setShippingSpeedCategory($value) /** * Check to see if ShippingSpeedCategory is set. * - * @return true if ShippingSpeedCategory is set. + * @return bool True if ShippingSpeedCategory is set. */ public function isSetShippingSpeedCategory() { @@ -465,7 +465,7 @@ public function setDestinationAddress($value) /** * Check to see if DestinationAddress is set. * - * @return true if DestinationAddress is set. + * @return bool True if DestinationAddress is set. */ public function isSetDestinationAddress() { @@ -511,7 +511,7 @@ public function setFulfillmentAction($value) /** * Check to see if FulfillmentAction is set. * - * @return true if FulfillmentAction is set. + * @return bool True if FulfillmentAction is set. */ public function isSetFulfillmentAction() { @@ -557,7 +557,7 @@ public function setFulfillmentPolicy($value) /** * Check to see if FulfillmentPolicy is set. * - * @return true if FulfillmentPolicy is set. + * @return bool True if FulfillmentPolicy is set. */ public function isSetFulfillmentPolicy() { @@ -603,7 +603,7 @@ public function setFulfillmentMethod($value) /** * Check to see if FulfillmentMethod is set. * - * @return true if FulfillmentMethod is set. + * @return bool True if FulfillmentMethod is set. */ public function isSetFulfillmentMethod() { @@ -649,7 +649,7 @@ public function setShipFromCountryCode($value) /** * Check to see if ShipFromCountryCode is set. * - * @return true if ShipFromCountryCode is set. + * @return bool True if ShipFromCountryCode is set. */ public function isSetShipFromCountryCode() { @@ -695,7 +695,7 @@ public function setNotificationEmailList($value) /** * Check to see if NotificationEmailList is set. * - * @return true if NotificationEmailList is set. + * @return bool True if NotificationEmailList is set. */ public function isSetNotificationEmailList() { @@ -741,7 +741,7 @@ public function setItems($value) /** * Check to see if Items is set. * - * @return true if Items is set. + * @return bool True if Items is set. */ public function isSetItems() { diff --git a/src/FBAOutboundServiceMWS/Model/UpdateFulfillmentOrderResponse.php b/src/FBAOutboundServiceMWS/Model/UpdateFulfillmentOrderResponse.php index 558a040..e448c3f 100644 --- a/src/FBAOutboundServiceMWS/Model/UpdateFulfillmentOrderResponse.php +++ b/src/FBAOutboundServiceMWS/Model/UpdateFulfillmentOrderResponse.php @@ -71,7 +71,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -117,7 +117,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/FBAOutboundServiceMWS/Model/Weight.php b/src/FBAOutboundServiceMWS/Model/Weight.php index 243e7ef..4b25323 100644 --- a/src/FBAOutboundServiceMWS/Model/Weight.php +++ b/src/FBAOutboundServiceMWS/Model/Weight.php @@ -65,7 +65,7 @@ public function setUnit($value) /** * Check to see if Unit is set. * - * @return true if Unit is set. + * @return bool True if Unit is set. */ public function isSetUnit() { @@ -111,7 +111,7 @@ public function setValue($value) /** * Check to see if Value is set. * - * @return true if Value is set. + * @return bool True if Value is set. */ public function isSetValue() { diff --git a/src/MWSFinancesService/Model.php b/src/MWSFinancesService/Model.php index dacc25c..6b305fc 100644 --- a/src/MWSFinancesService/Model.php +++ b/src/MWSFinancesService/Model.php @@ -400,7 +400,7 @@ private function _isComplexType ($fieldType) * Checks whether passed variable is an associative array * * @param mixed $var - * @return TRUE if passed variable is an associative array + * @return bool True if passed variable is an associative array */ private function _isAssociativeArray($var) { @@ -411,7 +411,7 @@ private function _isAssociativeArray($var) * Checks whether passed variable is DOMElement * * @param mixed $var - * @return TRUE if passed variable is DOMElement + * @return bool True if passed variable is DOMElement */ private function _isDOMElement($var) { @@ -422,7 +422,7 @@ private function _isDOMElement($var) * Checks whether passed variable is numeric array * * @param mixed $var - * @return TRUE if passed variable is an numeric array + * @return bool True if passed variable is an numeric array */ protected function _isNumericArray($var) { diff --git a/src/MWSFinancesService/Model/AdjustmentEvent.php b/src/MWSFinancesService/Model/AdjustmentEvent.php index 169fe4c..384fd6a 100644 --- a/src/MWSFinancesService/Model/AdjustmentEvent.php +++ b/src/MWSFinancesService/Model/AdjustmentEvent.php @@ -74,7 +74,7 @@ public function setAdjustmentType($value) /** * Check to see if AdjustmentType is set. * - * @return true if AdjustmentType is set. + * @return bool True if AdjustmentType is set. */ public function isSetAdjustmentType() { @@ -120,7 +120,7 @@ public function setAdjustmentAmount($value) /** * Check to see if AdjustmentAmount is set. * - * @return true if AdjustmentAmount is set. + * @return bool True if AdjustmentAmount is set. */ public function isSetAdjustmentAmount() { @@ -181,7 +181,7 @@ public function unsetAdjustmentItemList() /** * Check to see if AdjustmentItemList is set. * - * @return true if AdjustmentItemList is set. + * @return bool True if AdjustmentItemList is set. */ public function isSetAdjustmentItemList() { diff --git a/src/MWSFinancesService/Model/AdjustmentItem.php b/src/MWSFinancesService/Model/AdjustmentItem.php index 6da421b..fd5059b 100644 --- a/src/MWSFinancesService/Model/AdjustmentItem.php +++ b/src/MWSFinancesService/Model/AdjustmentItem.php @@ -82,7 +82,7 @@ public function setQuantity($value) /** * Check to see if Quantity is set. * - * @return true if Quantity is set. + * @return bool True if Quantity is set. */ public function isSetQuantity() { @@ -128,7 +128,7 @@ public function setPerUnitAmount($value) /** * Check to see if PerUnitAmount is set. * - * @return true if PerUnitAmount is set. + * @return bool True if PerUnitAmount is set. */ public function isSetPerUnitAmount() { @@ -174,7 +174,7 @@ public function setTotalAmount($value) /** * Check to see if TotalAmount is set. * - * @return true if TotalAmount is set. + * @return bool True if TotalAmount is set. */ public function isSetTotalAmount() { @@ -220,7 +220,7 @@ public function setSellerSKU($value) /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { @@ -266,7 +266,7 @@ public function setFnSKU($value) /** * Check to see if FnSKU is set. * - * @return true if FnSKU is set. + * @return bool True if FnSKU is set. */ public function isSetFnSKU() { @@ -312,7 +312,7 @@ public function setProductDescription($value) /** * Check to see if ProductDescription is set. * - * @return true if ProductDescription is set. + * @return bool True if ProductDescription is set. */ public function isSetProductDescription() { @@ -358,7 +358,7 @@ public function setASIN($value) /** * Check to see if ASIN is set. * - * @return true if ASIN is set. + * @return bool True if ASIN is set. */ public function isSetASIN() { diff --git a/src/MWSFinancesService/Model/ChargeComponent.php b/src/MWSFinancesService/Model/ChargeComponent.php index d964aa4..924c2d1 100644 --- a/src/MWSFinancesService/Model/ChargeComponent.php +++ b/src/MWSFinancesService/Model/ChargeComponent.php @@ -72,7 +72,7 @@ public function setChargeType($value) /** * Check to see if ChargeType is set. * - * @return true if ChargeType is set. + * @return bool True if ChargeType is set. */ public function isSetChargeType() { @@ -118,7 +118,7 @@ public function setChargeAmount($value) /** * Check to see if ChargeAmount is set. * - * @return true if ChargeAmount is set. + * @return bool True if ChargeAmount is set. */ public function isSetChargeAmount() { diff --git a/src/MWSFinancesService/Model/ChargeInstrument.php b/src/MWSFinancesService/Model/ChargeInstrument.php index 2e8c850..edcf11c 100644 --- a/src/MWSFinancesService/Model/ChargeInstrument.php +++ b/src/MWSFinancesService/Model/ChargeInstrument.php @@ -74,7 +74,7 @@ public function setDescription($value) /** * Check to see if Description is set. * - * @return true if Description is set. + * @return bool True if Description is set. */ public function isSetDescription() { @@ -120,7 +120,7 @@ public function setTail($value) /** * Check to see if Tail is set. * - * @return true if Tail is set. + * @return bool True if Tail is set. */ public function isSetTail() { @@ -166,7 +166,7 @@ public function setAmount($value) /** * Check to see if Amount is set. * - * @return true if Amount is set. + * @return bool True if Amount is set. */ public function isSetAmount() { diff --git a/src/MWSFinancesService/Model/Currency.php b/src/MWSFinancesService/Model/Currency.php index 1276646..314d860 100644 --- a/src/MWSFinancesService/Model/Currency.php +++ b/src/MWSFinancesService/Model/Currency.php @@ -72,7 +72,7 @@ public function setCurrencyCode($value) /** * Check to see if CurrencyCode is set. * - * @return true if CurrencyCode is set. + * @return bool True if CurrencyCode is set. */ public function isSetCurrencyCode() { @@ -118,7 +118,7 @@ public function setCurrencyAmount($value) /** * Check to see if CurrencyAmount is set. * - * @return true if CurrencyAmount is set. + * @return bool True if CurrencyAmount is set. */ public function isSetCurrencyAmount() { diff --git a/src/MWSFinancesService/Model/DebtRecoveryEvent.php b/src/MWSFinancesService/Model/DebtRecoveryEvent.php index f41e9cb..96f28dc 100644 --- a/src/MWSFinancesService/Model/DebtRecoveryEvent.php +++ b/src/MWSFinancesService/Model/DebtRecoveryEvent.php @@ -78,7 +78,7 @@ public function setDebtRecoveryType($value) /** * Check to see if DebtRecoveryType is set. * - * @return true if DebtRecoveryType is set. + * @return bool True if DebtRecoveryType is set. */ public function isSetDebtRecoveryType() { @@ -124,7 +124,7 @@ public function setRecoveryAmount($value) /** * Check to see if RecoveryAmount is set. * - * @return true if RecoveryAmount is set. + * @return bool True if RecoveryAmount is set. */ public function isSetRecoveryAmount() { @@ -170,7 +170,7 @@ public function setOverPaymentCredit($value) /** * Check to see if OverPaymentCredit is set. * - * @return true if OverPaymentCredit is set. + * @return bool True if OverPaymentCredit is set. */ public function isSetOverPaymentCredit() { @@ -231,7 +231,7 @@ public function unsetDebtRecoveryItemList() /** * Check to see if DebtRecoveryItemList is set. * - * @return true if DebtRecoveryItemList is set. + * @return bool True if DebtRecoveryItemList is set. */ public function isSetDebtRecoveryItemList() { @@ -295,7 +295,7 @@ public function unsetChargeInstrumentList() /** * Check to see if ChargeInstrumentList is set. * - * @return true if ChargeInstrumentList is set. + * @return bool True if ChargeInstrumentList is set. */ public function isSetChargeInstrumentList() { diff --git a/src/MWSFinancesService/Model/DebtRecoveryItem.php b/src/MWSFinancesService/Model/DebtRecoveryItem.php index ea6c0da..e245986 100644 --- a/src/MWSFinancesService/Model/DebtRecoveryItem.php +++ b/src/MWSFinancesService/Model/DebtRecoveryItem.php @@ -76,7 +76,7 @@ public function setRecoveryAmount($value) /** * Check to see if RecoveryAmount is set. * - * @return true if RecoveryAmount is set. + * @return bool True if RecoveryAmount is set. */ public function isSetRecoveryAmount() { @@ -122,7 +122,7 @@ public function setOriginalAmount($value) /** * Check to see if OriginalAmount is set. * - * @return true if OriginalAmount is set. + * @return bool True if OriginalAmount is set. */ public function isSetOriginalAmount() { @@ -168,7 +168,7 @@ public function setGroupBeginDate($value) /** * Check to see if GroupBeginDate is set. * - * @return true if GroupBeginDate is set. + * @return bool True if GroupBeginDate is set. */ public function isSetGroupBeginDate() { @@ -214,7 +214,7 @@ public function setGroupEndDate($value) /** * Check to see if GroupEndDate is set. * - * @return true if GroupEndDate is set. + * @return bool True if GroupEndDate is set. */ public function isSetGroupEndDate() { diff --git a/src/MWSFinancesService/Model/DirectPayment.php b/src/MWSFinancesService/Model/DirectPayment.php index 057df85..c231ce3 100644 --- a/src/MWSFinancesService/Model/DirectPayment.php +++ b/src/MWSFinancesService/Model/DirectPayment.php @@ -72,7 +72,7 @@ public function setDirectPaymentType($value) /** * Check to see if DirectPaymentType is set. * - * @return true if DirectPaymentType is set. + * @return bool True if DirectPaymentType is set. */ public function isSetDirectPaymentType() { @@ -118,7 +118,7 @@ public function setDirectPaymentAmount($value) /** * Check to see if DirectPaymentAmount is set. * - * @return true if DirectPaymentAmount is set. + * @return bool True if DirectPaymentAmount is set. */ public function isSetDirectPaymentAmount() { diff --git a/src/MWSFinancesService/Model/FeeComponent.php b/src/MWSFinancesService/Model/FeeComponent.php index caccd97..7ec57ed 100644 --- a/src/MWSFinancesService/Model/FeeComponent.php +++ b/src/MWSFinancesService/Model/FeeComponent.php @@ -72,7 +72,7 @@ public function setFeeType($value) /** * Check to see if FeeType is set. * - * @return true if FeeType is set. + * @return bool True if FeeType is set. */ public function isSetFeeType() { @@ -118,7 +118,7 @@ public function setFeeAmount($value) /** * Check to see if FeeAmount is set. * - * @return true if FeeAmount is set. + * @return bool True if FeeAmount is set. */ public function isSetFeeAmount() { diff --git a/src/MWSFinancesService/Model/FinancialEventGroup.php b/src/MWSFinancesService/Model/FinancialEventGroup.php index e82fb0f..f555a1f 100644 --- a/src/MWSFinancesService/Model/FinancialEventGroup.php +++ b/src/MWSFinancesService/Model/FinancialEventGroup.php @@ -90,7 +90,7 @@ public function setFinancialEventGroupId($value) /** * Check to see if FinancialEventGroupId is set. * - * @return true if FinancialEventGroupId is set. + * @return bool True if FinancialEventGroupId is set. */ public function isSetFinancialEventGroupId() { @@ -136,7 +136,7 @@ public function setProcessingStatus($value) /** * Check to see if ProcessingStatus is set. * - * @return true if ProcessingStatus is set. + * @return bool True if ProcessingStatus is set. */ public function isSetProcessingStatus() { @@ -182,7 +182,7 @@ public function setFundTransferStatus($value) /** * Check to see if FundTransferStatus is set. * - * @return true if FundTransferStatus is set. + * @return bool True if FundTransferStatus is set. */ public function isSetFundTransferStatus() { @@ -228,7 +228,7 @@ public function setOriginalTotal($value) /** * Check to see if OriginalTotal is set. * - * @return true if OriginalTotal is set. + * @return bool True if OriginalTotal is set. */ public function isSetOriginalTotal() { @@ -274,7 +274,7 @@ public function setConvertedTotal($value) /** * Check to see if ConvertedTotal is set. * - * @return true if ConvertedTotal is set. + * @return bool True if ConvertedTotal is set. */ public function isSetConvertedTotal() { @@ -320,7 +320,7 @@ public function setFundTransferDate($value) /** * Check to see if FundTransferDate is set. * - * @return true if FundTransferDate is set. + * @return bool True if FundTransferDate is set. */ public function isSetFundTransferDate() { @@ -366,7 +366,7 @@ public function setTraceId($value) /** * Check to see if TraceId is set. * - * @return true if TraceId is set. + * @return bool True if TraceId is set. */ public function isSetTraceId() { @@ -412,7 +412,7 @@ public function setAccountTail($value) /** * Check to see if AccountTail is set. * - * @return true if AccountTail is set. + * @return bool True if AccountTail is set. */ public function isSetAccountTail() { @@ -458,7 +458,7 @@ public function setBeginningBalance($value) /** * Check to see if BeginningBalance is set. * - * @return true if BeginningBalance is set. + * @return bool True if BeginningBalance is set. */ public function isSetBeginningBalance() { @@ -504,7 +504,7 @@ public function setFinancialEventGroupStart($value) /** * Check to see if FinancialEventGroupStart is set. * - * @return true if FinancialEventGroupStart is set. + * @return bool True if FinancialEventGroupStart is set. */ public function isSetFinancialEventGroupStart() { @@ -550,7 +550,7 @@ public function setFinancialEventGroupEnd($value) /** * Check to see if FinancialEventGroupEnd is set. * - * @return true if FinancialEventGroupEnd is set. + * @return bool True if FinancialEventGroupEnd is set. */ public function isSetFinancialEventGroupEnd() { diff --git a/src/MWSFinancesService/Model/FinancialEvents.php b/src/MWSFinancesService/Model/FinancialEvents.php index aa90865..89eb98f 100644 --- a/src/MWSFinancesService/Model/FinancialEvents.php +++ b/src/MWSFinancesService/Model/FinancialEvents.php @@ -109,7 +109,7 @@ public function unsetShipmentEventList() /** * Check to see if ShipmentEventList is set. * - * @return true if ShipmentEventList is set. + * @return bool True if ShipmentEventList is set. */ public function isSetShipmentEventList() { @@ -173,7 +173,7 @@ public function unsetRefundEventList() /** * Check to see if RefundEventList is set. * - * @return true if RefundEventList is set. + * @return bool True if RefundEventList is set. */ public function isSetRefundEventList() { @@ -237,7 +237,7 @@ public function unsetGuaranteeClaimEventList() /** * Check to see if GuaranteeClaimEventList is set. * - * @return true if GuaranteeClaimEventList is set. + * @return bool True if GuaranteeClaimEventList is set. */ public function isSetGuaranteeClaimEventList() { @@ -301,7 +301,7 @@ public function unsetChargebackEventList() /** * Check to see if ChargebackEventList is set. * - * @return true if ChargebackEventList is set. + * @return bool True if ChargebackEventList is set. */ public function isSetChargebackEventList() { @@ -365,7 +365,7 @@ public function unsetPayWithAmazonEventList() /** * Check to see if PayWithAmazonEventList is set. * - * @return true if PayWithAmazonEventList is set. + * @return bool True if PayWithAmazonEventList is set. */ public function isSetPayWithAmazonEventList() { @@ -429,7 +429,7 @@ public function unsetServiceProviderCreditEventList() /** * Check to see if ServiceProviderCreditEventList is set. * - * @return true if ServiceProviderCreditEventList is set. + * @return bool True if ServiceProviderCreditEventList is set. */ public function isSetServiceProviderCreditEventList() { @@ -493,7 +493,7 @@ public function unsetRetrochargeEventList() /** * Check to see if RetrochargeEventList is set. * - * @return true if RetrochargeEventList is set. + * @return bool True if RetrochargeEventList is set. */ public function isSetRetrochargeEventList() { @@ -557,7 +557,7 @@ public function unsetRentalTransactionEventList() /** * Check to see if RentalTransactionEventList is set. * - * @return true if RentalTransactionEventList is set. + * @return bool True if RentalTransactionEventList is set. */ public function isSetRentalTransactionEventList() { @@ -621,7 +621,7 @@ public function unsetPerformanceBondRefundEventList() /** * Check to see if PerformanceBondRefundEventList is set. * - * @return true if PerformanceBondRefundEventList is set. + * @return bool True if PerformanceBondRefundEventList is set. */ public function isSetPerformanceBondRefundEventList() { @@ -685,7 +685,7 @@ public function unsetServiceFeeEventList() /** * Check to see if ServiceFeeEventList is set. * - * @return true if ServiceFeeEventList is set. + * @return bool True if ServiceFeeEventList is set. */ public function isSetServiceFeeEventList() { @@ -749,7 +749,7 @@ public function unsetDebtRecoveryEventList() /** * Check to see if DebtRecoveryEventList is set. * - * @return true if DebtRecoveryEventList is set. + * @return bool True if DebtRecoveryEventList is set. */ public function isSetDebtRecoveryEventList() { @@ -813,7 +813,7 @@ public function unsetLoanServicingEventList() /** * Check to see if LoanServicingEventList is set. * - * @return true if LoanServicingEventList is set. + * @return bool True if LoanServicingEventList is set. */ public function isSetLoanServicingEventList() { @@ -877,7 +877,7 @@ public function unsetAdjustmentEventList() /** * Check to see if AdjustmentEventList is set. * - * @return true if AdjustmentEventList is set. + * @return bool True if AdjustmentEventList is set. */ public function isSetAdjustmentEventList() { diff --git a/src/MWSFinancesService/Model/GetServiceStatusRequest.php b/src/MWSFinancesService/Model/GetServiceStatusRequest.php index 6f050bc..4a64ff4 100644 --- a/src/MWSFinancesService/Model/GetServiceStatusRequest.php +++ b/src/MWSFinancesService/Model/GetServiceStatusRequest.php @@ -72,7 +72,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -118,7 +118,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { diff --git a/src/MWSFinancesService/Model/GetServiceStatusResponse.php b/src/MWSFinancesService/Model/GetServiceStatusResponse.php index ebb7c38..24f3921 100644 --- a/src/MWSFinancesService/Model/GetServiceStatusResponse.php +++ b/src/MWSFinancesService/Model/GetServiceStatusResponse.php @@ -74,7 +74,7 @@ public function setGetServiceStatusResult($value) /** * Check to see if GetServiceStatusResult is set. * - * @return true if GetServiceStatusResult is set. + * @return bool True if GetServiceStatusResult is set. */ public function isSetGetServiceStatusResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MWSFinancesService/Model/GetServiceStatusResult.php b/src/MWSFinancesService/Model/GetServiceStatusResult.php index 9d90681..472b750 100644 --- a/src/MWSFinancesService/Model/GetServiceStatusResult.php +++ b/src/MWSFinancesService/Model/GetServiceStatusResult.php @@ -72,7 +72,7 @@ public function setStatus($value) /** * Check to see if Status is set. * - * @return true if Status is set. + * @return bool True if Status is set. */ public function isSetStatus() { @@ -118,7 +118,7 @@ public function setTimestamp($value) /** * Check to see if Timestamp is set. * - * @return true if Timestamp is set. + * @return bool True if Timestamp is set. */ public function isSetTimestamp() { diff --git a/src/MWSFinancesService/Model/ListFinancialEventGroupsByNextTokenRequest.php b/src/MWSFinancesService/Model/ListFinancialEventGroupsByNextTokenRequest.php index 4de8ab9..f814f2c 100644 --- a/src/MWSFinancesService/Model/ListFinancialEventGroupsByNextTokenRequest.php +++ b/src/MWSFinancesService/Model/ListFinancialEventGroupsByNextTokenRequest.php @@ -74,7 +74,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -120,7 +120,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -166,7 +166,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { diff --git a/src/MWSFinancesService/Model/ListFinancialEventGroupsByNextTokenResponse.php b/src/MWSFinancesService/Model/ListFinancialEventGroupsByNextTokenResponse.php index 7cbd99f..b647499 100644 --- a/src/MWSFinancesService/Model/ListFinancialEventGroupsByNextTokenResponse.php +++ b/src/MWSFinancesService/Model/ListFinancialEventGroupsByNextTokenResponse.php @@ -74,7 +74,7 @@ public function setListFinancialEventGroupsByNextTokenResult($value) /** * Check to see if ListFinancialEventGroupsByNextTokenResult is set. * - * @return true if ListFinancialEventGroupsByNextTokenResult is set. + * @return bool True if ListFinancialEventGroupsByNextTokenResult is set. */ public function isSetListFinancialEventGroupsByNextTokenResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MWSFinancesService/Model/ListFinancialEventGroupsByNextTokenResult.php b/src/MWSFinancesService/Model/ListFinancialEventGroupsByNextTokenResult.php index 45fe5c8..2d64be7 100644 --- a/src/MWSFinancesService/Model/ListFinancialEventGroupsByNextTokenResult.php +++ b/src/MWSFinancesService/Model/ListFinancialEventGroupsByNextTokenResult.php @@ -72,7 +72,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { @@ -133,7 +133,7 @@ public function unsetFinancialEventGroupList() /** * Check to see if FinancialEventGroupList is set. * - * @return true if FinancialEventGroupList is set. + * @return bool True if FinancialEventGroupList is set. */ public function isSetFinancialEventGroupList() { diff --git a/src/MWSFinancesService/Model/ListFinancialEventGroupsRequest.php b/src/MWSFinancesService/Model/ListFinancialEventGroupsRequest.php index a1fe012..134aa41 100644 --- a/src/MWSFinancesService/Model/ListFinancialEventGroupsRequest.php +++ b/src/MWSFinancesService/Model/ListFinancialEventGroupsRequest.php @@ -78,7 +78,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -124,7 +124,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -170,7 +170,7 @@ public function setMaxResultsPerPage($value) /** * Check to see if MaxResultsPerPage is set. * - * @return true if MaxResultsPerPage is set. + * @return bool True if MaxResultsPerPage is set. */ public function isSetMaxResultsPerPage() { @@ -216,7 +216,7 @@ public function setFinancialEventGroupStartedAfter($value) /** * Check to see if FinancialEventGroupStartedAfter is set. * - * @return true if FinancialEventGroupStartedAfter is set. + * @return bool True if FinancialEventGroupStartedAfter is set. */ public function isSetFinancialEventGroupStartedAfter() { @@ -262,7 +262,7 @@ public function setFinancialEventGroupStartedBefore($value) /** * Check to see if FinancialEventGroupStartedBefore is set. * - * @return true if FinancialEventGroupStartedBefore is set. + * @return bool True if FinancialEventGroupStartedBefore is set. */ public function isSetFinancialEventGroupStartedBefore() { diff --git a/src/MWSFinancesService/Model/ListFinancialEventGroupsResponse.php b/src/MWSFinancesService/Model/ListFinancialEventGroupsResponse.php index 8f80b07..f984f39 100644 --- a/src/MWSFinancesService/Model/ListFinancialEventGroupsResponse.php +++ b/src/MWSFinancesService/Model/ListFinancialEventGroupsResponse.php @@ -74,7 +74,7 @@ public function setListFinancialEventGroupsResult($value) /** * Check to see if ListFinancialEventGroupsResult is set. * - * @return true if ListFinancialEventGroupsResult is set. + * @return bool True if ListFinancialEventGroupsResult is set. */ public function isSetListFinancialEventGroupsResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MWSFinancesService/Model/ListFinancialEventGroupsResult.php b/src/MWSFinancesService/Model/ListFinancialEventGroupsResult.php index 4aa8698..801006f 100644 --- a/src/MWSFinancesService/Model/ListFinancialEventGroupsResult.php +++ b/src/MWSFinancesService/Model/ListFinancialEventGroupsResult.php @@ -72,7 +72,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { @@ -133,7 +133,7 @@ public function unsetFinancialEventGroupList() /** * Check to see if FinancialEventGroupList is set. * - * @return true if FinancialEventGroupList is set. + * @return bool True if FinancialEventGroupList is set. */ public function isSetFinancialEventGroupList() { diff --git a/src/MWSFinancesService/Model/ListFinancialEventsByNextTokenRequest.php b/src/MWSFinancesService/Model/ListFinancialEventsByNextTokenRequest.php index 7027b12..2186eab 100644 --- a/src/MWSFinancesService/Model/ListFinancialEventsByNextTokenRequest.php +++ b/src/MWSFinancesService/Model/ListFinancialEventsByNextTokenRequest.php @@ -74,7 +74,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -120,7 +120,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -166,7 +166,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { diff --git a/src/MWSFinancesService/Model/ListFinancialEventsByNextTokenResponse.php b/src/MWSFinancesService/Model/ListFinancialEventsByNextTokenResponse.php index 9a1fd8c..4378525 100644 --- a/src/MWSFinancesService/Model/ListFinancialEventsByNextTokenResponse.php +++ b/src/MWSFinancesService/Model/ListFinancialEventsByNextTokenResponse.php @@ -74,7 +74,7 @@ public function setListFinancialEventsByNextTokenResult($value) /** * Check to see if ListFinancialEventsByNextTokenResult is set. * - * @return true if ListFinancialEventsByNextTokenResult is set. + * @return bool True if ListFinancialEventsByNextTokenResult is set. */ public function isSetListFinancialEventsByNextTokenResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MWSFinancesService/Model/ListFinancialEventsByNextTokenResult.php b/src/MWSFinancesService/Model/ListFinancialEventsByNextTokenResult.php index 8192ff5..7692afb 100644 --- a/src/MWSFinancesService/Model/ListFinancialEventsByNextTokenResult.php +++ b/src/MWSFinancesService/Model/ListFinancialEventsByNextTokenResult.php @@ -72,7 +72,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { @@ -118,7 +118,7 @@ public function setFinancialEvents($value) /** * Check to see if FinancialEvents is set. * - * @return true if FinancialEvents is set. + * @return bool True if FinancialEvents is set. */ public function isSetFinancialEvents() { diff --git a/src/MWSFinancesService/Model/ListFinancialEventsRequest.php b/src/MWSFinancesService/Model/ListFinancialEventsRequest.php index 28f1fa6..4136369 100644 --- a/src/MWSFinancesService/Model/ListFinancialEventsRequest.php +++ b/src/MWSFinancesService/Model/ListFinancialEventsRequest.php @@ -82,7 +82,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -128,7 +128,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -174,7 +174,7 @@ public function setMaxResultsPerPage($value) /** * Check to see if MaxResultsPerPage is set. * - * @return true if MaxResultsPerPage is set. + * @return bool True if MaxResultsPerPage is set. */ public function isSetMaxResultsPerPage() { @@ -220,7 +220,7 @@ public function setAmazonOrderId($value) /** * Check to see if AmazonOrderId is set. * - * @return true if AmazonOrderId is set. + * @return bool True if AmazonOrderId is set. */ public function isSetAmazonOrderId() { @@ -266,7 +266,7 @@ public function setFinancialEventGroupId($value) /** * Check to see if FinancialEventGroupId is set. * - * @return true if FinancialEventGroupId is set. + * @return bool True if FinancialEventGroupId is set. */ public function isSetFinancialEventGroupId() { @@ -312,7 +312,7 @@ public function setPostedAfter($value) /** * Check to see if PostedAfter is set. * - * @return true if PostedAfter is set. + * @return bool True if PostedAfter is set. */ public function isSetPostedAfter() { @@ -358,7 +358,7 @@ public function setPostedBefore($value) /** * Check to see if PostedBefore is set. * - * @return true if PostedBefore is set. + * @return bool True if PostedBefore is set. */ public function isSetPostedBefore() { diff --git a/src/MWSFinancesService/Model/ListFinancialEventsResponse.php b/src/MWSFinancesService/Model/ListFinancialEventsResponse.php index 97b30cb..10d4bd3 100644 --- a/src/MWSFinancesService/Model/ListFinancialEventsResponse.php +++ b/src/MWSFinancesService/Model/ListFinancialEventsResponse.php @@ -74,7 +74,7 @@ public function setListFinancialEventsResult($value) /** * Check to see if ListFinancialEventsResult is set. * - * @return true if ListFinancialEventsResult is set. + * @return bool True if ListFinancialEventsResult is set. */ public function isSetListFinancialEventsResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MWSFinancesService/Model/ListFinancialEventsResult.php b/src/MWSFinancesService/Model/ListFinancialEventsResult.php index 88d8cef..bf21828 100644 --- a/src/MWSFinancesService/Model/ListFinancialEventsResult.php +++ b/src/MWSFinancesService/Model/ListFinancialEventsResult.php @@ -72,7 +72,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { @@ -118,7 +118,7 @@ public function setFinancialEvents($value) /** * Check to see if FinancialEvents is set. * - * @return true if FinancialEvents is set. + * @return bool True if FinancialEvents is set. */ public function isSetFinancialEvents() { diff --git a/src/MWSFinancesService/Model/LoanServicingEvent.php b/src/MWSFinancesService/Model/LoanServicingEvent.php index 2d2606b..5f0d88c 100644 --- a/src/MWSFinancesService/Model/LoanServicingEvent.php +++ b/src/MWSFinancesService/Model/LoanServicingEvent.php @@ -72,7 +72,7 @@ public function setLoanAmount($value) /** * Check to see if LoanAmount is set. * - * @return true if LoanAmount is set. + * @return bool True if LoanAmount is set. */ public function isSetLoanAmount() { @@ -118,7 +118,7 @@ public function setSourceBusinessEventType($value) /** * Check to see if SourceBusinessEventType is set. * - * @return true if SourceBusinessEventType is set. + * @return bool True if SourceBusinessEventType is set. */ public function isSetSourceBusinessEventType() { diff --git a/src/MWSFinancesService/Model/PayWithAmazonEvent.php b/src/MWSFinancesService/Model/PayWithAmazonEvent.php index e5ed395..b6d37b8 100644 --- a/src/MWSFinancesService/Model/PayWithAmazonEvent.php +++ b/src/MWSFinancesService/Model/PayWithAmazonEvent.php @@ -88,7 +88,7 @@ public function setSellerOrderId($value) /** * Check to see if SellerOrderId is set. * - * @return true if SellerOrderId is set. + * @return bool True if SellerOrderId is set. */ public function isSetSellerOrderId() { @@ -134,7 +134,7 @@ public function setTransactionPostedDate($value) /** * Check to see if TransactionPostedDate is set. * - * @return true if TransactionPostedDate is set. + * @return bool True if TransactionPostedDate is set. */ public function isSetTransactionPostedDate() { @@ -180,7 +180,7 @@ public function setBusinessObjectType($value) /** * Check to see if BusinessObjectType is set. * - * @return true if BusinessObjectType is set. + * @return bool True if BusinessObjectType is set. */ public function isSetBusinessObjectType() { @@ -226,7 +226,7 @@ public function setSalesChannel($value) /** * Check to see if SalesChannel is set. * - * @return true if SalesChannel is set. + * @return bool True if SalesChannel is set. */ public function isSetSalesChannel() { @@ -272,7 +272,7 @@ public function setCharge($value) /** * Check to see if Charge is set. * - * @return true if Charge is set. + * @return bool True if Charge is set. */ public function isSetCharge() { @@ -333,7 +333,7 @@ public function unsetFeeList() /** * Check to see if FeeList is set. * - * @return true if FeeList is set. + * @return bool True if FeeList is set. */ public function isSetFeeList() { @@ -382,7 +382,7 @@ public function setPaymentAmountType($value) /** * Check to see if PaymentAmountType is set. * - * @return true if PaymentAmountType is set. + * @return bool True if PaymentAmountType is set. */ public function isSetPaymentAmountType() { @@ -428,7 +428,7 @@ public function setAmountDescription($value) /** * Check to see if AmountDescription is set. * - * @return true if AmountDescription is set. + * @return bool True if AmountDescription is set. */ public function isSetAmountDescription() { @@ -474,7 +474,7 @@ public function setFulfillmentChannel($value) /** * Check to see if FulfillmentChannel is set. * - * @return true if FulfillmentChannel is set. + * @return bool True if FulfillmentChannel is set. */ public function isSetFulfillmentChannel() { @@ -520,7 +520,7 @@ public function setStoreName($value) /** * Check to see if StoreName is set. * - * @return true if StoreName is set. + * @return bool True if StoreName is set. */ public function isSetStoreName() { diff --git a/src/MWSFinancesService/Model/PerformanceBondRefundEvent.php b/src/MWSFinancesService/Model/PerformanceBondRefundEvent.php index 1f40c12..d93a70d 100644 --- a/src/MWSFinancesService/Model/PerformanceBondRefundEvent.php +++ b/src/MWSFinancesService/Model/PerformanceBondRefundEvent.php @@ -74,7 +74,7 @@ public function setMarketplaceCountryCode($value) /** * Check to see if MarketplaceCountryCode is set. * - * @return true if MarketplaceCountryCode is set. + * @return bool True if MarketplaceCountryCode is set. */ public function isSetMarketplaceCountryCode() { @@ -120,7 +120,7 @@ public function setAmount($value) /** * Check to see if Amount is set. * - * @return true if Amount is set. + * @return bool True if Amount is set. */ public function isSetAmount() { @@ -181,7 +181,7 @@ public function unsetProductGroupList() /** * Check to see if ProductGroupList is set. * - * @return true if ProductGroupList is set. + * @return bool True if ProductGroupList is set. */ public function isSetProductGroupList() { diff --git a/src/MWSFinancesService/Model/Promotion.php b/src/MWSFinancesService/Model/Promotion.php index 6b280dc..cec2a76 100644 --- a/src/MWSFinancesService/Model/Promotion.php +++ b/src/MWSFinancesService/Model/Promotion.php @@ -74,7 +74,7 @@ public function setPromotionType($value) /** * Check to see if PromotionType is set. * - * @return true if PromotionType is set. + * @return bool True if PromotionType is set. */ public function isSetPromotionType() { @@ -120,7 +120,7 @@ public function setPromotionId($value) /** * Check to see if PromotionId is set. * - * @return true if PromotionId is set. + * @return bool True if PromotionId is set. */ public function isSetPromotionId() { @@ -166,7 +166,7 @@ public function setPromotionAmount($value) /** * Check to see if PromotionAmount is set. * - * @return true if PromotionAmount is set. + * @return bool True if PromotionAmount is set. */ public function isSetPromotionAmount() { diff --git a/src/MWSFinancesService/Model/RentalTransactionEvent.php b/src/MWSFinancesService/Model/RentalTransactionEvent.php index 73d0587..ad80ea8 100644 --- a/src/MWSFinancesService/Model/RentalTransactionEvent.php +++ b/src/MWSFinancesService/Model/RentalTransactionEvent.php @@ -86,7 +86,7 @@ public function setAmazonOrderId($value) /** * Check to see if AmazonOrderId is set. * - * @return true if AmazonOrderId is set. + * @return bool True if AmazonOrderId is set. */ public function isSetAmazonOrderId() { @@ -132,7 +132,7 @@ public function setRentalEventType($value) /** * Check to see if RentalEventType is set. * - * @return true if RentalEventType is set. + * @return bool True if RentalEventType is set. */ public function isSetRentalEventType() { @@ -178,7 +178,7 @@ public function setExtensionLength($value) /** * Check to see if ExtensionLength is set. * - * @return true if ExtensionLength is set. + * @return bool True if ExtensionLength is set. */ public function isSetExtensionLength() { @@ -224,7 +224,7 @@ public function setPostedDate($value) /** * Check to see if PostedDate is set. * - * @return true if PostedDate is set. + * @return bool True if PostedDate is set. */ public function isSetPostedDate() { @@ -285,7 +285,7 @@ public function unsetRentalChargeList() /** * Check to see if RentalChargeList is set. * - * @return true if RentalChargeList is set. + * @return bool True if RentalChargeList is set. */ public function isSetRentalChargeList() { @@ -349,7 +349,7 @@ public function unsetRentalFeeList() /** * Check to see if RentalFeeList is set. * - * @return true if RentalFeeList is set. + * @return bool True if RentalFeeList is set. */ public function isSetRentalFeeList() { @@ -398,7 +398,7 @@ public function setMarketplaceName($value) /** * Check to see if MarketplaceName is set. * - * @return true if MarketplaceName is set. + * @return bool True if MarketplaceName is set. */ public function isSetMarketplaceName() { @@ -444,7 +444,7 @@ public function setRentalInitialValue($value) /** * Check to see if RentalInitialValue is set. * - * @return true if RentalInitialValue is set. + * @return bool True if RentalInitialValue is set. */ public function isSetRentalInitialValue() { @@ -490,7 +490,7 @@ public function setRentalReimbursement($value) /** * Check to see if RentalReimbursement is set. * - * @return true if RentalReimbursement is set. + * @return bool True if RentalReimbursement is set. */ public function isSetRentalReimbursement() { diff --git a/src/MWSFinancesService/Model/ResponseMetadata.php b/src/MWSFinancesService/Model/ResponseMetadata.php index ea6be2d..30749db 100644 --- a/src/MWSFinancesService/Model/ResponseMetadata.php +++ b/src/MWSFinancesService/Model/ResponseMetadata.php @@ -70,7 +70,7 @@ public function setRequestId($value) /** * Check to see if RequestId is set. * - * @return true if RequestId is set. + * @return bool True if RequestId is set. */ public function isSetRequestId() { diff --git a/src/MWSFinancesService/Model/RetrochargeEvent.php b/src/MWSFinancesService/Model/RetrochargeEvent.php index e5dd81e..63527e2 100644 --- a/src/MWSFinancesService/Model/RetrochargeEvent.php +++ b/src/MWSFinancesService/Model/RetrochargeEvent.php @@ -80,7 +80,7 @@ public function setRetrochargeEventType($value) /** * Check to see if RetrochargeEventType is set. * - * @return true if RetrochargeEventType is set. + * @return bool True if RetrochargeEventType is set. */ public function isSetRetrochargeEventType() { @@ -126,7 +126,7 @@ public function setAmazonOrderId($value) /** * Check to see if AmazonOrderId is set. * - * @return true if AmazonOrderId is set. + * @return bool True if AmazonOrderId is set. */ public function isSetAmazonOrderId() { @@ -172,7 +172,7 @@ public function setPostedDate($value) /** * Check to see if PostedDate is set. * - * @return true if PostedDate is set. + * @return bool True if PostedDate is set. */ public function isSetPostedDate() { @@ -218,7 +218,7 @@ public function setBaseTax($value) /** * Check to see if BaseTax is set. * - * @return true if BaseTax is set. + * @return bool True if BaseTax is set. */ public function isSetBaseTax() { @@ -264,7 +264,7 @@ public function setShippingTax($value) /** * Check to see if ShippingTax is set. * - * @return true if ShippingTax is set. + * @return bool True if ShippingTax is set. */ public function isSetShippingTax() { @@ -310,7 +310,7 @@ public function setMarketplaceName($value) /** * Check to see if MarketplaceName is set. * - * @return true if MarketplaceName is set. + * @return bool True if MarketplaceName is set. */ public function isSetMarketplaceName() { diff --git a/src/MWSFinancesService/Model/ServiceFeeEvent.php b/src/MWSFinancesService/Model/ServiceFeeEvent.php index b3a2007..5f10fb2 100644 --- a/src/MWSFinancesService/Model/ServiceFeeEvent.php +++ b/src/MWSFinancesService/Model/ServiceFeeEvent.php @@ -82,7 +82,7 @@ public function setAmazonOrderId($value) /** * Check to see if AmazonOrderId is set. * - * @return true if AmazonOrderId is set. + * @return bool True if AmazonOrderId is set. */ public function isSetAmazonOrderId() { @@ -128,7 +128,7 @@ public function setFeeReason($value) /** * Check to see if FeeReason is set. * - * @return true if FeeReason is set. + * @return bool True if FeeReason is set. */ public function isSetFeeReason() { @@ -189,7 +189,7 @@ public function unsetFeeList() /** * Check to see if FeeList is set. * - * @return true if FeeList is set. + * @return bool True if FeeList is set. */ public function isSetFeeList() { @@ -238,7 +238,7 @@ public function setSellerSKU($value) /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { @@ -284,7 +284,7 @@ public function setFnSKU($value) /** * Check to see if FnSKU is set. * - * @return true if FnSKU is set. + * @return bool True if FnSKU is set. */ public function isSetFnSKU() { @@ -330,7 +330,7 @@ public function setFeeDescription($value) /** * Check to see if FeeDescription is set. * - * @return true if FeeDescription is set. + * @return bool True if FeeDescription is set. */ public function isSetFeeDescription() { @@ -376,7 +376,7 @@ public function setASIN($value) /** * Check to see if ASIN is set. * - * @return true if ASIN is set. + * @return bool True if ASIN is set. */ public function isSetASIN() { diff --git a/src/MWSFinancesService/Model/ShipmentEvent.php b/src/MWSFinancesService/Model/ShipmentEvent.php index 9badb51..9bbe55b 100644 --- a/src/MWSFinancesService/Model/ShipmentEvent.php +++ b/src/MWSFinancesService/Model/ShipmentEvent.php @@ -94,7 +94,7 @@ public function setAmazonOrderId($value) /** * Check to see if AmazonOrderId is set. * - * @return true if AmazonOrderId is set. + * @return bool True if AmazonOrderId is set. */ public function isSetAmazonOrderId() { @@ -140,7 +140,7 @@ public function setSellerOrderId($value) /** * Check to see if SellerOrderId is set. * - * @return true if SellerOrderId is set. + * @return bool True if SellerOrderId is set. */ public function isSetSellerOrderId() { @@ -186,7 +186,7 @@ public function setMarketplaceName($value) /** * Check to see if MarketplaceName is set. * - * @return true if MarketplaceName is set. + * @return bool True if MarketplaceName is set. */ public function isSetMarketplaceName() { @@ -247,7 +247,7 @@ public function unsetOrderChargeList() /** * Check to see if OrderChargeList is set. * - * @return true if OrderChargeList is set. + * @return bool True if OrderChargeList is set. */ public function isSetOrderChargeList() { @@ -311,7 +311,7 @@ public function unsetOrderChargeAdjustmentList() /** * Check to see if OrderChargeAdjustmentList is set. * - * @return true if OrderChargeAdjustmentList is set. + * @return bool True if OrderChargeAdjustmentList is set. */ public function isSetOrderChargeAdjustmentList() { @@ -375,7 +375,7 @@ public function unsetShipmentFeeList() /** * Check to see if ShipmentFeeList is set. * - * @return true if ShipmentFeeList is set. + * @return bool True if ShipmentFeeList is set. */ public function isSetShipmentFeeList() { @@ -439,7 +439,7 @@ public function unsetShipmentFeeAdjustmentList() /** * Check to see if ShipmentFeeAdjustmentList is set. * - * @return true if ShipmentFeeAdjustmentList is set. + * @return bool True if ShipmentFeeAdjustmentList is set. */ public function isSetShipmentFeeAdjustmentList() { @@ -503,7 +503,7 @@ public function unsetOrderFeeList() /** * Check to see if OrderFeeList is set. * - * @return true if OrderFeeList is set. + * @return bool True if OrderFeeList is set. */ public function isSetOrderFeeList() { @@ -567,7 +567,7 @@ public function unsetOrderFeeAdjustmentList() /** * Check to see if OrderFeeAdjustmentList is set. * - * @return true if OrderFeeAdjustmentList is set. + * @return bool True if OrderFeeAdjustmentList is set. */ public function isSetOrderFeeAdjustmentList() { @@ -631,7 +631,7 @@ public function unsetDirectPaymentList() /** * Check to see if DirectPaymentList is set. * - * @return true if DirectPaymentList is set. + * @return bool True if DirectPaymentList is set. */ public function isSetDirectPaymentList() { @@ -680,7 +680,7 @@ public function setPostedDate($value) /** * Check to see if PostedDate is set. * - * @return true if PostedDate is set. + * @return bool True if PostedDate is set. */ public function isSetPostedDate() { @@ -741,7 +741,7 @@ public function unsetShipmentItemList() /** * Check to see if ShipmentItemList is set. * - * @return true if ShipmentItemList is set. + * @return bool True if ShipmentItemList is set. */ public function isSetShipmentItemList() { @@ -805,7 +805,7 @@ public function unsetShipmentItemAdjustmentList() /** * Check to see if ShipmentItemAdjustmentList is set. * - * @return true if ShipmentItemAdjustmentList is set. + * @return bool True if ShipmentItemAdjustmentList is set. */ public function isSetShipmentItemAdjustmentList() { diff --git a/src/MWSFinancesService/Model/ShipmentItem.php b/src/MWSFinancesService/Model/ShipmentItem.php index a5f6548..598ff67 100644 --- a/src/MWSFinancesService/Model/ShipmentItem.php +++ b/src/MWSFinancesService/Model/ShipmentItem.php @@ -92,7 +92,7 @@ public function setSellerSKU($value) /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { @@ -138,7 +138,7 @@ public function setOrderItemId($value) /** * Check to see if OrderItemId is set. * - * @return true if OrderItemId is set. + * @return bool True if OrderItemId is set. */ public function isSetOrderItemId() { @@ -184,7 +184,7 @@ public function setOrderAdjustmentItemId($value) /** * Check to see if OrderAdjustmentItemId is set. * - * @return true if OrderAdjustmentItemId is set. + * @return bool True if OrderAdjustmentItemId is set. */ public function isSetOrderAdjustmentItemId() { @@ -230,7 +230,7 @@ public function setQuantityShipped($value) /** * Check to see if QuantityShipped is set. * - * @return true if QuantityShipped is set. + * @return bool True if QuantityShipped is set. */ public function isSetQuantityShipped() { @@ -291,7 +291,7 @@ public function unsetItemChargeList() /** * Check to see if ItemChargeList is set. * - * @return true if ItemChargeList is set. + * @return bool True if ItemChargeList is set. */ public function isSetItemChargeList() { @@ -355,7 +355,7 @@ public function unsetItemChargeAdjustmentList() /** * Check to see if ItemChargeAdjustmentList is set. * - * @return true if ItemChargeAdjustmentList is set. + * @return bool True if ItemChargeAdjustmentList is set. */ public function isSetItemChargeAdjustmentList() { @@ -419,7 +419,7 @@ public function unsetItemFeeList() /** * Check to see if ItemFeeList is set. * - * @return true if ItemFeeList is set. + * @return bool True if ItemFeeList is set. */ public function isSetItemFeeList() { @@ -483,7 +483,7 @@ public function unsetItemFeeAdjustmentList() /** * Check to see if ItemFeeAdjustmentList is set. * - * @return true if ItemFeeAdjustmentList is set. + * @return bool True if ItemFeeAdjustmentList is set. */ public function isSetItemFeeAdjustmentList() { @@ -547,7 +547,7 @@ public function unsetPromotionList() /** * Check to see if PromotionList is set. * - * @return true if PromotionList is set. + * @return bool True if PromotionList is set. */ public function isSetPromotionList() { @@ -611,7 +611,7 @@ public function unsetPromotionAdjustmentList() /** * Check to see if PromotionAdjustmentList is set. * - * @return true if PromotionAdjustmentList is set. + * @return bool True if PromotionAdjustmentList is set. */ public function isSetPromotionAdjustmentList() { @@ -660,7 +660,7 @@ public function setCostOfPointsGranted($value) /** * Check to see if CostOfPointsGranted is set. * - * @return true if CostOfPointsGranted is set. + * @return bool True if CostOfPointsGranted is set. */ public function isSetCostOfPointsGranted() { @@ -706,7 +706,7 @@ public function setCostOfPointsReturned($value) /** * Check to see if CostOfPointsReturned is set. * - * @return true if CostOfPointsReturned is set. + * @return bool True if CostOfPointsReturned is set. */ public function isSetCostOfPointsReturned() { diff --git a/src/MWSFinancesService/Model/SolutionProviderCreditEvent.php b/src/MWSFinancesService/Model/SolutionProviderCreditEvent.php index c92e944..1ea813c 100644 --- a/src/MWSFinancesService/Model/SolutionProviderCreditEvent.php +++ b/src/MWSFinancesService/Model/SolutionProviderCreditEvent.php @@ -84,7 +84,7 @@ public function setProviderTransactionType($value) /** * Check to see if ProviderTransactionType is set. * - * @return true if ProviderTransactionType is set. + * @return bool True if ProviderTransactionType is set. */ public function isSetProviderTransactionType() { @@ -130,7 +130,7 @@ public function setSellerOrderId($value) /** * Check to see if SellerOrderId is set. * - * @return true if SellerOrderId is set. + * @return bool True if SellerOrderId is set. */ public function isSetSellerOrderId() { @@ -176,7 +176,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -222,7 +222,7 @@ public function setMarketplaceCountryCode($value) /** * Check to see if MarketplaceCountryCode is set. * - * @return true if MarketplaceCountryCode is set. + * @return bool True if MarketplaceCountryCode is set. */ public function isSetMarketplaceCountryCode() { @@ -268,7 +268,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -314,7 +314,7 @@ public function setSellerStoreName($value) /** * Check to see if SellerStoreName is set. * - * @return true if SellerStoreName is set. + * @return bool True if SellerStoreName is set. */ public function isSetSellerStoreName() { @@ -360,7 +360,7 @@ public function setProviderId($value) /** * Check to see if ProviderId is set. * - * @return true if ProviderId is set. + * @return bool True if ProviderId is set. */ public function isSetProviderId() { @@ -406,7 +406,7 @@ public function setProviderStoreName($value) /** * Check to see if ProviderStoreName is set. * - * @return true if ProviderStoreName is set. + * @return bool True if ProviderStoreName is set. */ public function isSetProviderStoreName() { diff --git a/src/MWSMerchantFulfillmentService/Model.php b/src/MWSMerchantFulfillmentService/Model.php index 1515cd9..98cf31c 100644 --- a/src/MWSMerchantFulfillmentService/Model.php +++ b/src/MWSMerchantFulfillmentService/Model.php @@ -406,7 +406,7 @@ private function _isComplexType ($fieldType) * Checks whether passed variable is an associative array * * @param mixed $var - * @return TRUE if passed variable is an associative array + * @return bool True if passed variable is an associative array */ private function _isAssociativeArray($var) { @@ -417,7 +417,7 @@ private function _isAssociativeArray($var) * Checks whether passed variable is DOMElement * * @param mixed $var - * @return TRUE if passed variable is DOMElement + * @return bool True if passed variable is DOMElement */ private function _isDOMElement($var) { @@ -428,7 +428,7 @@ private function _isDOMElement($var) * Checks whether passed variable is numeric array * * @param mixed $var - * @return TRUE if passed variable is an numeric array + * @return bool True if passed variable is an numeric array */ protected function _isNumericArray($var) { diff --git a/src/MWSMerchantFulfillmentService/Model/Address.php b/src/MWSMerchantFulfillmentService/Model/Address.php index a420de4..54ff841 100644 --- a/src/MWSMerchantFulfillmentService/Model/Address.php +++ b/src/MWSMerchantFulfillmentService/Model/Address.php @@ -90,7 +90,7 @@ public function setName($value) /** * Check to see if Name is set. * - * @return true if Name is set. + * @return bool True if Name is set. */ public function isSetName() { @@ -136,7 +136,7 @@ public function setAddressLine1($value) /** * Check to see if AddressLine1 is set. * - * @return true if AddressLine1 is set. + * @return bool True if AddressLine1 is set. */ public function isSetAddressLine1() { @@ -182,7 +182,7 @@ public function setAddressLine2($value) /** * Check to see if AddressLine2 is set. * - * @return true if AddressLine2 is set. + * @return bool True if AddressLine2 is set. */ public function isSetAddressLine2() { @@ -228,7 +228,7 @@ public function setAddressLine3($value) /** * Check to see if AddressLine3 is set. * - * @return true if AddressLine3 is set. + * @return bool True if AddressLine3 is set. */ public function isSetAddressLine3() { @@ -274,7 +274,7 @@ public function setDistrictOrCounty($value) /** * Check to see if DistrictOrCounty is set. * - * @return true if DistrictOrCounty is set. + * @return bool True if DistrictOrCounty is set. */ public function isSetDistrictOrCounty() { @@ -320,7 +320,7 @@ public function setEmail($value) /** * Check to see if Email is set. * - * @return true if Email is set. + * @return bool True if Email is set. */ public function isSetEmail() { @@ -366,7 +366,7 @@ public function setCity($value) /** * Check to see if City is set. * - * @return true if City is set. + * @return bool True if City is set. */ public function isSetCity() { @@ -412,7 +412,7 @@ public function setStateOrProvinceCode($value) /** * Check to see if StateOrProvinceCode is set. * - * @return true if StateOrProvinceCode is set. + * @return bool True if StateOrProvinceCode is set. */ public function isSetStateOrProvinceCode() { @@ -458,7 +458,7 @@ public function setPostalCode($value) /** * Check to see if PostalCode is set. * - * @return true if PostalCode is set. + * @return bool True if PostalCode is set. */ public function isSetPostalCode() { @@ -504,7 +504,7 @@ public function setCountryCode($value) /** * Check to see if CountryCode is set. * - * @return true if CountryCode is set. + * @return bool True if CountryCode is set. */ public function isSetCountryCode() { @@ -550,7 +550,7 @@ public function setPhone($value) /** * Check to see if Phone is set. * - * @return true if Phone is set. + * @return bool True if Phone is set. */ public function isSetPhone() { diff --git a/src/MWSMerchantFulfillmentService/Model/CancelShipmentRequest.php b/src/MWSMerchantFulfillmentService/Model/CancelShipmentRequest.php index f79df84..e370ffa 100644 --- a/src/MWSMerchantFulfillmentService/Model/CancelShipmentRequest.php +++ b/src/MWSMerchantFulfillmentService/Model/CancelShipmentRequest.php @@ -74,7 +74,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -120,7 +120,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -166,7 +166,7 @@ public function setShipmentId($value) /** * Check to see if ShipmentId is set. * - * @return true if ShipmentId is set. + * @return bool True if ShipmentId is set. */ public function isSetShipmentId() { diff --git a/src/MWSMerchantFulfillmentService/Model/CancelShipmentResponse.php b/src/MWSMerchantFulfillmentService/Model/CancelShipmentResponse.php index bbba90b..e329641 100644 --- a/src/MWSMerchantFulfillmentService/Model/CancelShipmentResponse.php +++ b/src/MWSMerchantFulfillmentService/Model/CancelShipmentResponse.php @@ -74,7 +74,7 @@ public function setCancelShipmentResult($value) /** * Check to see if CancelShipmentResult is set. * - * @return true if CancelShipmentResult is set. + * @return bool True if CancelShipmentResult is set. */ public function isSetCancelShipmentResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MWSMerchantFulfillmentService/Model/CancelShipmentResult.php b/src/MWSMerchantFulfillmentService/Model/CancelShipmentResult.php index bec3ad9..5fe3b35 100644 --- a/src/MWSMerchantFulfillmentService/Model/CancelShipmentResult.php +++ b/src/MWSMerchantFulfillmentService/Model/CancelShipmentResult.php @@ -70,7 +70,7 @@ public function setShipment($value) /** * Check to see if Shipment is set. * - * @return true if Shipment is set. + * @return bool True if Shipment is set. */ public function isSetShipment() { diff --git a/src/MWSMerchantFulfillmentService/Model/CreateShipmentRequest.php b/src/MWSMerchantFulfillmentService/Model/CreateShipmentRequest.php index 2e58d1a..0e878ba 100644 --- a/src/MWSMerchantFulfillmentService/Model/CreateShipmentRequest.php +++ b/src/MWSMerchantFulfillmentService/Model/CreateShipmentRequest.php @@ -78,7 +78,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -124,7 +124,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -170,7 +170,7 @@ public function setShipmentRequestDetails($value) /** * Check to see if ShipmentRequestDetails is set. * - * @return true if ShipmentRequestDetails is set. + * @return bool True if ShipmentRequestDetails is set. */ public function isSetShipmentRequestDetails() { @@ -216,7 +216,7 @@ public function setShippingServiceId($value) /** * Check to see if ShippingServiceId is set. * - * @return true if ShippingServiceId is set. + * @return bool True if ShippingServiceId is set. */ public function isSetShippingServiceId() { @@ -262,7 +262,7 @@ public function setShippingServiceOfferId($value) /** * Check to see if ShippingServiceOfferId is set. * - * @return true if ShippingServiceOfferId is set. + * @return bool True if ShippingServiceOfferId is set. */ public function isSetShippingServiceOfferId() { diff --git a/src/MWSMerchantFulfillmentService/Model/CreateShipmentResponse.php b/src/MWSMerchantFulfillmentService/Model/CreateShipmentResponse.php index a037bf0..d4949d1 100644 --- a/src/MWSMerchantFulfillmentService/Model/CreateShipmentResponse.php +++ b/src/MWSMerchantFulfillmentService/Model/CreateShipmentResponse.php @@ -74,7 +74,7 @@ public function setCreateShipmentResult($value) /** * Check to see if CreateShipmentResult is set. * - * @return true if CreateShipmentResult is set. + * @return bool True if CreateShipmentResult is set. */ public function isSetCreateShipmentResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MWSMerchantFulfillmentService/Model/CreateShipmentResult.php b/src/MWSMerchantFulfillmentService/Model/CreateShipmentResult.php index b7953a3..2371d3b 100644 --- a/src/MWSMerchantFulfillmentService/Model/CreateShipmentResult.php +++ b/src/MWSMerchantFulfillmentService/Model/CreateShipmentResult.php @@ -70,7 +70,7 @@ public function setShipment($value) /** * Check to see if Shipment is set. * - * @return true if Shipment is set. + * @return bool True if Shipment is set. */ public function isSetShipment() { diff --git a/src/MWSMerchantFulfillmentService/Model/CurrencyAmount.php b/src/MWSMerchantFulfillmentService/Model/CurrencyAmount.php index c3af74d..64bda0d 100644 --- a/src/MWSMerchantFulfillmentService/Model/CurrencyAmount.php +++ b/src/MWSMerchantFulfillmentService/Model/CurrencyAmount.php @@ -72,7 +72,7 @@ public function setCurrencyCode($value) /** * Check to see if CurrencyCode is set. * - * @return true if CurrencyCode is set. + * @return bool True if CurrencyCode is set. */ public function isSetCurrencyCode() { @@ -118,7 +118,7 @@ public function setAmount($value) /** * Check to see if Amount is set. * - * @return true if Amount is set. + * @return bool True if Amount is set. */ public function isSetAmount() { diff --git a/src/MWSMerchantFulfillmentService/Model/FileContents.php b/src/MWSMerchantFulfillmentService/Model/FileContents.php index 585b1c5..a8619b1 100644 --- a/src/MWSMerchantFulfillmentService/Model/FileContents.php +++ b/src/MWSMerchantFulfillmentService/Model/FileContents.php @@ -74,7 +74,7 @@ public function setContents($value) /** * Check to see if Contents is set. * - * @return true if Contents is set. + * @return bool True if Contents is set. */ public function isSetContents() { @@ -120,7 +120,7 @@ public function setFileType($value) /** * Check to see if FileType is set. * - * @return true if FileType is set. + * @return bool True if FileType is set. */ public function isSetFileType() { @@ -166,7 +166,7 @@ public function setChecksum($value) /** * Check to see if Checksum is set. * - * @return true if Checksum is set. + * @return bool True if Checksum is set. */ public function isSetChecksum() { diff --git a/src/MWSMerchantFulfillmentService/Model/GetEligibleShippingServicesRequest.php b/src/MWSMerchantFulfillmentService/Model/GetEligibleShippingServicesRequest.php index 1eb8494..3106e21 100644 --- a/src/MWSMerchantFulfillmentService/Model/GetEligibleShippingServicesRequest.php +++ b/src/MWSMerchantFulfillmentService/Model/GetEligibleShippingServicesRequest.php @@ -74,7 +74,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -120,7 +120,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -166,7 +166,7 @@ public function setShipmentRequestDetails($value) /** * Check to see if ShipmentRequestDetails is set. * - * @return true if ShipmentRequestDetails is set. + * @return bool True if ShipmentRequestDetails is set. */ public function isSetShipmentRequestDetails() { diff --git a/src/MWSMerchantFulfillmentService/Model/GetEligibleShippingServicesResponse.php b/src/MWSMerchantFulfillmentService/Model/GetEligibleShippingServicesResponse.php index 3e4c6cc..fab64cd 100644 --- a/src/MWSMerchantFulfillmentService/Model/GetEligibleShippingServicesResponse.php +++ b/src/MWSMerchantFulfillmentService/Model/GetEligibleShippingServicesResponse.php @@ -74,7 +74,7 @@ public function setGetEligibleShippingServicesResult($value) /** * Check to see if GetEligibleShippingServicesResult is set. * - * @return true if GetEligibleShippingServicesResult is set. + * @return bool True if GetEligibleShippingServicesResult is set. */ public function isSetGetEligibleShippingServicesResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MWSMerchantFulfillmentService/Model/GetEligibleShippingServicesResult.php b/src/MWSMerchantFulfillmentService/Model/GetEligibleShippingServicesResult.php index 2042188..3165627 100644 --- a/src/MWSMerchantFulfillmentService/Model/GetEligibleShippingServicesResult.php +++ b/src/MWSMerchantFulfillmentService/Model/GetEligibleShippingServicesResult.php @@ -89,7 +89,7 @@ public function unsetShippingServiceList() /** * Check to see if ShippingServiceList is set. * - * @return true if ShippingServiceList is set. + * @return bool True if ShippingServiceList is set. */ public function isSetShippingServiceList() { @@ -153,7 +153,7 @@ public function unsetTemporarilyUnavailableCarrierList() /** * Check to see if TemporarilyUnavailableCarrierList is set. * - * @return true if TemporarilyUnavailableCarrierList is set. + * @return bool True if TemporarilyUnavailableCarrierList is set. */ public function isSetTemporarilyUnavailableCarrierList() { @@ -217,7 +217,7 @@ public function unsetTermsAndConditionsNotAcceptedCarrierList() /** * Check to see if TermsAndConditionsNotAcceptedCarrierList is set. * - * @return true if TermsAndConditionsNotAcceptedCarrierList is set. + * @return bool True if TermsAndConditionsNotAcceptedCarrierList is set. */ public function isSetTermsAndConditionsNotAcceptedCarrierList() { diff --git a/src/MWSMerchantFulfillmentService/Model/GetServiceStatusRequest.php b/src/MWSMerchantFulfillmentService/Model/GetServiceStatusRequest.php index ce38365..a460fc9 100644 --- a/src/MWSMerchantFulfillmentService/Model/GetServiceStatusRequest.php +++ b/src/MWSMerchantFulfillmentService/Model/GetServiceStatusRequest.php @@ -72,7 +72,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -118,7 +118,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { diff --git a/src/MWSMerchantFulfillmentService/Model/GetServiceStatusResponse.php b/src/MWSMerchantFulfillmentService/Model/GetServiceStatusResponse.php index db4da54..07e5ece 100644 --- a/src/MWSMerchantFulfillmentService/Model/GetServiceStatusResponse.php +++ b/src/MWSMerchantFulfillmentService/Model/GetServiceStatusResponse.php @@ -74,7 +74,7 @@ public function setGetServiceStatusResult($value) /** * Check to see if GetServiceStatusResult is set. * - * @return true if GetServiceStatusResult is set. + * @return bool True if GetServiceStatusResult is set. */ public function isSetGetServiceStatusResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MWSMerchantFulfillmentService/Model/GetServiceStatusResult.php b/src/MWSMerchantFulfillmentService/Model/GetServiceStatusResult.php index adf6a54..d8c8821 100644 --- a/src/MWSMerchantFulfillmentService/Model/GetServiceStatusResult.php +++ b/src/MWSMerchantFulfillmentService/Model/GetServiceStatusResult.php @@ -72,7 +72,7 @@ public function setStatus($value) /** * Check to see if Status is set. * - * @return true if Status is set. + * @return bool True if Status is set. */ public function isSetStatus() { @@ -118,7 +118,7 @@ public function setTimestamp($value) /** * Check to see if Timestamp is set. * - * @return true if Timestamp is set. + * @return bool True if Timestamp is set. */ public function isSetTimestamp() { diff --git a/src/MWSMerchantFulfillmentService/Model/GetShipmentRequest.php b/src/MWSMerchantFulfillmentService/Model/GetShipmentRequest.php index 3a4b114..9d86c64 100644 --- a/src/MWSMerchantFulfillmentService/Model/GetShipmentRequest.php +++ b/src/MWSMerchantFulfillmentService/Model/GetShipmentRequest.php @@ -74,7 +74,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -120,7 +120,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -166,7 +166,7 @@ public function setShipmentId($value) /** * Check to see if ShipmentId is set. * - * @return true if ShipmentId is set. + * @return bool True if ShipmentId is set. */ public function isSetShipmentId() { diff --git a/src/MWSMerchantFulfillmentService/Model/GetShipmentResponse.php b/src/MWSMerchantFulfillmentService/Model/GetShipmentResponse.php index 9642d42..e4b992e 100644 --- a/src/MWSMerchantFulfillmentService/Model/GetShipmentResponse.php +++ b/src/MWSMerchantFulfillmentService/Model/GetShipmentResponse.php @@ -74,7 +74,7 @@ public function setGetShipmentResult($value) /** * Check to see if GetShipmentResult is set. * - * @return true if GetShipmentResult is set. + * @return bool True if GetShipmentResult is set. */ public function isSetGetShipmentResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MWSMerchantFulfillmentService/Model/GetShipmentResult.php b/src/MWSMerchantFulfillmentService/Model/GetShipmentResult.php index ac91f6e..e3e9086 100644 --- a/src/MWSMerchantFulfillmentService/Model/GetShipmentResult.php +++ b/src/MWSMerchantFulfillmentService/Model/GetShipmentResult.php @@ -70,7 +70,7 @@ public function setShipment($value) /** * Check to see if Shipment is set. * - * @return true if Shipment is set. + * @return bool True if Shipment is set. */ public function isSetShipment() { diff --git a/src/MWSMerchantFulfillmentService/Model/Item.php b/src/MWSMerchantFulfillmentService/Model/Item.php index 0409573..2be7eb7 100644 --- a/src/MWSMerchantFulfillmentService/Model/Item.php +++ b/src/MWSMerchantFulfillmentService/Model/Item.php @@ -72,7 +72,7 @@ public function setOrderItemId($value) /** * Check to see if OrderItemId is set. * - * @return true if OrderItemId is set. + * @return bool True if OrderItemId is set. */ public function isSetOrderItemId() { @@ -118,7 +118,7 @@ public function setQuantity($value) /** * Check to see if Quantity is set. * - * @return true if Quantity is set. + * @return bool True if Quantity is set. */ public function isSetQuantity() { diff --git a/src/MWSMerchantFulfillmentService/Model/Label.php b/src/MWSMerchantFulfillmentService/Model/Label.php index 73b9884..7df10ca 100644 --- a/src/MWSMerchantFulfillmentService/Model/Label.php +++ b/src/MWSMerchantFulfillmentService/Model/Label.php @@ -72,7 +72,7 @@ public function setDimensions($value) /** * Check to see if Dimensions is set. * - * @return true if Dimensions is set. + * @return bool True if Dimensions is set. */ public function isSetDimensions() { @@ -118,7 +118,7 @@ public function setFileContents($value) /** * Check to see if FileContents is set. * - * @return true if FileContents is set. + * @return bool True if FileContents is set. */ public function isSetFileContents() { diff --git a/src/MWSMerchantFulfillmentService/Model/LabelDimensions.php b/src/MWSMerchantFulfillmentService/Model/LabelDimensions.php index 04e8f72..1cbb2f9 100644 --- a/src/MWSMerchantFulfillmentService/Model/LabelDimensions.php +++ b/src/MWSMerchantFulfillmentService/Model/LabelDimensions.php @@ -74,7 +74,7 @@ public function setLength($value) /** * Check to see if Length is set. * - * @return true if Length is set. + * @return bool True if Length is set. */ public function isSetLength() { @@ -120,7 +120,7 @@ public function setWidth($value) /** * Check to see if Width is set. * - * @return true if Width is set. + * @return bool True if Width is set. */ public function isSetWidth() { @@ -166,7 +166,7 @@ public function setUnit($value) /** * Check to see if Unit is set. * - * @return true if Unit is set. + * @return bool True if Unit is set. */ public function isSetUnit() { diff --git a/src/MWSMerchantFulfillmentService/Model/PackageDimensions.php b/src/MWSMerchantFulfillmentService/Model/PackageDimensions.php index c764d2f..f7c3506 100644 --- a/src/MWSMerchantFulfillmentService/Model/PackageDimensions.php +++ b/src/MWSMerchantFulfillmentService/Model/PackageDimensions.php @@ -78,7 +78,7 @@ public function setLength($value) /** * Check to see if Length is set. * - * @return true if Length is set. + * @return bool True if Length is set. */ public function isSetLength() { @@ -124,7 +124,7 @@ public function setWidth($value) /** * Check to see if Width is set. * - * @return true if Width is set. + * @return bool True if Width is set. */ public function isSetWidth() { @@ -170,7 +170,7 @@ public function setHeight($value) /** * Check to see if Height is set. * - * @return true if Height is set. + * @return bool True if Height is set. */ public function isSetHeight() { @@ -216,7 +216,7 @@ public function setUnit($value) /** * Check to see if Unit is set. * - * @return true if Unit is set. + * @return bool True if Unit is set. */ public function isSetUnit() { @@ -262,7 +262,7 @@ public function setPredefinedPackageDimensions($value) /** * Check to see if PredefinedPackageDimensions is set. * - * @return true if PredefinedPackageDimensions is set. + * @return bool True if PredefinedPackageDimensions is set. */ public function isSetPredefinedPackageDimensions() { diff --git a/src/MWSMerchantFulfillmentService/Model/ResponseMetadata.php b/src/MWSMerchantFulfillmentService/Model/ResponseMetadata.php index 631a8ff..84b236a 100644 --- a/src/MWSMerchantFulfillmentService/Model/ResponseMetadata.php +++ b/src/MWSMerchantFulfillmentService/Model/ResponseMetadata.php @@ -70,7 +70,7 @@ public function setRequestId($value) /** * Check to see if RequestId is set. * - * @return true if RequestId is set. + * @return bool True if RequestId is set. */ public function isSetRequestId() { diff --git a/src/MWSMerchantFulfillmentService/Model/Shipment.php b/src/MWSMerchantFulfillmentService/Model/Shipment.php index 2b01ca3..4fab676 100644 --- a/src/MWSMerchantFulfillmentService/Model/Shipment.php +++ b/src/MWSMerchantFulfillmentService/Model/Shipment.php @@ -98,7 +98,7 @@ public function setShipmentId($value) /** * Check to see if ShipmentId is set. * - * @return true if ShipmentId is set. + * @return bool True if ShipmentId is set. */ public function isSetShipmentId() { @@ -144,7 +144,7 @@ public function setAmazonOrderId($value) /** * Check to see if AmazonOrderId is set. * - * @return true if AmazonOrderId is set. + * @return bool True if AmazonOrderId is set. */ public function isSetAmazonOrderId() { @@ -190,7 +190,7 @@ public function setSellerOrderId($value) /** * Check to see if SellerOrderId is set. * - * @return true if SellerOrderId is set. + * @return bool True if SellerOrderId is set. */ public function isSetSellerOrderId() { @@ -251,7 +251,7 @@ public function unsetItemList() /** * Check to see if ItemList is set. * - * @return true if ItemList is set. + * @return bool True if ItemList is set. */ public function isSetItemList() { @@ -300,7 +300,7 @@ public function setShipFromAddress($value) /** * Check to see if ShipFromAddress is set. * - * @return true if ShipFromAddress is set. + * @return bool True if ShipFromAddress is set. */ public function isSetShipFromAddress() { @@ -346,7 +346,7 @@ public function setShipToAddress($value) /** * Check to see if ShipToAddress is set. * - * @return true if ShipToAddress is set. + * @return bool True if ShipToAddress is set. */ public function isSetShipToAddress() { @@ -392,7 +392,7 @@ public function setPackageDimensions($value) /** * Check to see if PackageDimensions is set. * - * @return true if PackageDimensions is set. + * @return bool True if PackageDimensions is set. */ public function isSetPackageDimensions() { @@ -438,7 +438,7 @@ public function setWeight($value) /** * Check to see if Weight is set. * - * @return true if Weight is set. + * @return bool True if Weight is set. */ public function isSetWeight() { @@ -484,7 +484,7 @@ public function setInsurance($value) /** * Check to see if Insurance is set. * - * @return true if Insurance is set. + * @return bool True if Insurance is set. */ public function isSetInsurance() { @@ -530,7 +530,7 @@ public function setShippingService($value) /** * Check to see if ShippingService is set. * - * @return true if ShippingService is set. + * @return bool True if ShippingService is set. */ public function isSetShippingService() { @@ -576,7 +576,7 @@ public function setLabel($value) /** * Check to see if Label is set. * - * @return true if Label is set. + * @return bool True if Label is set. */ public function isSetLabel() { @@ -622,7 +622,7 @@ public function setStatus($value) /** * Check to see if Status is set. * - * @return true if Status is set. + * @return bool True if Status is set. */ public function isSetStatus() { @@ -668,7 +668,7 @@ public function setTrackingId($value) /** * Check to see if TrackingId is set. * - * @return true if TrackingId is set. + * @return bool True if TrackingId is set. */ public function isSetTrackingId() { @@ -714,7 +714,7 @@ public function setCreatedDate($value) /** * Check to see if CreatedDate is set. * - * @return true if CreatedDate is set. + * @return bool True if CreatedDate is set. */ public function isSetCreatedDate() { @@ -760,7 +760,7 @@ public function setLastUpdatedDate($value) /** * Check to see if LastUpdatedDate is set. * - * @return true if LastUpdatedDate is set. + * @return bool True if LastUpdatedDate is set. */ public function isSetLastUpdatedDate() { diff --git a/src/MWSMerchantFulfillmentService/Model/ShipmentRequestDetails.php b/src/MWSMerchantFulfillmentService/Model/ShipmentRequestDetails.php index fbf2d92..8e9e665 100644 --- a/src/MWSMerchantFulfillmentService/Model/ShipmentRequestDetails.php +++ b/src/MWSMerchantFulfillmentService/Model/ShipmentRequestDetails.php @@ -86,7 +86,7 @@ public function setAmazonOrderId($value) /** * Check to see if AmazonOrderId is set. * - * @return true if AmazonOrderId is set. + * @return bool True if AmazonOrderId is set. */ public function isSetAmazonOrderId() { @@ -132,7 +132,7 @@ public function setSellerOrderId($value) /** * Check to see if SellerOrderId is set. * - * @return true if SellerOrderId is set. + * @return bool True if SellerOrderId is set. */ public function isSetSellerOrderId() { @@ -193,7 +193,7 @@ public function unsetItemList() /** * Check to see if ItemList is set. * - * @return true if ItemList is set. + * @return bool True if ItemList is set. */ public function isSetItemList() { @@ -242,7 +242,7 @@ public function setShipFromAddress($value) /** * Check to see if ShipFromAddress is set. * - * @return true if ShipFromAddress is set. + * @return bool True if ShipFromAddress is set. */ public function isSetShipFromAddress() { @@ -288,7 +288,7 @@ public function setPackageDimensions($value) /** * Check to see if PackageDimensions is set. * - * @return true if PackageDimensions is set. + * @return bool True if PackageDimensions is set. */ public function isSetPackageDimensions() { @@ -334,7 +334,7 @@ public function setWeight($value) /** * Check to see if Weight is set. * - * @return true if Weight is set. + * @return bool True if Weight is set. */ public function isSetWeight() { @@ -380,7 +380,7 @@ public function setMustArriveByDate($value) /** * Check to see if MustArriveByDate is set. * - * @return true if MustArriveByDate is set. + * @return bool True if MustArriveByDate is set. */ public function isSetMustArriveByDate() { @@ -426,7 +426,7 @@ public function setShipDate($value) /** * Check to see if ShipDate is set. * - * @return true if ShipDate is set. + * @return bool True if ShipDate is set. */ public function isSetShipDate() { @@ -472,7 +472,7 @@ public function setShippingServiceOptions($value) /** * Check to see if ShippingServiceOptions is set. * - * @return true if ShippingServiceOptions is set. + * @return bool True if ShippingServiceOptions is set. */ public function isSetShippingServiceOptions() { diff --git a/src/MWSMerchantFulfillmentService/Model/ShippingService.php b/src/MWSMerchantFulfillmentService/Model/ShippingService.php index 1e14c91..68548b7 100644 --- a/src/MWSMerchantFulfillmentService/Model/ShippingService.php +++ b/src/MWSMerchantFulfillmentService/Model/ShippingService.php @@ -86,7 +86,7 @@ public function setShippingServiceName($value) /** * Check to see if ShippingServiceName is set. * - * @return true if ShippingServiceName is set. + * @return bool True if ShippingServiceName is set. */ public function isSetShippingServiceName() { @@ -132,7 +132,7 @@ public function setCarrierName($value) /** * Check to see if CarrierName is set. * - * @return true if CarrierName is set. + * @return bool True if CarrierName is set. */ public function isSetCarrierName() { @@ -178,7 +178,7 @@ public function setShippingServiceId($value) /** * Check to see if ShippingServiceId is set. * - * @return true if ShippingServiceId is set. + * @return bool True if ShippingServiceId is set. */ public function isSetShippingServiceId() { @@ -224,7 +224,7 @@ public function setShippingServiceOfferId($value) /** * Check to see if ShippingServiceOfferId is set. * - * @return true if ShippingServiceOfferId is set. + * @return bool True if ShippingServiceOfferId is set. */ public function isSetShippingServiceOfferId() { @@ -270,7 +270,7 @@ public function setShipDate($value) /** * Check to see if ShipDate is set. * - * @return true if ShipDate is set. + * @return bool True if ShipDate is set. */ public function isSetShipDate() { @@ -316,7 +316,7 @@ public function setEarliestEstimatedDeliveryDate($value) /** * Check to see if EarliestEstimatedDeliveryDate is set. * - * @return true if EarliestEstimatedDeliveryDate is set. + * @return bool True if EarliestEstimatedDeliveryDate is set. */ public function isSetEarliestEstimatedDeliveryDate() { @@ -362,7 +362,7 @@ public function setLatestEstimatedDeliveryDate($value) /** * Check to see if LatestEstimatedDeliveryDate is set. * - * @return true if LatestEstimatedDeliveryDate is set. + * @return bool True if LatestEstimatedDeliveryDate is set. */ public function isSetLatestEstimatedDeliveryDate() { @@ -408,7 +408,7 @@ public function setRate($value) /** * Check to see if Rate is set. * - * @return true if Rate is set. + * @return bool True if Rate is set. */ public function isSetRate() { @@ -454,7 +454,7 @@ public function setShippingServiceOptions($value) /** * Check to see if ShippingServiceOptions is set. * - * @return true if ShippingServiceOptions is set. + * @return bool True if ShippingServiceOptions is set. */ public function isSetShippingServiceOptions() { diff --git a/src/MWSMerchantFulfillmentService/Model/ShippingServiceOptions.php b/src/MWSMerchantFulfillmentService/Model/ShippingServiceOptions.php index 754ba99..585126a 100644 --- a/src/MWSMerchantFulfillmentService/Model/ShippingServiceOptions.php +++ b/src/MWSMerchantFulfillmentService/Model/ShippingServiceOptions.php @@ -74,7 +74,7 @@ public function setDeliveryExperience($value) /** * Check to see if DeliveryExperience is set. * - * @return true if DeliveryExperience is set. + * @return bool True if DeliveryExperience is set. */ public function isSetDeliveryExperience() { @@ -120,7 +120,7 @@ public function setDeclaredValue($value) /** * Check to see if DeclaredValue is set. * - * @return true if DeclaredValue is set. + * @return bool True if DeclaredValue is set. */ public function isSetDeclaredValue() { @@ -144,7 +144,7 @@ public function withDeclaredValue($value) /** * Check the value of CarrierWillPickUp. * - * @return true if CarrierWillPickUp is set to true. + * @return bool True if CarrierWillPickUp is set to true. */ public function isCarrierWillPickUp() { @@ -176,7 +176,7 @@ public function setCarrierWillPickUp($value) /** * Check to see if CarrierWillPickUp is set. * - * @return true if CarrierWillPickUp is set. + * @return bool True if CarrierWillPickUp is set. */ public function isSetCarrierWillPickUp() { diff --git a/src/MWSMerchantFulfillmentService/Model/TemporarilyUnavailableCarrier.php b/src/MWSMerchantFulfillmentService/Model/TemporarilyUnavailableCarrier.php index 17b0c23..0c8ddef 100644 --- a/src/MWSMerchantFulfillmentService/Model/TemporarilyUnavailableCarrier.php +++ b/src/MWSMerchantFulfillmentService/Model/TemporarilyUnavailableCarrier.php @@ -70,7 +70,7 @@ public function setCarrierName($value) /** * Check to see if CarrierName is set. * - * @return true if CarrierName is set. + * @return bool True if CarrierName is set. */ public function isSetCarrierName() { diff --git a/src/MWSMerchantFulfillmentService/Model/TermsAndConditionsNotAcceptedCarrier.php b/src/MWSMerchantFulfillmentService/Model/TermsAndConditionsNotAcceptedCarrier.php index 8af1dc7..eb7c496 100644 --- a/src/MWSMerchantFulfillmentService/Model/TermsAndConditionsNotAcceptedCarrier.php +++ b/src/MWSMerchantFulfillmentService/Model/TermsAndConditionsNotAcceptedCarrier.php @@ -70,7 +70,7 @@ public function setCarrierName($value) /** * Check to see if CarrierName is set. * - * @return true if CarrierName is set. + * @return bool True if CarrierName is set. */ public function isSetCarrierName() { diff --git a/src/MWSMerchantFulfillmentService/Model/Weight.php b/src/MWSMerchantFulfillmentService/Model/Weight.php index 88ec4d1..4595d35 100644 --- a/src/MWSMerchantFulfillmentService/Model/Weight.php +++ b/src/MWSMerchantFulfillmentService/Model/Weight.php @@ -72,7 +72,7 @@ public function setValue($value) /** * Check to see if Value is set. * - * @return true if Value is set. + * @return bool True if Value is set. */ public function isSetValue() { @@ -118,7 +118,7 @@ public function setUnit($value) /** * Check to see if Unit is set. * - * @return true if Unit is set. + * @return bool True if Unit is set. */ public function isSetUnit() { diff --git a/src/MWSRecommendationsSectionService/Model.php b/src/MWSRecommendationsSectionService/Model.php index 01e7d4f..ad12731 100644 --- a/src/MWSRecommendationsSectionService/Model.php +++ b/src/MWSRecommendationsSectionService/Model.php @@ -400,7 +400,7 @@ private function _isComplexType ($fieldType) * Checks whether passed variable is an associative array * * @param mixed $var - * @return TRUE if passed variable is an associative array + * @return bool True if passed variable is an associative array */ private function _isAssociativeArray($var) { @@ -411,7 +411,7 @@ private function _isAssociativeArray($var) * Checks whether passed variable is DOMElement * * @param mixed $var - * @return TRUE if passed variable is DOMElement + * @return bool True if passed variable is DOMElement */ private function _isDOMElement($var) { @@ -422,7 +422,7 @@ private function _isDOMElement($var) * Checks whether passed variable is numeric array * * @param mixed $var - * @return TRUE if passed variable is an numeric array + * @return bool True if passed variable is an numeric array */ protected function _isNumericArray($var) { diff --git a/src/MWSRecommendationsSectionService/Model/AdvertisingRecommendation.php b/src/MWSRecommendationsSectionService/Model/AdvertisingRecommendation.php index 91d3093..6d80b87 100644 --- a/src/MWSRecommendationsSectionService/Model/AdvertisingRecommendation.php +++ b/src/MWSRecommendationsSectionService/Model/AdvertisingRecommendation.php @@ -92,7 +92,7 @@ public function setLastUpdated($value) /** * Check to see if LastUpdated is set. * - * @return true if LastUpdated is set. + * @return bool True if LastUpdated is set. */ public function isSetLastUpdated() { @@ -138,7 +138,7 @@ public function setItemIdentifier($value) /** * Check to see if ItemIdentifier is set. * - * @return true if ItemIdentifier is set. + * @return bool True if ItemIdentifier is set. */ public function isSetItemIdentifier() { @@ -184,7 +184,7 @@ public function setItemName($value) /** * Check to see if ItemName is set. * - * @return true if ItemName is set. + * @return bool True if ItemName is set. */ public function isSetItemName() { @@ -230,7 +230,7 @@ public function setBrandName($value) /** * Check to see if BrandName is set. * - * @return true if BrandName is set. + * @return bool True if BrandName is set. */ public function isSetBrandName() { @@ -276,7 +276,7 @@ public function setProductCategory($value) /** * Check to see if ProductCategory is set. * - * @return true if ProductCategory is set. + * @return bool True if ProductCategory is set. */ public function isSetProductCategory() { @@ -322,7 +322,7 @@ public function setSalesRank($value) /** * Check to see if SalesRank is set. * - * @return true if SalesRank is set. + * @return bool True if SalesRank is set. */ public function isSetSalesRank() { @@ -368,7 +368,7 @@ public function setYourPricePlusShipping($value) /** * Check to see if YourPricePlusShipping is set. * - * @return true if YourPricePlusShipping is set. + * @return bool True if YourPricePlusShipping is set. */ public function isSetYourPricePlusShipping() { @@ -414,7 +414,7 @@ public function setLowestPricePlusShipping($value) /** * Check to see if LowestPricePlusShipping is set. * - * @return true if LowestPricePlusShipping is set. + * @return bool True if LowestPricePlusShipping is set. */ public function isSetLowestPricePlusShipping() { @@ -460,7 +460,7 @@ public function setAvailableQuantity($value) /** * Check to see if AvailableQuantity is set. * - * @return true if AvailableQuantity is set. + * @return bool True if AvailableQuantity is set. */ public function isSetAvailableQuantity() { @@ -506,7 +506,7 @@ public function setSalesForTheLast30Days($value) /** * Check to see if SalesForTheLast30Days is set. * - * @return true if SalesForTheLast30Days is set. + * @return bool True if SalesForTheLast30Days is set. */ public function isSetSalesForTheLast30Days() { @@ -552,7 +552,7 @@ public function setRecommendationId($value) /** * Check to see if RecommendationId is set. * - * @return true if RecommendationId is set. + * @return bool True if RecommendationId is set. */ public function isSetRecommendationId() { @@ -598,7 +598,7 @@ public function setRecommendationReason($value) /** * Check to see if RecommendationReason is set. * - * @return true if RecommendationReason is set. + * @return bool True if RecommendationReason is set. */ public function isSetRecommendationReason() { diff --git a/src/MWSRecommendationsSectionService/Model/CategoryQuery.php b/src/MWSRecommendationsSectionService/Model/CategoryQuery.php index f5a7bb8..0e858c6 100644 --- a/src/MWSRecommendationsSectionService/Model/CategoryQuery.php +++ b/src/MWSRecommendationsSectionService/Model/CategoryQuery.php @@ -72,7 +72,7 @@ public function setRecommendationCategory($value) /** * Check to see if RecommendationCategory is set. * - * @return true if RecommendationCategory is set. + * @return bool True if RecommendationCategory is set. */ public function isSetRecommendationCategory() { @@ -133,7 +133,7 @@ public function unsetFilterOptions() /** * Check to see if FilterOptions is set. * - * @return true if FilterOptions is set. + * @return bool True if FilterOptions is set. */ public function isSetFilterOptions() { diff --git a/src/MWSRecommendationsSectionService/Model/DimensionMeasure.php b/src/MWSRecommendationsSectionService/Model/DimensionMeasure.php index 37b36a7..4cfc8e7 100644 --- a/src/MWSRecommendationsSectionService/Model/DimensionMeasure.php +++ b/src/MWSRecommendationsSectionService/Model/DimensionMeasure.php @@ -72,7 +72,7 @@ public function setValue($value) /** * Check to see if Value is set. * - * @return true if Value is set. + * @return bool True if Value is set. */ public function isSetValue() { @@ -118,7 +118,7 @@ public function setUnit($value) /** * Check to see if Unit is set. * - * @return true if Unit is set. + * @return bool True if Unit is set. */ public function isSetUnit() { diff --git a/src/MWSRecommendationsSectionService/Model/FulfillmentRecommendation.php b/src/MWSRecommendationsSectionService/Model/FulfillmentRecommendation.php index 3dcc364..7bec600 100644 --- a/src/MWSRecommendationsSectionService/Model/FulfillmentRecommendation.php +++ b/src/MWSRecommendationsSectionService/Model/FulfillmentRecommendation.php @@ -96,7 +96,7 @@ public function setLastUpdated($value) /** * Check to see if LastUpdated is set. * - * @return true if LastUpdated is set. + * @return bool True if LastUpdated is set. */ public function isSetLastUpdated() { @@ -142,7 +142,7 @@ public function setItemIdentifier($value) /** * Check to see if ItemIdentifier is set. * - * @return true if ItemIdentifier is set. + * @return bool True if ItemIdentifier is set. */ public function isSetItemIdentifier() { @@ -188,7 +188,7 @@ public function setItemName($value) /** * Check to see if ItemName is set. * - * @return true if ItemName is set. + * @return bool True if ItemName is set. */ public function isSetItemName() { @@ -234,7 +234,7 @@ public function setBrandName($value) /** * Check to see if BrandName is set. * - * @return true if BrandName is set. + * @return bool True if BrandName is set. */ public function isSetBrandName() { @@ -280,7 +280,7 @@ public function setProductCategory($value) /** * Check to see if ProductCategory is set. * - * @return true if ProductCategory is set. + * @return bool True if ProductCategory is set. */ public function isSetProductCategory() { @@ -326,7 +326,7 @@ public function setSalesRank($value) /** * Check to see if SalesRank is set. * - * @return true if SalesRank is set. + * @return bool True if SalesRank is set. */ public function isSetSalesRank() { @@ -372,7 +372,7 @@ public function setBuyboxPrice($value) /** * Check to see if BuyboxPrice is set. * - * @return true if BuyboxPrice is set. + * @return bool True if BuyboxPrice is set. */ public function isSetBuyboxPrice() { @@ -418,7 +418,7 @@ public function setNumberOfOffers($value) /** * Check to see if NumberOfOffers is set. * - * @return true if NumberOfOffers is set. + * @return bool True if NumberOfOffers is set. */ public function isSetNumberOfOffers() { @@ -464,7 +464,7 @@ public function setNumberOfOffersFulfilledByAmazon($value) /** * Check to see if NumberOfOffersFulfilledByAmazon is set. * - * @return true if NumberOfOffersFulfilledByAmazon is set. + * @return bool True if NumberOfOffersFulfilledByAmazon is set. */ public function isSetNumberOfOffersFulfilledByAmazon() { @@ -510,7 +510,7 @@ public function setAverageCustomerReview($value) /** * Check to see if AverageCustomerReview is set. * - * @return true if AverageCustomerReview is set. + * @return bool True if AverageCustomerReview is set. */ public function isSetAverageCustomerReview() { @@ -556,7 +556,7 @@ public function setNumberOfCustomerReviews($value) /** * Check to see if NumberOfCustomerReviews is set. * - * @return true if NumberOfCustomerReviews is set. + * @return bool True if NumberOfCustomerReviews is set. */ public function isSetNumberOfCustomerReviews() { @@ -602,7 +602,7 @@ public function setItemDimensions($value) /** * Check to see if ItemDimensions is set. * - * @return true if ItemDimensions is set. + * @return bool True if ItemDimensions is set. */ public function isSetItemDimensions() { @@ -648,7 +648,7 @@ public function setRecommendationId($value) /** * Check to see if RecommendationId is set. * - * @return true if RecommendationId is set. + * @return bool True if RecommendationId is set. */ public function isSetRecommendationId() { @@ -694,7 +694,7 @@ public function setRecommendationReason($value) /** * Check to see if RecommendationReason is set. * - * @return true if RecommendationReason is set. + * @return bool True if RecommendationReason is set. */ public function isSetRecommendationReason() { diff --git a/src/MWSRecommendationsSectionService/Model/GetLastUpdatedTimeForRecommendationsRequest.php b/src/MWSRecommendationsSectionService/Model/GetLastUpdatedTimeForRecommendationsRequest.php index 5ba768f..ab7d548 100644 --- a/src/MWSRecommendationsSectionService/Model/GetLastUpdatedTimeForRecommendationsRequest.php +++ b/src/MWSRecommendationsSectionService/Model/GetLastUpdatedTimeForRecommendationsRequest.php @@ -74,7 +74,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -120,7 +120,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -166,7 +166,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { diff --git a/src/MWSRecommendationsSectionService/Model/GetLastUpdatedTimeForRecommendationsResponse.php b/src/MWSRecommendationsSectionService/Model/GetLastUpdatedTimeForRecommendationsResponse.php index 5e41684..eb17eb3 100644 --- a/src/MWSRecommendationsSectionService/Model/GetLastUpdatedTimeForRecommendationsResponse.php +++ b/src/MWSRecommendationsSectionService/Model/GetLastUpdatedTimeForRecommendationsResponse.php @@ -74,7 +74,7 @@ public function setGetLastUpdatedTimeForRecommendationsResult($value) /** * Check to see if GetLastUpdatedTimeForRecommendationsResult is set. * - * @return true if GetLastUpdatedTimeForRecommendationsResult is set. + * @return bool True if GetLastUpdatedTimeForRecommendationsResult is set. */ public function isSetGetLastUpdatedTimeForRecommendationsResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MWSRecommendationsSectionService/Model/GetLastUpdatedTimeForRecommendationsResult.php b/src/MWSRecommendationsSectionService/Model/GetLastUpdatedTimeForRecommendationsResult.php index 83f0655..355962e 100644 --- a/src/MWSRecommendationsSectionService/Model/GetLastUpdatedTimeForRecommendationsResult.php +++ b/src/MWSRecommendationsSectionService/Model/GetLastUpdatedTimeForRecommendationsResult.php @@ -80,7 +80,7 @@ public function setInventoryRecommendationsLastUpdated($value) /** * Check to see if InventoryRecommendationsLastUpdated is set. * - * @return true if InventoryRecommendationsLastUpdated is set. + * @return bool True if InventoryRecommendationsLastUpdated is set. */ public function isSetInventoryRecommendationsLastUpdated() { @@ -126,7 +126,7 @@ public function setSelectionRecommendationsLastUpdated($value) /** * Check to see if SelectionRecommendationsLastUpdated is set. * - * @return true if SelectionRecommendationsLastUpdated is set. + * @return bool True if SelectionRecommendationsLastUpdated is set. */ public function isSetSelectionRecommendationsLastUpdated() { @@ -172,7 +172,7 @@ public function setFulfillmentRecommendationsLastUpdated($value) /** * Check to see if FulfillmentRecommendationsLastUpdated is set. * - * @return true if FulfillmentRecommendationsLastUpdated is set. + * @return bool True if FulfillmentRecommendationsLastUpdated is set. */ public function isSetFulfillmentRecommendationsLastUpdated() { @@ -218,7 +218,7 @@ public function setPricingRecommendationsLastUpdated($value) /** * Check to see if PricingRecommendationsLastUpdated is set. * - * @return true if PricingRecommendationsLastUpdated is set. + * @return bool True if PricingRecommendationsLastUpdated is set. */ public function isSetPricingRecommendationsLastUpdated() { @@ -264,7 +264,7 @@ public function setGlobalSellingRecommendationsLastUpdated($value) /** * Check to see if GlobalSellingRecommendationsLastUpdated is set. * - * @return true if GlobalSellingRecommendationsLastUpdated is set. + * @return bool True if GlobalSellingRecommendationsLastUpdated is set. */ public function isSetGlobalSellingRecommendationsLastUpdated() { @@ -310,7 +310,7 @@ public function setAdvertisingRecommendationsLastUpdated($value) /** * Check to see if AdvertisingRecommendationsLastUpdated is set. * - * @return true if AdvertisingRecommendationsLastUpdated is set. + * @return bool True if AdvertisingRecommendationsLastUpdated is set. */ public function isSetAdvertisingRecommendationsLastUpdated() { diff --git a/src/MWSRecommendationsSectionService/Model/GetServiceStatusRequest.php b/src/MWSRecommendationsSectionService/Model/GetServiceStatusRequest.php index 393bfb3..f220443 100644 --- a/src/MWSRecommendationsSectionService/Model/GetServiceStatusRequest.php +++ b/src/MWSRecommendationsSectionService/Model/GetServiceStatusRequest.php @@ -72,7 +72,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -118,7 +118,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { diff --git a/src/MWSRecommendationsSectionService/Model/GetServiceStatusResponse.php b/src/MWSRecommendationsSectionService/Model/GetServiceStatusResponse.php index 4567b3b..ff9f857 100644 --- a/src/MWSRecommendationsSectionService/Model/GetServiceStatusResponse.php +++ b/src/MWSRecommendationsSectionService/Model/GetServiceStatusResponse.php @@ -74,7 +74,7 @@ public function setGetServiceStatusResult($value) /** * Check to see if GetServiceStatusResult is set. * - * @return true if GetServiceStatusResult is set. + * @return bool True if GetServiceStatusResult is set. */ public function isSetGetServiceStatusResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MWSRecommendationsSectionService/Model/GetServiceStatusResult.php b/src/MWSRecommendationsSectionService/Model/GetServiceStatusResult.php index d05c8df..108521f 100644 --- a/src/MWSRecommendationsSectionService/Model/GetServiceStatusResult.php +++ b/src/MWSRecommendationsSectionService/Model/GetServiceStatusResult.php @@ -72,7 +72,7 @@ public function setStatus($value) /** * Check to see if Status is set. * - * @return true if Status is set. + * @return bool True if Status is set. */ public function isSetStatus() { @@ -118,7 +118,7 @@ public function setTimestamp($value) /** * Check to see if Timestamp is set. * - * @return true if Timestamp is set. + * @return bool True if Timestamp is set. */ public function isSetTimestamp() { diff --git a/src/MWSRecommendationsSectionService/Model/GlobalSellingRecommendation.php b/src/MWSRecommendationsSectionService/Model/GlobalSellingRecommendation.php index 0ee1c88..f759453 100644 --- a/src/MWSRecommendationsSectionService/Model/GlobalSellingRecommendation.php +++ b/src/MWSRecommendationsSectionService/Model/GlobalSellingRecommendation.php @@ -96,7 +96,7 @@ public function setLastUpdated($value) /** * Check to see if LastUpdated is set. * - * @return true if LastUpdated is set. + * @return bool True if LastUpdated is set. */ public function isSetLastUpdated() { @@ -142,7 +142,7 @@ public function setItemIdentifier($value) /** * Check to see if ItemIdentifier is set. * - * @return true if ItemIdentifier is set. + * @return bool True if ItemIdentifier is set. */ public function isSetItemIdentifier() { @@ -188,7 +188,7 @@ public function setItemName($value) /** * Check to see if ItemName is set. * - * @return true if ItemName is set. + * @return bool True if ItemName is set. */ public function isSetItemName() { @@ -234,7 +234,7 @@ public function setBrandName($value) /** * Check to see if BrandName is set. * - * @return true if BrandName is set. + * @return bool True if BrandName is set. */ public function isSetBrandName() { @@ -280,7 +280,7 @@ public function setProductCategory($value) /** * Check to see if ProductCategory is set. * - * @return true if ProductCategory is set. + * @return bool True if ProductCategory is set. */ public function isSetProductCategory() { @@ -326,7 +326,7 @@ public function setSalesRank($value) /** * Check to see if SalesRank is set. * - * @return true if SalesRank is set. + * @return bool True if SalesRank is set. */ public function isSetSalesRank() { @@ -372,7 +372,7 @@ public function setBuyboxPrice($value) /** * Check to see if BuyboxPrice is set. * - * @return true if BuyboxPrice is set. + * @return bool True if BuyboxPrice is set. */ public function isSetBuyboxPrice() { @@ -418,7 +418,7 @@ public function setNumberOfOffers($value) /** * Check to see if NumberOfOffers is set. * - * @return true if NumberOfOffers is set. + * @return bool True if NumberOfOffers is set. */ public function isSetNumberOfOffers() { @@ -464,7 +464,7 @@ public function setNumberOfOffersFulfilledByAmazon($value) /** * Check to see if NumberOfOffersFulfilledByAmazon is set. * - * @return true if NumberOfOffersFulfilledByAmazon is set. + * @return bool True if NumberOfOffersFulfilledByAmazon is set. */ public function isSetNumberOfOffersFulfilledByAmazon() { @@ -510,7 +510,7 @@ public function setAverageCustomerReview($value) /** * Check to see if AverageCustomerReview is set. * - * @return true if AverageCustomerReview is set. + * @return bool True if AverageCustomerReview is set. */ public function isSetAverageCustomerReview() { @@ -556,7 +556,7 @@ public function setNumberOfCustomerReviews($value) /** * Check to see if NumberOfCustomerReviews is set. * - * @return true if NumberOfCustomerReviews is set. + * @return bool True if NumberOfCustomerReviews is set. */ public function isSetNumberOfCustomerReviews() { @@ -602,7 +602,7 @@ public function setItemDimensions($value) /** * Check to see if ItemDimensions is set. * - * @return true if ItemDimensions is set. + * @return bool True if ItemDimensions is set. */ public function isSetItemDimensions() { @@ -648,7 +648,7 @@ public function setRecommendationId($value) /** * Check to see if RecommendationId is set. * - * @return true if RecommendationId is set. + * @return bool True if RecommendationId is set. */ public function isSetRecommendationId() { @@ -694,7 +694,7 @@ public function setRecommendationReason($value) /** * Check to see if RecommendationReason is set. * - * @return true if RecommendationReason is set. + * @return bool True if RecommendationReason is set. */ public function isSetRecommendationReason() { diff --git a/src/MWSRecommendationsSectionService/Model/InventoryRecommendation.php b/src/MWSRecommendationsSectionService/Model/InventoryRecommendation.php index 5fde1f8..e5c63d0 100644 --- a/src/MWSRecommendationsSectionService/Model/InventoryRecommendation.php +++ b/src/MWSRecommendationsSectionService/Model/InventoryRecommendation.php @@ -96,7 +96,7 @@ public function setLastUpdated($value) /** * Check to see if LastUpdated is set. * - * @return true if LastUpdated is set. + * @return bool True if LastUpdated is set. */ public function isSetLastUpdated() { @@ -142,7 +142,7 @@ public function setItemIdentifier($value) /** * Check to see if ItemIdentifier is set. * - * @return true if ItemIdentifier is set. + * @return bool True if ItemIdentifier is set. */ public function isSetItemIdentifier() { @@ -188,7 +188,7 @@ public function setItemName($value) /** * Check to see if ItemName is set. * - * @return true if ItemName is set. + * @return bool True if ItemName is set. */ public function isSetItemName() { @@ -234,7 +234,7 @@ public function setFulfillmentChannel($value) /** * Check to see if FulfillmentChannel is set. * - * @return true if FulfillmentChannel is set. + * @return bool True if FulfillmentChannel is set. */ public function isSetFulfillmentChannel() { @@ -280,7 +280,7 @@ public function setSalesForTheLast14Days($value) /** * Check to see if SalesForTheLast14Days is set. * - * @return true if SalesForTheLast14Days is set. + * @return bool True if SalesForTheLast14Days is set. */ public function isSetSalesForTheLast14Days() { @@ -326,7 +326,7 @@ public function setSalesForTheLast30Days($value) /** * Check to see if SalesForTheLast30Days is set. * - * @return true if SalesForTheLast30Days is set. + * @return bool True if SalesForTheLast30Days is set. */ public function isSetSalesForTheLast30Days() { @@ -372,7 +372,7 @@ public function setAvailableQuantity($value) /** * Check to see if AvailableQuantity is set. * - * @return true if AvailableQuantity is set. + * @return bool True if AvailableQuantity is set. */ public function isSetAvailableQuantity() { @@ -418,7 +418,7 @@ public function setDaysUntilStockRunsOut($value) /** * Check to see if DaysUntilStockRunsOut is set. * - * @return true if DaysUntilStockRunsOut is set. + * @return bool True if DaysUntilStockRunsOut is set. */ public function isSetDaysUntilStockRunsOut() { @@ -464,7 +464,7 @@ public function setInboundQuantity($value) /** * Check to see if InboundQuantity is set. * - * @return true if InboundQuantity is set. + * @return bool True if InboundQuantity is set. */ public function isSetInboundQuantity() { @@ -510,7 +510,7 @@ public function setRecommendedInboundQuantity($value) /** * Check to see if RecommendedInboundQuantity is set. * - * @return true if RecommendedInboundQuantity is set. + * @return bool True if RecommendedInboundQuantity is set. */ public function isSetRecommendedInboundQuantity() { @@ -556,7 +556,7 @@ public function setDaysOutOfStockLast30Days($value) /** * Check to see if DaysOutOfStockLast30Days is set. * - * @return true if DaysOutOfStockLast30Days is set. + * @return bool True if DaysOutOfStockLast30Days is set. */ public function isSetDaysOutOfStockLast30Days() { @@ -602,7 +602,7 @@ public function setLostSalesInLast30Days($value) /** * Check to see if LostSalesInLast30Days is set. * - * @return true if LostSalesInLast30Days is set. + * @return bool True if LostSalesInLast30Days is set. */ public function isSetLostSalesInLast30Days() { @@ -648,7 +648,7 @@ public function setRecommendationId($value) /** * Check to see if RecommendationId is set. * - * @return true if RecommendationId is set. + * @return bool True if RecommendationId is set. */ public function isSetRecommendationId() { @@ -694,7 +694,7 @@ public function setRecommendationReason($value) /** * Check to see if RecommendationReason is set. * - * @return true if RecommendationReason is set. + * @return bool True if RecommendationReason is set. */ public function isSetRecommendationReason() { diff --git a/src/MWSRecommendationsSectionService/Model/ItemDimensions.php b/src/MWSRecommendationsSectionService/Model/ItemDimensions.php index 3eabe23..9d8361e 100644 --- a/src/MWSRecommendationsSectionService/Model/ItemDimensions.php +++ b/src/MWSRecommendationsSectionService/Model/ItemDimensions.php @@ -76,7 +76,7 @@ public function setHeight($value) /** * Check to see if Height is set. * - * @return true if Height is set. + * @return bool True if Height is set. */ public function isSetHeight() { @@ -122,7 +122,7 @@ public function setWidth($value) /** * Check to see if Width is set. * - * @return true if Width is set. + * @return bool True if Width is set. */ public function isSetWidth() { @@ -168,7 +168,7 @@ public function setLength($value) /** * Check to see if Length is set. * - * @return true if Length is set. + * @return bool True if Length is set. */ public function isSetLength() { @@ -214,7 +214,7 @@ public function setWeight($value) /** * Check to see if Weight is set. * - * @return true if Weight is set. + * @return bool True if Weight is set. */ public function isSetWeight() { diff --git a/src/MWSRecommendationsSectionService/Model/ListRecommendationsByNextTokenRequest.php b/src/MWSRecommendationsSectionService/Model/ListRecommendationsByNextTokenRequest.php index bf6ba3d..210a76a 100644 --- a/src/MWSRecommendationsSectionService/Model/ListRecommendationsByNextTokenRequest.php +++ b/src/MWSRecommendationsSectionService/Model/ListRecommendationsByNextTokenRequest.php @@ -74,7 +74,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -120,7 +120,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -166,7 +166,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { diff --git a/src/MWSRecommendationsSectionService/Model/ListRecommendationsByNextTokenResponse.php b/src/MWSRecommendationsSectionService/Model/ListRecommendationsByNextTokenResponse.php index e5abbd9..c450248 100644 --- a/src/MWSRecommendationsSectionService/Model/ListRecommendationsByNextTokenResponse.php +++ b/src/MWSRecommendationsSectionService/Model/ListRecommendationsByNextTokenResponse.php @@ -74,7 +74,7 @@ public function setListRecommendationsByNextTokenResult($value) /** * Check to see if ListRecommendationsByNextTokenResult is set. * - * @return true if ListRecommendationsByNextTokenResult is set. + * @return bool True if ListRecommendationsByNextTokenResult is set. */ public function isSetListRecommendationsByNextTokenResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MWSRecommendationsSectionService/Model/ListRecommendationsByNextTokenResult.php b/src/MWSRecommendationsSectionService/Model/ListRecommendationsByNextTokenResult.php index ab2de0d..1ef20a5 100644 --- a/src/MWSRecommendationsSectionService/Model/ListRecommendationsByNextTokenResult.php +++ b/src/MWSRecommendationsSectionService/Model/ListRecommendationsByNextTokenResult.php @@ -99,7 +99,7 @@ public function unsetInventoryRecommendations() /** * Check to see if InventoryRecommendations is set. * - * @return true if InventoryRecommendations is set. + * @return bool True if InventoryRecommendations is set. */ public function isSetInventoryRecommendations() { @@ -163,7 +163,7 @@ public function unsetSelectionRecommendations() /** * Check to see if SelectionRecommendations is set. * - * @return true if SelectionRecommendations is set. + * @return bool True if SelectionRecommendations is set. */ public function isSetSelectionRecommendations() { @@ -227,7 +227,7 @@ public function unsetPricingRecommendations() /** * Check to see if PricingRecommendations is set. * - * @return true if PricingRecommendations is set. + * @return bool True if PricingRecommendations is set. */ public function isSetPricingRecommendations() { @@ -291,7 +291,7 @@ public function unsetFulfillmentRecommendations() /** * Check to see if FulfillmentRecommendations is set. * - * @return true if FulfillmentRecommendations is set. + * @return bool True if FulfillmentRecommendations is set. */ public function isSetFulfillmentRecommendations() { @@ -355,7 +355,7 @@ public function unsetListingQualityRecommendations() /** * Check to see if ListingQualityRecommendations is set. * - * @return true if ListingQualityRecommendations is set. + * @return bool True if ListingQualityRecommendations is set. */ public function isSetListingQualityRecommendations() { @@ -419,7 +419,7 @@ public function unsetGlobalSellingRecommendations() /** * Check to see if GlobalSellingRecommendations is set. * - * @return true if GlobalSellingRecommendations is set. + * @return bool True if GlobalSellingRecommendations is set. */ public function isSetGlobalSellingRecommendations() { @@ -483,7 +483,7 @@ public function unsetAdvertisingRecommendations() /** * Check to see if AdvertisingRecommendations is set. * - * @return true if AdvertisingRecommendations is set. + * @return bool True if AdvertisingRecommendations is set. */ public function isSetAdvertisingRecommendations() { @@ -532,7 +532,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { diff --git a/src/MWSRecommendationsSectionService/Model/ListRecommendationsRequest.php b/src/MWSRecommendationsSectionService/Model/ListRecommendationsRequest.php index 6a5cb71..6eca419 100644 --- a/src/MWSRecommendationsSectionService/Model/ListRecommendationsRequest.php +++ b/src/MWSRecommendationsSectionService/Model/ListRecommendationsRequest.php @@ -78,7 +78,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -124,7 +124,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -170,7 +170,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -216,7 +216,7 @@ public function setRecommendationCategory($value) /** * Check to see if RecommendationCategory is set. * - * @return true if RecommendationCategory is set. + * @return bool True if RecommendationCategory is set. */ public function isSetRecommendationCategory() { @@ -277,7 +277,7 @@ public function unsetCategoryQueryList() /** * Check to see if CategoryQueryList is set. * - * @return true if CategoryQueryList is set. + * @return bool True if CategoryQueryList is set. */ public function isSetCategoryQueryList() { diff --git a/src/MWSRecommendationsSectionService/Model/ListRecommendationsResponse.php b/src/MWSRecommendationsSectionService/Model/ListRecommendationsResponse.php index 6971d14..67abe5c 100644 --- a/src/MWSRecommendationsSectionService/Model/ListRecommendationsResponse.php +++ b/src/MWSRecommendationsSectionService/Model/ListRecommendationsResponse.php @@ -74,7 +74,7 @@ public function setListRecommendationsResult($value) /** * Check to see if ListRecommendationsResult is set. * - * @return true if ListRecommendationsResult is set. + * @return bool True if ListRecommendationsResult is set. */ public function isSetListRecommendationsResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MWSRecommendationsSectionService/Model/ListRecommendationsResult.php b/src/MWSRecommendationsSectionService/Model/ListRecommendationsResult.php index 1fb3878..70a3118 100644 --- a/src/MWSRecommendationsSectionService/Model/ListRecommendationsResult.php +++ b/src/MWSRecommendationsSectionService/Model/ListRecommendationsResult.php @@ -99,7 +99,7 @@ public function unsetInventoryRecommendations() /** * Check to see if InventoryRecommendations is set. * - * @return true if InventoryRecommendations is set. + * @return bool True if InventoryRecommendations is set. */ public function isSetInventoryRecommendations() { @@ -163,7 +163,7 @@ public function unsetSelectionRecommendations() /** * Check to see if SelectionRecommendations is set. * - * @return true if SelectionRecommendations is set. + * @return bool True if SelectionRecommendations is set. */ public function isSetSelectionRecommendations() { @@ -227,7 +227,7 @@ public function unsetPricingRecommendations() /** * Check to see if PricingRecommendations is set. * - * @return true if PricingRecommendations is set. + * @return bool True if PricingRecommendations is set. */ public function isSetPricingRecommendations() { @@ -291,7 +291,7 @@ public function unsetFulfillmentRecommendations() /** * Check to see if FulfillmentRecommendations is set. * - * @return true if FulfillmentRecommendations is set. + * @return bool True if FulfillmentRecommendations is set. */ public function isSetFulfillmentRecommendations() { @@ -355,7 +355,7 @@ public function unsetListingQualityRecommendations() /** * Check to see if ListingQualityRecommendations is set. * - * @return true if ListingQualityRecommendations is set. + * @return bool True if ListingQualityRecommendations is set. */ public function isSetListingQualityRecommendations() { @@ -419,7 +419,7 @@ public function unsetGlobalSellingRecommendations() /** * Check to see if GlobalSellingRecommendations is set. * - * @return true if GlobalSellingRecommendations is set. + * @return bool True if GlobalSellingRecommendations is set. */ public function isSetGlobalSellingRecommendations() { @@ -483,7 +483,7 @@ public function unsetAdvertisingRecommendations() /** * Check to see if AdvertisingRecommendations is set. * - * @return true if AdvertisingRecommendations is set. + * @return bool True if AdvertisingRecommendations is set. */ public function isSetAdvertisingRecommendations() { @@ -532,7 +532,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { diff --git a/src/MWSRecommendationsSectionService/Model/ListingQualityRecommendation.php b/src/MWSRecommendationsSectionService/Model/ListingQualityRecommendation.php index 7a31cb0..fe44ae2 100644 --- a/src/MWSRecommendationsSectionService/Model/ListingQualityRecommendation.php +++ b/src/MWSRecommendationsSectionService/Model/ListingQualityRecommendation.php @@ -82,7 +82,7 @@ public function setQualitySet($value) /** * Check to see if QualitySet is set. * - * @return true if QualitySet is set. + * @return bool True if QualitySet is set. */ public function isSetQualitySet() { @@ -128,7 +128,7 @@ public function setDefectGroup($value) /** * Check to see if DefectGroup is set. * - * @return true if DefectGroup is set. + * @return bool True if DefectGroup is set. */ public function isSetDefectGroup() { @@ -174,7 +174,7 @@ public function setDefectAttribute($value) /** * Check to see if DefectAttribute is set. * - * @return true if DefectAttribute is set. + * @return bool True if DefectAttribute is set. */ public function isSetDefectAttribute() { @@ -220,7 +220,7 @@ public function setItemIdentifier($value) /** * Check to see if ItemIdentifier is set. * - * @return true if ItemIdentifier is set. + * @return bool True if ItemIdentifier is set. */ public function isSetItemIdentifier() { @@ -266,7 +266,7 @@ public function setItemName($value) /** * Check to see if ItemName is set. * - * @return true if ItemName is set. + * @return bool True if ItemName is set. */ public function isSetItemName() { @@ -312,7 +312,7 @@ public function setRecommendationId($value) /** * Check to see if RecommendationId is set. * - * @return true if RecommendationId is set. + * @return bool True if RecommendationId is set. */ public function isSetRecommendationId() { @@ -358,7 +358,7 @@ public function setRecommendationReason($value) /** * Check to see if RecommendationReason is set. * - * @return true if RecommendationReason is set. + * @return bool True if RecommendationReason is set. */ public function isSetRecommendationReason() { diff --git a/src/MWSRecommendationsSectionService/Model/Price.php b/src/MWSRecommendationsSectionService/Model/Price.php index 4ecd904..d6a88bb 100644 --- a/src/MWSRecommendationsSectionService/Model/Price.php +++ b/src/MWSRecommendationsSectionService/Model/Price.php @@ -72,7 +72,7 @@ public function setCurrencyCode($value) /** * Check to see if CurrencyCode is set. * - * @return true if CurrencyCode is set. + * @return bool True if CurrencyCode is set. */ public function isSetCurrencyCode() { @@ -118,7 +118,7 @@ public function setAmount($value) /** * Check to see if Amount is set. * - * @return true if Amount is set. + * @return bool True if Amount is set. */ public function isSetAmount() { diff --git a/src/MWSRecommendationsSectionService/Model/PricingRecommendation.php b/src/MWSRecommendationsSectionService/Model/PricingRecommendation.php index a80c1d3..97822de 100644 --- a/src/MWSRecommendationsSectionService/Model/PricingRecommendation.php +++ b/src/MWSRecommendationsSectionService/Model/PricingRecommendation.php @@ -102,7 +102,7 @@ public function setLastUpdated($value) /** * Check to see if LastUpdated is set. * - * @return true if LastUpdated is set. + * @return bool True if LastUpdated is set. */ public function isSetLastUpdated() { @@ -148,7 +148,7 @@ public function setItemIdentifier($value) /** * Check to see if ItemIdentifier is set. * - * @return true if ItemIdentifier is set. + * @return bool True if ItemIdentifier is set. */ public function isSetItemIdentifier() { @@ -194,7 +194,7 @@ public function setItemName($value) /** * Check to see if ItemName is set. * - * @return true if ItemName is set. + * @return bool True if ItemName is set. */ public function isSetItemName() { @@ -240,7 +240,7 @@ public function setCondition($value) /** * Check to see if Condition is set. * - * @return true if Condition is set. + * @return bool True if Condition is set. */ public function isSetCondition() { @@ -286,7 +286,7 @@ public function setSubCondition($value) /** * Check to see if SubCondition is set. * - * @return true if SubCondition is set. + * @return bool True if SubCondition is set. */ public function isSetSubCondition() { @@ -332,7 +332,7 @@ public function setFulfillmentChannel($value) /** * Check to see if FulfillmentChannel is set. * - * @return true if FulfillmentChannel is set. + * @return bool True if FulfillmentChannel is set. */ public function isSetFulfillmentChannel() { @@ -378,7 +378,7 @@ public function setYourPricePlusShipping($value) /** * Check to see if YourPricePlusShipping is set. * - * @return true if YourPricePlusShipping is set. + * @return bool True if YourPricePlusShipping is set. */ public function isSetYourPricePlusShipping() { @@ -424,7 +424,7 @@ public function setLowestPricePlusShipping($value) /** * Check to see if LowestPricePlusShipping is set. * - * @return true if LowestPricePlusShipping is set. + * @return bool True if LowestPricePlusShipping is set. */ public function isSetLowestPricePlusShipping() { @@ -470,7 +470,7 @@ public function setPriceDifferenceToLowPrice($value) /** * Check to see if PriceDifferenceToLowPrice is set. * - * @return true if PriceDifferenceToLowPrice is set. + * @return bool True if PriceDifferenceToLowPrice is set. */ public function isSetPriceDifferenceToLowPrice() { @@ -516,7 +516,7 @@ public function setMedianPricePlusShipping($value) /** * Check to see if MedianPricePlusShipping is set. * - * @return true if MedianPricePlusShipping is set. + * @return bool True if MedianPricePlusShipping is set. */ public function isSetMedianPricePlusShipping() { @@ -562,7 +562,7 @@ public function setLowestMerchantFulfilledOfferPrice($value) /** * Check to see if LowestMerchantFulfilledOfferPrice is set. * - * @return true if LowestMerchantFulfilledOfferPrice is set. + * @return bool True if LowestMerchantFulfilledOfferPrice is set. */ public function isSetLowestMerchantFulfilledOfferPrice() { @@ -608,7 +608,7 @@ public function setLowestAmazonFulfilledOfferPrice($value) /** * Check to see if LowestAmazonFulfilledOfferPrice is set. * - * @return true if LowestAmazonFulfilledOfferPrice is set. + * @return bool True if LowestAmazonFulfilledOfferPrice is set. */ public function isSetLowestAmazonFulfilledOfferPrice() { @@ -654,7 +654,7 @@ public function setNumberOfOffers($value) /** * Check to see if NumberOfOffers is set. * - * @return true if NumberOfOffers is set. + * @return bool True if NumberOfOffers is set. */ public function isSetNumberOfOffers() { @@ -700,7 +700,7 @@ public function setNumberOfMerchantFulfilledOffers($value) /** * Check to see if NumberOfMerchantFulfilledOffers is set. * - * @return true if NumberOfMerchantFulfilledOffers is set. + * @return bool True if NumberOfMerchantFulfilledOffers is set. */ public function isSetNumberOfMerchantFulfilledOffers() { @@ -746,7 +746,7 @@ public function setNumberOfAmazonFulfilledOffers($value) /** * Check to see if NumberOfAmazonFulfilledOffers is set. * - * @return true if NumberOfAmazonFulfilledOffers is set. + * @return bool True if NumberOfAmazonFulfilledOffers is set. */ public function isSetNumberOfAmazonFulfilledOffers() { @@ -792,7 +792,7 @@ public function setRecommendationId($value) /** * Check to see if RecommendationId is set. * - * @return true if RecommendationId is set. + * @return bool True if RecommendationId is set. */ public function isSetRecommendationId() { @@ -838,7 +838,7 @@ public function setRecommendationReason($value) /** * Check to see if RecommendationReason is set. * - * @return true if RecommendationReason is set. + * @return bool True if RecommendationReason is set. */ public function isSetRecommendationReason() { diff --git a/src/MWSRecommendationsSectionService/Model/ProductIdentifier.php b/src/MWSRecommendationsSectionService/Model/ProductIdentifier.php index 4300165..02c5332 100644 --- a/src/MWSRecommendationsSectionService/Model/ProductIdentifier.php +++ b/src/MWSRecommendationsSectionService/Model/ProductIdentifier.php @@ -74,7 +74,7 @@ public function setAsin($value) /** * Check to see if Asin is set. * - * @return true if Asin is set. + * @return bool True if Asin is set. */ public function isSetAsin() { @@ -120,7 +120,7 @@ public function setSku($value) /** * Check to see if Sku is set. * - * @return true if Sku is set. + * @return bool True if Sku is set. */ public function isSetSku() { @@ -166,7 +166,7 @@ public function setUpc($value) /** * Check to see if Upc is set. * - * @return true if Upc is set. + * @return bool True if Upc is set. */ public function isSetUpc() { diff --git a/src/MWSRecommendationsSectionService/Model/ResponseMetadata.php b/src/MWSRecommendationsSectionService/Model/ResponseMetadata.php index 0231285..e22faf9 100644 --- a/src/MWSRecommendationsSectionService/Model/ResponseMetadata.php +++ b/src/MWSRecommendationsSectionService/Model/ResponseMetadata.php @@ -70,7 +70,7 @@ public function setRequestId($value) /** * Check to see if RequestId is set. * - * @return true if RequestId is set. + * @return bool True if RequestId is set. */ public function isSetRequestId() { diff --git a/src/MWSRecommendationsSectionService/Model/SelectionRecommendation.php b/src/MWSRecommendationsSectionService/Model/SelectionRecommendation.php index 060bcd6..c73eff0 100644 --- a/src/MWSRecommendationsSectionService/Model/SelectionRecommendation.php +++ b/src/MWSRecommendationsSectionService/Model/SelectionRecommendation.php @@ -92,7 +92,7 @@ public function setLastUpdated($value) /** * Check to see if LastUpdated is set. * - * @return true if LastUpdated is set. + * @return bool True if LastUpdated is set. */ public function isSetLastUpdated() { @@ -138,7 +138,7 @@ public function setItemIdentifier($value) /** * Check to see if ItemIdentifier is set. * - * @return true if ItemIdentifier is set. + * @return bool True if ItemIdentifier is set. */ public function isSetItemIdentifier() { @@ -184,7 +184,7 @@ public function setItemName($value) /** * Check to see if ItemName is set. * - * @return true if ItemName is set. + * @return bool True if ItemName is set. */ public function isSetItemName() { @@ -230,7 +230,7 @@ public function setBrandName($value) /** * Check to see if BrandName is set. * - * @return true if BrandName is set. + * @return bool True if BrandName is set. */ public function isSetBrandName() { @@ -276,7 +276,7 @@ public function setProductCategory($value) /** * Check to see if ProductCategory is set. * - * @return true if ProductCategory is set. + * @return bool True if ProductCategory is set. */ public function isSetProductCategory() { @@ -322,7 +322,7 @@ public function setSalesRank($value) /** * Check to see if SalesRank is set. * - * @return true if SalesRank is set. + * @return bool True if SalesRank is set. */ public function isSetSalesRank() { @@ -368,7 +368,7 @@ public function setBuyboxPrice($value) /** * Check to see if BuyboxPrice is set. * - * @return true if BuyboxPrice is set. + * @return bool True if BuyboxPrice is set. */ public function isSetBuyboxPrice() { @@ -414,7 +414,7 @@ public function setNumberOfOffers($value) /** * Check to see if NumberOfOffers is set. * - * @return true if NumberOfOffers is set. + * @return bool True if NumberOfOffers is set. */ public function isSetNumberOfOffers() { @@ -460,7 +460,7 @@ public function setAverageCustomerReview($value) /** * Check to see if AverageCustomerReview is set. * - * @return true if AverageCustomerReview is set. + * @return bool True if AverageCustomerReview is set. */ public function isSetAverageCustomerReview() { @@ -506,7 +506,7 @@ public function setNumberOfCustomerReviews($value) /** * Check to see if NumberOfCustomerReviews is set. * - * @return true if NumberOfCustomerReviews is set. + * @return bool True if NumberOfCustomerReviews is set. */ public function isSetNumberOfCustomerReviews() { @@ -552,7 +552,7 @@ public function setRecommendationId($value) /** * Check to see if RecommendationId is set. * - * @return true if RecommendationId is set. + * @return bool True if RecommendationId is set. */ public function isSetRecommendationId() { @@ -598,7 +598,7 @@ public function setRecommendationReason($value) /** * Check to see if RecommendationReason is set. * - * @return true if RecommendationReason is set. + * @return bool True if RecommendationReason is set. */ public function isSetRecommendationReason() { diff --git a/src/MWSRecommendationsSectionService/Model/WeightMeasure.php b/src/MWSRecommendationsSectionService/Model/WeightMeasure.php index bfd2830..e2bedda 100644 --- a/src/MWSRecommendationsSectionService/Model/WeightMeasure.php +++ b/src/MWSRecommendationsSectionService/Model/WeightMeasure.php @@ -72,7 +72,7 @@ public function setValue($value) /** * Check to see if Value is set. * - * @return true if Value is set. + * @return bool True if Value is set. */ public function isSetValue() { @@ -118,7 +118,7 @@ public function setUnit($value) /** * Check to see if Unit is set. * - * @return true if Unit is set. + * @return bool True if Unit is set. */ public function isSetUnit() { diff --git a/src/MWSSubscriptionsService/Model.php b/src/MWSSubscriptionsService/Model.php index 084aae8..9d6af6d 100644 --- a/src/MWSSubscriptionsService/Model.php +++ b/src/MWSSubscriptionsService/Model.php @@ -400,7 +400,7 @@ private function _isComplexType ($fieldType) * Checks whether passed variable is an associative array * * @param mixed $var - * @return TRUE if passed variable is an associative array + * @return bool True if passed variable is an associative array */ private function _isAssociativeArray($var) { @@ -411,7 +411,7 @@ private function _isAssociativeArray($var) * Checks whether passed variable is DOMElement * * @param mixed $var - * @return TRUE if passed variable is DOMElement + * @return bool True if passed variable is DOMElement */ private function _isDOMElement($var) { @@ -422,7 +422,7 @@ private function _isDOMElement($var) * Checks whether passed variable is numeric array * * @param mixed $var - * @return TRUE if passed variable is an numeric array + * @return bool True if passed variable is an numeric array */ protected function _isNumericArray($var) { diff --git a/src/MWSSubscriptionsService/Model/AttributeKeyValue.php b/src/MWSSubscriptionsService/Model/AttributeKeyValue.php index 5e0994f..5fb4a38 100644 --- a/src/MWSSubscriptionsService/Model/AttributeKeyValue.php +++ b/src/MWSSubscriptionsService/Model/AttributeKeyValue.php @@ -72,7 +72,7 @@ public function setKey($value) /** * Check to see if Key is set. * - * @return true if Key is set. + * @return bool True if Key is set. */ public function isSetKey() { @@ -118,7 +118,7 @@ public function setValue($value) /** * Check to see if Value is set. * - * @return true if Value is set. + * @return bool True if Value is set. */ public function isSetValue() { diff --git a/src/MWSSubscriptionsService/Model/AttributeKeyValueList.php b/src/MWSSubscriptionsService/Model/AttributeKeyValueList.php index 7087ea3..ba16714 100644 --- a/src/MWSSubscriptionsService/Model/AttributeKeyValueList.php +++ b/src/MWSSubscriptionsService/Model/AttributeKeyValueList.php @@ -85,7 +85,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/MWSSubscriptionsService/Model/CreateSubscriptionInput.php b/src/MWSSubscriptionsService/Model/CreateSubscriptionInput.php index 919a553..a40debc 100644 --- a/src/MWSSubscriptionsService/Model/CreateSubscriptionInput.php +++ b/src/MWSSubscriptionsService/Model/CreateSubscriptionInput.php @@ -76,7 +76,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -122,7 +122,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -168,7 +168,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -214,7 +214,7 @@ public function setSubscription($value) /** * Check to see if Subscription is set. * - * @return true if Subscription is set. + * @return bool True if Subscription is set. */ public function isSetSubscription() { diff --git a/src/MWSSubscriptionsService/Model/CreateSubscriptionResponse.php b/src/MWSSubscriptionsService/Model/CreateSubscriptionResponse.php index 965e7a8..0a4e85f 100644 --- a/src/MWSSubscriptionsService/Model/CreateSubscriptionResponse.php +++ b/src/MWSSubscriptionsService/Model/CreateSubscriptionResponse.php @@ -74,7 +74,7 @@ public function setCreateSubscriptionResult($value) /** * Check to see if CreateSubscriptionResult is set. * - * @return true if CreateSubscriptionResult is set. + * @return bool True if CreateSubscriptionResult is set. */ public function isSetCreateSubscriptionResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MWSSubscriptionsService/Model/DeleteSubscriptionInput.php b/src/MWSSubscriptionsService/Model/DeleteSubscriptionInput.php index 78ca47a..f6c413a 100644 --- a/src/MWSSubscriptionsService/Model/DeleteSubscriptionInput.php +++ b/src/MWSSubscriptionsService/Model/DeleteSubscriptionInput.php @@ -78,7 +78,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -124,7 +124,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -170,7 +170,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -216,7 +216,7 @@ public function setNotificationType($value) /** * Check to see if NotificationType is set. * - * @return true if NotificationType is set. + * @return bool True if NotificationType is set. */ public function isSetNotificationType() { @@ -262,7 +262,7 @@ public function setDestination($value) /** * Check to see if Destination is set. * - * @return true if Destination is set. + * @return bool True if Destination is set. */ public function isSetDestination() { diff --git a/src/MWSSubscriptionsService/Model/DeleteSubscriptionResponse.php b/src/MWSSubscriptionsService/Model/DeleteSubscriptionResponse.php index 2769cab..eecd4af 100644 --- a/src/MWSSubscriptionsService/Model/DeleteSubscriptionResponse.php +++ b/src/MWSSubscriptionsService/Model/DeleteSubscriptionResponse.php @@ -74,7 +74,7 @@ public function setDeleteSubscriptionResult($value) /** * Check to see if DeleteSubscriptionResult is set. * - * @return true if DeleteSubscriptionResult is set. + * @return bool True if DeleteSubscriptionResult is set. */ public function isSetDeleteSubscriptionResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MWSSubscriptionsService/Model/DeregisterDestinationInput.php b/src/MWSSubscriptionsService/Model/DeregisterDestinationInput.php index 550212c..e244a37 100644 --- a/src/MWSSubscriptionsService/Model/DeregisterDestinationInput.php +++ b/src/MWSSubscriptionsService/Model/DeregisterDestinationInput.php @@ -76,7 +76,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -122,7 +122,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -168,7 +168,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -214,7 +214,7 @@ public function setDestination($value) /** * Check to see if Destination is set. * - * @return true if Destination is set. + * @return bool True if Destination is set. */ public function isSetDestination() { diff --git a/src/MWSSubscriptionsService/Model/DeregisterDestinationResponse.php b/src/MWSSubscriptionsService/Model/DeregisterDestinationResponse.php index f9e522a..eaddf63 100644 --- a/src/MWSSubscriptionsService/Model/DeregisterDestinationResponse.php +++ b/src/MWSSubscriptionsService/Model/DeregisterDestinationResponse.php @@ -74,7 +74,7 @@ public function setDeregisterDestinationResult($value) /** * Check to see if DeregisterDestinationResult is set. * - * @return true if DeregisterDestinationResult is set. + * @return bool True if DeregisterDestinationResult is set. */ public function isSetDeregisterDestinationResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MWSSubscriptionsService/Model/Destination.php b/src/MWSSubscriptionsService/Model/Destination.php index ab5ca40..c68be1c 100644 --- a/src/MWSSubscriptionsService/Model/Destination.php +++ b/src/MWSSubscriptionsService/Model/Destination.php @@ -72,7 +72,7 @@ public function setDeliveryChannel($value) /** * Check to see if DeliveryChannel is set. * - * @return true if DeliveryChannel is set. + * @return bool True if DeliveryChannel is set. */ public function isSetDeliveryChannel() { @@ -118,7 +118,7 @@ public function setAttributeList($value) /** * Check to see if AttributeList is set. * - * @return true if AttributeList is set. + * @return bool True if AttributeList is set. */ public function isSetAttributeList() { diff --git a/src/MWSSubscriptionsService/Model/DestinationList.php b/src/MWSSubscriptionsService/Model/DestinationList.php index 1ace965..f9ea107 100644 --- a/src/MWSSubscriptionsService/Model/DestinationList.php +++ b/src/MWSSubscriptionsService/Model/DestinationList.php @@ -85,7 +85,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/MWSSubscriptionsService/Model/GetServiceStatusRequest.php b/src/MWSSubscriptionsService/Model/GetServiceStatusRequest.php index 62e7a6e..3c52e56 100644 --- a/src/MWSSubscriptionsService/Model/GetServiceStatusRequest.php +++ b/src/MWSSubscriptionsService/Model/GetServiceStatusRequest.php @@ -72,7 +72,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -118,7 +118,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { diff --git a/src/MWSSubscriptionsService/Model/GetServiceStatusResponse.php b/src/MWSSubscriptionsService/Model/GetServiceStatusResponse.php index 1a12fbb..65c574e 100644 --- a/src/MWSSubscriptionsService/Model/GetServiceStatusResponse.php +++ b/src/MWSSubscriptionsService/Model/GetServiceStatusResponse.php @@ -74,7 +74,7 @@ public function setGetServiceStatusResult($value) /** * Check to see if GetServiceStatusResult is set. * - * @return true if GetServiceStatusResult is set. + * @return bool True if GetServiceStatusResult is set. */ public function isSetGetServiceStatusResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MWSSubscriptionsService/Model/GetServiceStatusResult.php b/src/MWSSubscriptionsService/Model/GetServiceStatusResult.php index ae57105..96f7dff 100644 --- a/src/MWSSubscriptionsService/Model/GetServiceStatusResult.php +++ b/src/MWSSubscriptionsService/Model/GetServiceStatusResult.php @@ -72,7 +72,7 @@ public function setStatus($value) /** * Check to see if Status is set. * - * @return true if Status is set. + * @return bool True if Status is set. */ public function isSetStatus() { @@ -118,7 +118,7 @@ public function setTimestamp($value) /** * Check to see if Timestamp is set. * - * @return true if Timestamp is set. + * @return bool True if Timestamp is set. */ public function isSetTimestamp() { diff --git a/src/MWSSubscriptionsService/Model/GetSubscriptionInput.php b/src/MWSSubscriptionsService/Model/GetSubscriptionInput.php index 9b98f44..02d13f1 100644 --- a/src/MWSSubscriptionsService/Model/GetSubscriptionInput.php +++ b/src/MWSSubscriptionsService/Model/GetSubscriptionInput.php @@ -78,7 +78,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -124,7 +124,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -170,7 +170,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -216,7 +216,7 @@ public function setNotificationType($value) /** * Check to see if NotificationType is set. * - * @return true if NotificationType is set. + * @return bool True if NotificationType is set. */ public function isSetNotificationType() { @@ -262,7 +262,7 @@ public function setDestination($value) /** * Check to see if Destination is set. * - * @return true if Destination is set. + * @return bool True if Destination is set. */ public function isSetDestination() { diff --git a/src/MWSSubscriptionsService/Model/GetSubscriptionResponse.php b/src/MWSSubscriptionsService/Model/GetSubscriptionResponse.php index 7d04324..6021c8e 100644 --- a/src/MWSSubscriptionsService/Model/GetSubscriptionResponse.php +++ b/src/MWSSubscriptionsService/Model/GetSubscriptionResponse.php @@ -74,7 +74,7 @@ public function setGetSubscriptionResult($value) /** * Check to see if GetSubscriptionResult is set. * - * @return true if GetSubscriptionResult is set. + * @return bool True if GetSubscriptionResult is set. */ public function isSetGetSubscriptionResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MWSSubscriptionsService/Model/GetSubscriptionResult.php b/src/MWSSubscriptionsService/Model/GetSubscriptionResult.php index 28d9801..bbec150 100644 --- a/src/MWSSubscriptionsService/Model/GetSubscriptionResult.php +++ b/src/MWSSubscriptionsService/Model/GetSubscriptionResult.php @@ -70,7 +70,7 @@ public function setSubscription($value) /** * Check to see if Subscription is set. * - * @return true if Subscription is set. + * @return bool True if Subscription is set. */ public function isSetSubscription() { diff --git a/src/MWSSubscriptionsService/Model/ListRegisteredDestinationsInput.php b/src/MWSSubscriptionsService/Model/ListRegisteredDestinationsInput.php index 135c73f..85db7dd 100644 --- a/src/MWSSubscriptionsService/Model/ListRegisteredDestinationsInput.php +++ b/src/MWSSubscriptionsService/Model/ListRegisteredDestinationsInput.php @@ -74,7 +74,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -120,7 +120,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -166,7 +166,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { diff --git a/src/MWSSubscriptionsService/Model/ListRegisteredDestinationsResponse.php b/src/MWSSubscriptionsService/Model/ListRegisteredDestinationsResponse.php index 769e870..9e8615c 100644 --- a/src/MWSSubscriptionsService/Model/ListRegisteredDestinationsResponse.php +++ b/src/MWSSubscriptionsService/Model/ListRegisteredDestinationsResponse.php @@ -74,7 +74,7 @@ public function setListRegisteredDestinationsResult($value) /** * Check to see if ListRegisteredDestinationsResult is set. * - * @return true if ListRegisteredDestinationsResult is set. + * @return bool True if ListRegisteredDestinationsResult is set. */ public function isSetListRegisteredDestinationsResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MWSSubscriptionsService/Model/ListRegisteredDestinationsResult.php b/src/MWSSubscriptionsService/Model/ListRegisteredDestinationsResult.php index df88919..3138084 100644 --- a/src/MWSSubscriptionsService/Model/ListRegisteredDestinationsResult.php +++ b/src/MWSSubscriptionsService/Model/ListRegisteredDestinationsResult.php @@ -70,7 +70,7 @@ public function setDestinationList($value) /** * Check to see if DestinationList is set. * - * @return true if DestinationList is set. + * @return bool True if DestinationList is set. */ public function isSetDestinationList() { diff --git a/src/MWSSubscriptionsService/Model/ListSubscriptionsInput.php b/src/MWSSubscriptionsService/Model/ListSubscriptionsInput.php index e1d4e0b..ad14a59 100644 --- a/src/MWSSubscriptionsService/Model/ListSubscriptionsInput.php +++ b/src/MWSSubscriptionsService/Model/ListSubscriptionsInput.php @@ -74,7 +74,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -120,7 +120,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -166,7 +166,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { diff --git a/src/MWSSubscriptionsService/Model/ListSubscriptionsResponse.php b/src/MWSSubscriptionsService/Model/ListSubscriptionsResponse.php index b8b7054..6b1fe62 100644 --- a/src/MWSSubscriptionsService/Model/ListSubscriptionsResponse.php +++ b/src/MWSSubscriptionsService/Model/ListSubscriptionsResponse.php @@ -74,7 +74,7 @@ public function setListSubscriptionsResult($value) /** * Check to see if ListSubscriptionsResult is set. * - * @return true if ListSubscriptionsResult is set. + * @return bool True if ListSubscriptionsResult is set. */ public function isSetListSubscriptionsResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MWSSubscriptionsService/Model/ListSubscriptionsResult.php b/src/MWSSubscriptionsService/Model/ListSubscriptionsResult.php index bfd0b72..4678dc8 100644 --- a/src/MWSSubscriptionsService/Model/ListSubscriptionsResult.php +++ b/src/MWSSubscriptionsService/Model/ListSubscriptionsResult.php @@ -70,7 +70,7 @@ public function setSubscriptionList($value) /** * Check to see if SubscriptionList is set. * - * @return true if SubscriptionList is set. + * @return bool True if SubscriptionList is set. */ public function isSetSubscriptionList() { diff --git a/src/MWSSubscriptionsService/Model/RegisterDestinationInput.php b/src/MWSSubscriptionsService/Model/RegisterDestinationInput.php index 158dc6b..f97a433 100644 --- a/src/MWSSubscriptionsService/Model/RegisterDestinationInput.php +++ b/src/MWSSubscriptionsService/Model/RegisterDestinationInput.php @@ -76,7 +76,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -122,7 +122,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -168,7 +168,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -214,7 +214,7 @@ public function setDestination($value) /** * Check to see if Destination is set. * - * @return true if Destination is set. + * @return bool True if Destination is set. */ public function isSetDestination() { diff --git a/src/MWSSubscriptionsService/Model/RegisterDestinationResponse.php b/src/MWSSubscriptionsService/Model/RegisterDestinationResponse.php index 4cb4683..da1c480 100644 --- a/src/MWSSubscriptionsService/Model/RegisterDestinationResponse.php +++ b/src/MWSSubscriptionsService/Model/RegisterDestinationResponse.php @@ -74,7 +74,7 @@ public function setRegisterDestinationResult($value) /** * Check to see if RegisterDestinationResult is set. * - * @return true if RegisterDestinationResult is set. + * @return bool True if RegisterDestinationResult is set. */ public function isSetRegisterDestinationResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MWSSubscriptionsService/Model/ResponseMetadata.php b/src/MWSSubscriptionsService/Model/ResponseMetadata.php index f1458b6..31e30ba 100644 --- a/src/MWSSubscriptionsService/Model/ResponseMetadata.php +++ b/src/MWSSubscriptionsService/Model/ResponseMetadata.php @@ -70,7 +70,7 @@ public function setRequestId($value) /** * Check to see if RequestId is set. * - * @return true if RequestId is set. + * @return bool True if RequestId is set. */ public function isSetRequestId() { diff --git a/src/MWSSubscriptionsService/Model/SendTestNotificationToDestinationInput.php b/src/MWSSubscriptionsService/Model/SendTestNotificationToDestinationInput.php index a885948..e1c5cac 100644 --- a/src/MWSSubscriptionsService/Model/SendTestNotificationToDestinationInput.php +++ b/src/MWSSubscriptionsService/Model/SendTestNotificationToDestinationInput.php @@ -76,7 +76,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -122,7 +122,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -168,7 +168,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -214,7 +214,7 @@ public function setDestination($value) /** * Check to see if Destination is set. * - * @return true if Destination is set. + * @return bool True if Destination is set. */ public function isSetDestination() { diff --git a/src/MWSSubscriptionsService/Model/SendTestNotificationToDestinationResponse.php b/src/MWSSubscriptionsService/Model/SendTestNotificationToDestinationResponse.php index a0f33d1..247de4a 100644 --- a/src/MWSSubscriptionsService/Model/SendTestNotificationToDestinationResponse.php +++ b/src/MWSSubscriptionsService/Model/SendTestNotificationToDestinationResponse.php @@ -74,7 +74,7 @@ public function setSendTestNotificationToDestinationResult($value) /** * Check to see if SendTestNotificationToDestinationResult is set. * - * @return true if SendTestNotificationToDestinationResult is set. + * @return bool True if SendTestNotificationToDestinationResult is set. */ public function isSetSendTestNotificationToDestinationResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MWSSubscriptionsService/Model/Subscription.php b/src/MWSSubscriptionsService/Model/Subscription.php index a13ca2d..51df8a9 100644 --- a/src/MWSSubscriptionsService/Model/Subscription.php +++ b/src/MWSSubscriptionsService/Model/Subscription.php @@ -74,7 +74,7 @@ public function setNotificationType($value) /** * Check to see if NotificationType is set. * - * @return true if NotificationType is set. + * @return bool True if NotificationType is set. */ public function isSetNotificationType() { @@ -120,7 +120,7 @@ public function setDestination($value) /** * Check to see if Destination is set. * - * @return true if Destination is set. + * @return bool True if Destination is set. */ public function isSetDestination() { @@ -144,7 +144,7 @@ public function withDestination($value) /** * Check the value of IsEnabled. * - * @return true if IsEnabled is set to true. + * @return bool True if IsEnabled is set to true. */ public function isIsEnabled() { @@ -176,7 +176,7 @@ public function setIsEnabled($value) /** * Check to see if IsEnabled is set. * - * @return true if IsEnabled is set. + * @return bool True if IsEnabled is set. */ public function isSetIsEnabled() { diff --git a/src/MWSSubscriptionsService/Model/SubscriptionList.php b/src/MWSSubscriptionsService/Model/SubscriptionList.php index b69ea02..72c20ef 100644 --- a/src/MWSSubscriptionsService/Model/SubscriptionList.php +++ b/src/MWSSubscriptionsService/Model/SubscriptionList.php @@ -85,7 +85,7 @@ public function unsetmember() /** * Check to see if member is set. * - * @return true if member is set. + * @return bool True if member is set. */ public function isSetmember() { diff --git a/src/MWSSubscriptionsService/Model/UpdateSubscriptionInput.php b/src/MWSSubscriptionsService/Model/UpdateSubscriptionInput.php index 776750b..6b77db9 100644 --- a/src/MWSSubscriptionsService/Model/UpdateSubscriptionInput.php +++ b/src/MWSSubscriptionsService/Model/UpdateSubscriptionInput.php @@ -76,7 +76,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -122,7 +122,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -168,7 +168,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -214,7 +214,7 @@ public function setSubscription($value) /** * Check to see if Subscription is set. * - * @return true if Subscription is set. + * @return bool True if Subscription is set. */ public function isSetSubscription() { diff --git a/src/MWSSubscriptionsService/Model/UpdateSubscriptionResponse.php b/src/MWSSubscriptionsService/Model/UpdateSubscriptionResponse.php index e66ac3d..fab737a 100644 --- a/src/MWSSubscriptionsService/Model/UpdateSubscriptionResponse.php +++ b/src/MWSSubscriptionsService/Model/UpdateSubscriptionResponse.php @@ -74,7 +74,7 @@ public function setUpdateSubscriptionResult($value) /** * Check to see if UpdateSubscriptionResult is set. * - * @return true if UpdateSubscriptionResult is set. + * @return bool True if UpdateSubscriptionResult is set. */ public function isSetUpdateSubscriptionResult() { @@ -120,7 +120,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -166,7 +166,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MarketplaceWebService/Model.php b/src/MarketplaceWebService/Model.php index 45a911f..542107a 100644 --- a/src/MarketplaceWebService/Model.php +++ b/src/MarketplaceWebService/Model.php @@ -278,7 +278,7 @@ private function isComplexType($fieldType) * Checks whether passed variable is an associative array * * @param mixed $var - * @return TRUE if passed variable is an associative array + * @return bool True if passed variable is an associative array */ private function isAssociativeArray($var) { @@ -289,7 +289,7 @@ private function isAssociativeArray($var) * Checks whether passed variable is DOMElement * * @param mixed $var - * @return TRUE if passed variable is DOMElement + * @return bool True if passed variable is DOMElement */ private function isDOMElement($var) { @@ -300,7 +300,7 @@ private function isDOMElement($var) * Checks whether passed variable is numeric array * * @param mixed $var - * @return TRUE if passed variable is an numeric array + * @return bool True if passed variable is an numeric array */ protected function isNumericArray($var) { diff --git a/src/MarketplaceWebServiceOrders/Model.php b/src/MarketplaceWebServiceOrders/Model.php index 483c6a9..d4f2595 100644 --- a/src/MarketplaceWebServiceOrders/Model.php +++ b/src/MarketplaceWebServiceOrders/Model.php @@ -404,7 +404,7 @@ private function _isComplexType($fieldType) * Checks whether passed variable is an associative array * * @param mixed $var - * @return TRUE if passed variable is an associative array + * @return bool True if passed variable is an associative array */ private function _isAssociativeArray($var) { @@ -415,7 +415,7 @@ private function _isAssociativeArray($var) * Checks whether passed variable is DOMElement * * @param mixed $var - * @return TRUE if passed variable is DOMElement + * @return bool True if passed variable is DOMElement */ private function _isDOMElement($var) { @@ -426,7 +426,7 @@ private function _isDOMElement($var) * Checks whether passed variable is numeric array * * @param mixed $var - * @return TRUE if passed variable is an numeric array + * @return bool True if passed variable is an numeric array */ protected function _isNumericArray($var) { diff --git a/src/MarketplaceWebServiceOrders/Model/Address.php b/src/MarketplaceWebServiceOrders/Model/Address.php index 48ffbf7..e94772e 100644 --- a/src/MarketplaceWebServiceOrders/Model/Address.php +++ b/src/MarketplaceWebServiceOrders/Model/Address.php @@ -83,7 +83,7 @@ public function setName($value) /** * Check to see if Name is set. * - * @return true if Name is set. + * @return bool True if Name is set. */ public function isSetName() { @@ -129,7 +129,7 @@ public function setAddressLine1($value) /** * Check to see if AddressLine1 is set. * - * @return true if AddressLine1 is set. + * @return bool True if AddressLine1 is set. */ public function isSetAddressLine1() { @@ -175,7 +175,7 @@ public function setAddressLine2($value) /** * Check to see if AddressLine2 is set. * - * @return true if AddressLine2 is set. + * @return bool True if AddressLine2 is set. */ public function isSetAddressLine2() { @@ -221,7 +221,7 @@ public function setAddressLine3($value) /** * Check to see if AddressLine3 is set. * - * @return true if AddressLine3 is set. + * @return bool True if AddressLine3 is set. */ public function isSetAddressLine3() { @@ -267,7 +267,7 @@ public function setCity($value) /** * Check to see if City is set. * - * @return true if City is set. + * @return bool True if City is set. */ public function isSetCity() { @@ -313,7 +313,7 @@ public function setCounty($value) /** * Check to see if County is set. * - * @return true if County is set. + * @return bool True if County is set. */ public function isSetCounty() { @@ -359,7 +359,7 @@ public function setDistrict($value) /** * Check to see if District is set. * - * @return true if District is set. + * @return bool True if District is set. */ public function isSetDistrict() { @@ -405,7 +405,7 @@ public function setStateOrRegion($value) /** * Check to see if StateOrRegion is set. * - * @return true if StateOrRegion is set. + * @return bool True if StateOrRegion is set. */ public function isSetStateOrRegion() { @@ -451,7 +451,7 @@ public function setPostalCode($value) /** * Check to see if PostalCode is set. * - * @return true if PostalCode is set. + * @return bool True if PostalCode is set. */ public function isSetPostalCode() { @@ -497,7 +497,7 @@ public function setCountryCode($value) /** * Check to see if CountryCode is set. * - * @return true if CountryCode is set. + * @return bool True if CountryCode is set. */ public function isSetCountryCode() { @@ -543,7 +543,7 @@ public function setPhone($value) /** * Check to see if Phone is set. * - * @return true if Phone is set. + * @return bool True if Phone is set. */ public function isSetPhone() { diff --git a/src/MarketplaceWebServiceOrders/Model/GetOrderRequest.php b/src/MarketplaceWebServiceOrders/Model/GetOrderRequest.php index 69de8bc..9222c45 100644 --- a/src/MarketplaceWebServiceOrders/Model/GetOrderRequest.php +++ b/src/MarketplaceWebServiceOrders/Model/GetOrderRequest.php @@ -67,7 +67,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -113,7 +113,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -173,7 +173,7 @@ public function unsetAmazonOrderId() /** * Check to see if AmazonOrderId is set. * - * @return true if AmazonOrderId is set. + * @return bool True if AmazonOrderId is set. */ public function isSetAmazonOrderId() { diff --git a/src/MarketplaceWebServiceOrders/Model/GetOrderResponse.php b/src/MarketplaceWebServiceOrders/Model/GetOrderResponse.php index f72a9ea..22b765f 100644 --- a/src/MarketplaceWebServiceOrders/Model/GetOrderResponse.php +++ b/src/MarketplaceWebServiceOrders/Model/GetOrderResponse.php @@ -76,7 +76,7 @@ public function setGetOrderResult($value) /** * Check to see if GetOrderResult is set. * - * @return true if GetOrderResult is set. + * @return bool True if GetOrderResult is set. */ public function isSetGetOrderResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MarketplaceWebServiceOrders/Model/GetOrderResult.php b/src/MarketplaceWebServiceOrders/Model/GetOrderResult.php index 9dda94b..c7e7149 100644 --- a/src/MarketplaceWebServiceOrders/Model/GetOrderResult.php +++ b/src/MarketplaceWebServiceOrders/Model/GetOrderResult.php @@ -81,7 +81,7 @@ public function unsetOrders() /** * Check to see if Orders is set. * - * @return true if Orders is set. + * @return bool True if Orders is set. */ public function isSetOrders() { diff --git a/src/MarketplaceWebServiceOrders/Model/GetServiceStatusRequest.php b/src/MarketplaceWebServiceOrders/Model/GetServiceStatusRequest.php index eb4ab2d..55230cc 100644 --- a/src/MarketplaceWebServiceOrders/Model/GetServiceStatusRequest.php +++ b/src/MarketplaceWebServiceOrders/Model/GetServiceStatusRequest.php @@ -65,7 +65,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -111,7 +111,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { diff --git a/src/MarketplaceWebServiceOrders/Model/GetServiceStatusResponse.php b/src/MarketplaceWebServiceOrders/Model/GetServiceStatusResponse.php index 92d606e..fdde072 100644 --- a/src/MarketplaceWebServiceOrders/Model/GetServiceStatusResponse.php +++ b/src/MarketplaceWebServiceOrders/Model/GetServiceStatusResponse.php @@ -76,7 +76,7 @@ public function setGetServiceStatusResult($value) /** * Check to see if GetServiceStatusResult is set. * - * @return true if GetServiceStatusResult is set. + * @return bool True if GetServiceStatusResult is set. */ public function isSetGetServiceStatusResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MarketplaceWebServiceOrders/Model/GetServiceStatusResult.php b/src/MarketplaceWebServiceOrders/Model/GetServiceStatusResult.php index 49bd6c1..3a13436 100644 --- a/src/MarketplaceWebServiceOrders/Model/GetServiceStatusResult.php +++ b/src/MarketplaceWebServiceOrders/Model/GetServiceStatusResult.php @@ -73,7 +73,7 @@ public function setStatus($value) /** * Check to see if Status is set. * - * @return true if Status is set. + * @return bool True if Status is set. */ public function isSetStatus() { @@ -119,7 +119,7 @@ public function setTimestamp($value) /** * Check to see if Timestamp is set. * - * @return true if Timestamp is set. + * @return bool True if Timestamp is set. */ public function isSetTimestamp() { @@ -165,7 +165,7 @@ public function setMessageId($value) /** * Check to see if MessageId is set. * - * @return true if MessageId is set. + * @return bool True if MessageId is set. */ public function isSetMessageId() { @@ -225,7 +225,7 @@ public function unsetMessages() /** * Check to see if Messages is set. * - * @return true if Messages is set. + * @return bool True if Messages is set. */ public function isSetMessages() { diff --git a/src/MarketplaceWebServiceOrders/Model/InvoiceData.php b/src/MarketplaceWebServiceOrders/Model/InvoiceData.php index 4ceced0..4755f8d 100644 --- a/src/MarketplaceWebServiceOrders/Model/InvoiceData.php +++ b/src/MarketplaceWebServiceOrders/Model/InvoiceData.php @@ -69,7 +69,7 @@ public function setInvoiceRequirement($value) /** * Check to see if InvoiceRequirement is set. * - * @return true if InvoiceRequirement is set. + * @return bool True if InvoiceRequirement is set. */ public function isSetInvoiceRequirement() { @@ -115,7 +115,7 @@ public function setBuyerSelectedInvoiceCategory($value) /** * Check to see if BuyerSelectedInvoiceCategory is set. * - * @return true if BuyerSelectedInvoiceCategory is set. + * @return bool True if BuyerSelectedInvoiceCategory is set. */ public function isSetBuyerSelectedInvoiceCategory() { @@ -161,7 +161,7 @@ public function setInvoiceTitle($value) /** * Check to see if InvoiceTitle is set. * - * @return true if InvoiceTitle is set. + * @return bool True if InvoiceTitle is set. */ public function isSetInvoiceTitle() { @@ -207,7 +207,7 @@ public function setInvoiceInformation($value) /** * Check to see if InvoiceInformation is set. * - * @return true if InvoiceInformation is set. + * @return bool True if InvoiceInformation is set. */ public function isSetInvoiceInformation() { diff --git a/src/MarketplaceWebServiceOrders/Model/ListOrderItemsByNextTokenRequest.php b/src/MarketplaceWebServiceOrders/Model/ListOrderItemsByNextTokenRequest.php index d432fe8..45db425 100644 --- a/src/MarketplaceWebServiceOrders/Model/ListOrderItemsByNextTokenRequest.php +++ b/src/MarketplaceWebServiceOrders/Model/ListOrderItemsByNextTokenRequest.php @@ -67,7 +67,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -113,7 +113,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -159,7 +159,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { diff --git a/src/MarketplaceWebServiceOrders/Model/ListOrderItemsByNextTokenResponse.php b/src/MarketplaceWebServiceOrders/Model/ListOrderItemsByNextTokenResponse.php index 7e474f9..ed56e05 100644 --- a/src/MarketplaceWebServiceOrders/Model/ListOrderItemsByNextTokenResponse.php +++ b/src/MarketplaceWebServiceOrders/Model/ListOrderItemsByNextTokenResponse.php @@ -76,7 +76,7 @@ public function setListOrderItemsByNextTokenResult($value) /** * Check to see if ListOrderItemsByNextTokenResult is set. * - * @return true if ListOrderItemsByNextTokenResult is set. + * @return bool True if ListOrderItemsByNextTokenResult is set. */ public function isSetListOrderItemsByNextTokenResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MarketplaceWebServiceOrders/Model/ListOrderItemsByNextTokenResult.php b/src/MarketplaceWebServiceOrders/Model/ListOrderItemsByNextTokenResult.php index f1e17b5..62f991b 100644 --- a/src/MarketplaceWebServiceOrders/Model/ListOrderItemsByNextTokenResult.php +++ b/src/MarketplaceWebServiceOrders/Model/ListOrderItemsByNextTokenResult.php @@ -71,7 +71,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { @@ -117,7 +117,7 @@ public function setAmazonOrderId($value) /** * Check to see if AmazonOrderId is set. * - * @return true if AmazonOrderId is set. + * @return bool True if AmazonOrderId is set. */ public function isSetAmazonOrderId() { @@ -177,7 +177,7 @@ public function unsetOrderItems() /** * Check to see if OrderItems is set. * - * @return true if OrderItems is set. + * @return bool True if OrderItems is set. */ public function isSetOrderItems() { diff --git a/src/MarketplaceWebServiceOrders/Model/ListOrderItemsRequest.php b/src/MarketplaceWebServiceOrders/Model/ListOrderItemsRequest.php index bca2c3c..5253ce0 100644 --- a/src/MarketplaceWebServiceOrders/Model/ListOrderItemsRequest.php +++ b/src/MarketplaceWebServiceOrders/Model/ListOrderItemsRequest.php @@ -67,7 +67,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -113,7 +113,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -159,7 +159,7 @@ public function setAmazonOrderId($value) /** * Check to see if AmazonOrderId is set. * - * @return true if AmazonOrderId is set. + * @return bool True if AmazonOrderId is set. */ public function isSetAmazonOrderId() { diff --git a/src/MarketplaceWebServiceOrders/Model/ListOrderItemsResponse.php b/src/MarketplaceWebServiceOrders/Model/ListOrderItemsResponse.php index 7196cb5..680ff29 100644 --- a/src/MarketplaceWebServiceOrders/Model/ListOrderItemsResponse.php +++ b/src/MarketplaceWebServiceOrders/Model/ListOrderItemsResponse.php @@ -76,7 +76,7 @@ public function setListOrderItemsResult($value) /** * Check to see if ListOrderItemsResult is set. * - * @return true if ListOrderItemsResult is set. + * @return bool True if ListOrderItemsResult is set. */ public function isSetListOrderItemsResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MarketplaceWebServiceOrders/Model/ListOrderItemsResult.php b/src/MarketplaceWebServiceOrders/Model/ListOrderItemsResult.php index 47a7925..87ac5e4 100644 --- a/src/MarketplaceWebServiceOrders/Model/ListOrderItemsResult.php +++ b/src/MarketplaceWebServiceOrders/Model/ListOrderItemsResult.php @@ -71,7 +71,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { @@ -117,7 +117,7 @@ public function setAmazonOrderId($value) /** * Check to see if AmazonOrderId is set. * - * @return true if AmazonOrderId is set. + * @return bool True if AmazonOrderId is set. */ public function isSetAmazonOrderId() { @@ -177,7 +177,7 @@ public function unsetOrderItems() /** * Check to see if OrderItems is set. * - * @return true if OrderItems is set. + * @return bool True if OrderItems is set. */ public function isSetOrderItems() { diff --git a/src/MarketplaceWebServiceOrders/Model/ListOrdersByNextTokenRequest.php b/src/MarketplaceWebServiceOrders/Model/ListOrdersByNextTokenRequest.php index 0267c09..40acfe4 100644 --- a/src/MarketplaceWebServiceOrders/Model/ListOrdersByNextTokenRequest.php +++ b/src/MarketplaceWebServiceOrders/Model/ListOrdersByNextTokenRequest.php @@ -67,7 +67,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -113,7 +113,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -159,7 +159,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { diff --git a/src/MarketplaceWebServiceOrders/Model/ListOrdersByNextTokenResponse.php b/src/MarketplaceWebServiceOrders/Model/ListOrdersByNextTokenResponse.php index ccf3563..ff8b2fb 100644 --- a/src/MarketplaceWebServiceOrders/Model/ListOrdersByNextTokenResponse.php +++ b/src/MarketplaceWebServiceOrders/Model/ListOrdersByNextTokenResponse.php @@ -76,7 +76,7 @@ public function setListOrdersByNextTokenResult($value) /** * Check to see if ListOrdersByNextTokenResult is set. * - * @return true if ListOrdersByNextTokenResult is set. + * @return bool True if ListOrdersByNextTokenResult is set. */ public function isSetListOrdersByNextTokenResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MarketplaceWebServiceOrders/Model/ListOrdersByNextTokenResult.php b/src/MarketplaceWebServiceOrders/Model/ListOrdersByNextTokenResult.php index 8f375b7..5386f48 100644 --- a/src/MarketplaceWebServiceOrders/Model/ListOrdersByNextTokenResult.php +++ b/src/MarketplaceWebServiceOrders/Model/ListOrdersByNextTokenResult.php @@ -73,7 +73,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { @@ -119,7 +119,7 @@ public function setCreatedBefore($value) /** * Check to see if CreatedBefore is set. * - * @return true if CreatedBefore is set. + * @return bool True if CreatedBefore is set. */ public function isSetCreatedBefore() { @@ -165,7 +165,7 @@ public function setLastUpdatedBefore($value) /** * Check to see if LastUpdatedBefore is set. * - * @return true if LastUpdatedBefore is set. + * @return bool True if LastUpdatedBefore is set. */ public function isSetLastUpdatedBefore() { @@ -225,7 +225,7 @@ public function unsetOrders() /** * Check to see if Orders is set. * - * @return true if Orders is set. + * @return bool True if Orders is set. */ public function isSetOrders() { diff --git a/src/MarketplaceWebServiceOrders/Model/ListOrdersRequest.php b/src/MarketplaceWebServiceOrders/Model/ListOrdersRequest.php index 9ab290b..f3fb1d8 100644 --- a/src/MarketplaceWebServiceOrders/Model/ListOrdersRequest.php +++ b/src/MarketplaceWebServiceOrders/Model/ListOrdersRequest.php @@ -105,7 +105,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -151,7 +151,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -197,7 +197,7 @@ public function setCreatedAfter($value) /** * Check to see if CreatedAfter is set. * - * @return true if CreatedAfter is set. + * @return bool True if CreatedAfter is set. */ public function isSetCreatedAfter() { @@ -243,7 +243,7 @@ public function setCreatedBefore($value) /** * Check to see if CreatedBefore is set. * - * @return true if CreatedBefore is set. + * @return bool True if CreatedBefore is set. */ public function isSetCreatedBefore() { @@ -289,7 +289,7 @@ public function setLastUpdatedAfter($value) /** * Check to see if LastUpdatedAfter is set. * - * @return true if LastUpdatedAfter is set. + * @return bool True if LastUpdatedAfter is set. */ public function isSetLastUpdatedAfter() { @@ -335,7 +335,7 @@ public function setLastUpdatedBefore($value) /** * Check to see if LastUpdatedBefore is set. * - * @return true if LastUpdatedBefore is set. + * @return bool True if LastUpdatedBefore is set. */ public function isSetLastUpdatedBefore() { @@ -395,7 +395,7 @@ public function unsetOrderStatus() /** * Check to see if OrderStatus is set. * - * @return true if OrderStatus is set. + * @return bool True if OrderStatus is set. */ public function isSetOrderStatus() { @@ -457,7 +457,7 @@ public function unsetMarketplaceId() /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -519,7 +519,7 @@ public function unsetFulfillmentChannel() /** * Check to see if FulfillmentChannel is set. * - * @return true if FulfillmentChannel is set. + * @return bool True if FulfillmentChannel is set. */ public function isSetFulfillmentChannel() { @@ -581,7 +581,7 @@ public function unsetPaymentMethod() /** * Check to see if PaymentMethod is set. * - * @return true if PaymentMethod is set. + * @return bool True if PaymentMethod is set. */ public function isSetPaymentMethod() { @@ -629,7 +629,7 @@ public function setBuyerEmail($value) /** * Check to see if BuyerEmail is set. * - * @return true if BuyerEmail is set. + * @return bool True if BuyerEmail is set. */ public function isSetBuyerEmail() { @@ -675,7 +675,7 @@ public function setSellerOrderId($value) /** * Check to see if SellerOrderId is set. * - * @return true if SellerOrderId is set. + * @return bool True if SellerOrderId is set. */ public function isSetSellerOrderId() { @@ -721,7 +721,7 @@ public function setMaxResultsPerPage($value) /** * Check to see if MaxResultsPerPage is set. * - * @return true if MaxResultsPerPage is set. + * @return bool True if MaxResultsPerPage is set. */ public function isSetMaxResultsPerPage() { @@ -781,7 +781,7 @@ public function unsetTFMShipmentStatus() /** * Check to see if TFMShipmentStatus is set. * - * @return true if TFMShipmentStatus is set. + * @return bool True if TFMShipmentStatus is set. */ public function isSetTFMShipmentStatus() { diff --git a/src/MarketplaceWebServiceOrders/Model/ListOrdersResponse.php b/src/MarketplaceWebServiceOrders/Model/ListOrdersResponse.php index ffbe72b..e750807 100644 --- a/src/MarketplaceWebServiceOrders/Model/ListOrdersResponse.php +++ b/src/MarketplaceWebServiceOrders/Model/ListOrdersResponse.php @@ -76,7 +76,7 @@ public function setListOrdersResult($value) /** * Check to see if ListOrdersResult is set. * - * @return true if ListOrdersResult is set. + * @return bool True if ListOrdersResult is set. */ public function isSetListOrdersResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MarketplaceWebServiceOrders/Model/ListOrdersResult.php b/src/MarketplaceWebServiceOrders/Model/ListOrdersResult.php index ed14000..5edba88 100644 --- a/src/MarketplaceWebServiceOrders/Model/ListOrdersResult.php +++ b/src/MarketplaceWebServiceOrders/Model/ListOrdersResult.php @@ -73,7 +73,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { @@ -119,7 +119,7 @@ public function setCreatedBefore($value) /** * Check to see if CreatedBefore is set. * - * @return true if CreatedBefore is set. + * @return bool True if CreatedBefore is set. */ public function isSetCreatedBefore() { @@ -165,7 +165,7 @@ public function setLastUpdatedBefore($value) /** * Check to see if LastUpdatedBefore is set. * - * @return true if LastUpdatedBefore is set. + * @return bool True if LastUpdatedBefore is set. */ public function isSetLastUpdatedBefore() { @@ -225,7 +225,7 @@ public function unsetOrders() /** * Check to see if Orders is set. * - * @return true if Orders is set. + * @return bool True if Orders is set. */ public function isSetOrders() { diff --git a/src/MarketplaceWebServiceOrders/Model/Message.php b/src/MarketplaceWebServiceOrders/Model/Message.php index 7473e81..8d626c1 100644 --- a/src/MarketplaceWebServiceOrders/Model/Message.php +++ b/src/MarketplaceWebServiceOrders/Model/Message.php @@ -65,7 +65,7 @@ public function setLocale($value) /** * Check to see if Locale is set. * - * @return true if Locale is set. + * @return bool True if Locale is set. */ public function isSetLocale() { @@ -111,7 +111,7 @@ public function setText($value) /** * Check to see if Text is set. * - * @return true if Text is set. + * @return bool True if Text is set. */ public function isSetText() { diff --git a/src/MarketplaceWebServiceOrders/Model/Money.php b/src/MarketplaceWebServiceOrders/Model/Money.php index de7acef..3f1bf80 100644 --- a/src/MarketplaceWebServiceOrders/Model/Money.php +++ b/src/MarketplaceWebServiceOrders/Model/Money.php @@ -65,7 +65,7 @@ public function setCurrencyCode($value) /** * Check to see if CurrencyCode is set. * - * @return true if CurrencyCode is set. + * @return bool True if CurrencyCode is set. */ public function isSetCurrencyCode() { @@ -111,7 +111,7 @@ public function setAmount($value) /** * Check to see if Amount is set. * - * @return true if Amount is set. + * @return bool True if Amount is set. */ public function isSetAmount() { diff --git a/src/MarketplaceWebServiceOrders/Model/Order.php b/src/MarketplaceWebServiceOrders/Model/Order.php index fafeff4..fc9fe27 100644 --- a/src/MarketplaceWebServiceOrders/Model/Order.php +++ b/src/MarketplaceWebServiceOrders/Model/Order.php @@ -122,7 +122,7 @@ public function setAmazonOrderId($value) /** * Check to see if AmazonOrderId is set. * - * @return true if AmazonOrderId is set. + * @return bool True if AmazonOrderId is set. */ public function isSetAmazonOrderId() { @@ -168,7 +168,7 @@ public function setSellerOrderId($value) /** * Check to see if SellerOrderId is set. * - * @return true if SellerOrderId is set. + * @return bool True if SellerOrderId is set. */ public function isSetSellerOrderId() { @@ -214,7 +214,7 @@ public function setPurchaseDate($value) /** * Check to see if PurchaseDate is set. * - * @return true if PurchaseDate is set. + * @return bool True if PurchaseDate is set. */ public function isSetPurchaseDate() { @@ -260,7 +260,7 @@ public function setLastUpdateDate($value) /** * Check to see if LastUpdateDate is set. * - * @return true if LastUpdateDate is set. + * @return bool True if LastUpdateDate is set. */ public function isSetLastUpdateDate() { @@ -306,7 +306,7 @@ public function setOrderStatus($value) /** * Check to see if OrderStatus is set. * - * @return true if OrderStatus is set. + * @return bool True if OrderStatus is set. */ public function isSetOrderStatus() { @@ -352,7 +352,7 @@ public function setFulfillmentChannel($value) /** * Check to see if FulfillmentChannel is set. * - * @return true if FulfillmentChannel is set. + * @return bool True if FulfillmentChannel is set. */ public function isSetFulfillmentChannel() { @@ -398,7 +398,7 @@ public function setSalesChannel($value) /** * Check to see if SalesChannel is set. * - * @return true if SalesChannel is set. + * @return bool True if SalesChannel is set. */ public function isSetSalesChannel() { @@ -444,7 +444,7 @@ public function setOrderChannel($value) /** * Check to see if OrderChannel is set. * - * @return true if OrderChannel is set. + * @return bool True if OrderChannel is set. */ public function isSetOrderChannel() { @@ -490,7 +490,7 @@ public function setShipServiceLevel($value) /** * Check to see if ShipServiceLevel is set. * - * @return true if ShipServiceLevel is set. + * @return bool True if ShipServiceLevel is set. */ public function isSetShipServiceLevel() { @@ -536,7 +536,7 @@ public function setShippingAddress($value) /** * Check to see if ShippingAddress is set. * - * @return true if ShippingAddress is set. + * @return bool True if ShippingAddress is set. */ public function isSetShippingAddress() { @@ -582,7 +582,7 @@ public function setOrderTotal($value) /** * Check to see if OrderTotal is set. * - * @return true if OrderTotal is set. + * @return bool True if OrderTotal is set. */ public function isSetOrderTotal() { @@ -628,7 +628,7 @@ public function setNumberOfItemsShipped($value) /** * Check to see if NumberOfItemsShipped is set. * - * @return true if NumberOfItemsShipped is set. + * @return bool True if NumberOfItemsShipped is set. */ public function isSetNumberOfItemsShipped() { @@ -674,7 +674,7 @@ public function setNumberOfItemsUnshipped($value) /** * Check to see if NumberOfItemsUnshipped is set. * - * @return true if NumberOfItemsUnshipped is set. + * @return bool True if NumberOfItemsUnshipped is set. */ public function isSetNumberOfItemsUnshipped() { @@ -734,7 +734,7 @@ public function unsetPaymentExecutionDetail() /** * Check to see if PaymentExecutionDetail is set. * - * @return true if PaymentExecutionDetail is set. + * @return bool True if PaymentExecutionDetail is set. */ public function isSetPaymentExecutionDetail() { @@ -782,7 +782,7 @@ public function setPaymentMethod($value) /** * Check to see if PaymentMethod is set. * - * @return true if PaymentMethod is set. + * @return bool True if PaymentMethod is set. */ public function isSetPaymentMethod() { @@ -828,7 +828,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -874,7 +874,7 @@ public function setBuyerEmail($value) /** * Check to see if BuyerEmail is set. * - * @return true if BuyerEmail is set. + * @return bool True if BuyerEmail is set. */ public function isSetBuyerEmail() { @@ -920,7 +920,7 @@ public function setBuyerName($value) /** * Check to see if BuyerName is set. * - * @return true if BuyerName is set. + * @return bool True if BuyerName is set. */ public function isSetBuyerName() { @@ -966,7 +966,7 @@ public function setShipmentServiceLevelCategory($value) /** * Check to see if ShipmentServiceLevelCategory is set. * - * @return true if ShipmentServiceLevelCategory is set. + * @return bool True if ShipmentServiceLevelCategory is set. */ public function isSetShipmentServiceLevelCategory() { @@ -990,7 +990,7 @@ public function withShipmentServiceLevelCategory($value) /** * Check the value of ShippedByAmazonTFM. * - * @return true if ShippedByAmazonTFM is set to true. + * @return bool True if ShippedByAmazonTFM is set to true. */ public function isShippedByAmazonTFM() { @@ -1022,7 +1022,7 @@ public function setShippedByAmazonTFM($value) /** * Check to see if ShippedByAmazonTFM is set. * - * @return true if ShippedByAmazonTFM is set. + * @return bool True if ShippedByAmazonTFM is set. */ public function isSetShippedByAmazonTFM() { @@ -1068,7 +1068,7 @@ public function setTFMShipmentStatus($value) /** * Check to see if TFMShipmentStatus is set. * - * @return true if TFMShipmentStatus is set. + * @return bool True if TFMShipmentStatus is set. */ public function isSetTFMShipmentStatus() { @@ -1114,7 +1114,7 @@ public function setCbaDisplayableShippingLabel($value) /** * Check to see if CbaDisplayableShippingLabel is set. * - * @return true if CbaDisplayableShippingLabel is set. + * @return bool True if CbaDisplayableShippingLabel is set. */ public function isSetCbaDisplayableShippingLabel() { @@ -1160,7 +1160,7 @@ public function setOrderType($value) /** * Check to see if OrderType is set. * - * @return true if OrderType is set. + * @return bool True if OrderType is set. */ public function isSetOrderType() { @@ -1206,7 +1206,7 @@ public function setEarliestShipDate($value) /** * Check to see if EarliestShipDate is set. * - * @return true if EarliestShipDate is set. + * @return bool True if EarliestShipDate is set. */ public function isSetEarliestShipDate() { @@ -1252,7 +1252,7 @@ public function setLatestShipDate($value) /** * Check to see if LatestShipDate is set. * - * @return true if LatestShipDate is set. + * @return bool True if LatestShipDate is set. */ public function isSetLatestShipDate() { @@ -1298,7 +1298,7 @@ public function setEarliestDeliveryDate($value) /** * Check to see if EarliestDeliveryDate is set. * - * @return true if EarliestDeliveryDate is set. + * @return bool True if EarliestDeliveryDate is set. */ public function isSetEarliestDeliveryDate() { @@ -1344,7 +1344,7 @@ public function setLatestDeliveryDate($value) /** * Check to see if LatestDeliveryDate is set. * - * @return true if LatestDeliveryDate is set. + * @return bool True if LatestDeliveryDate is set. */ public function isSetLatestDeliveryDate() { diff --git a/src/MarketplaceWebServiceOrders/Model/OrderItem.php b/src/MarketplaceWebServiceOrders/Model/OrderItem.php index fa44f5a..ae65a63 100644 --- a/src/MarketplaceWebServiceOrders/Model/OrderItem.php +++ b/src/MarketplaceWebServiceOrders/Model/OrderItem.php @@ -121,7 +121,7 @@ public function setASIN($value) /** * Check to see if ASIN is set. * - * @return true if ASIN is set. + * @return bool True if ASIN is set. */ public function isSetASIN() { @@ -167,7 +167,7 @@ public function setSellerSKU($value) /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { @@ -213,7 +213,7 @@ public function setOrderItemId($value) /** * Check to see if OrderItemId is set. * - * @return true if OrderItemId is set. + * @return bool True if OrderItemId is set. */ public function isSetOrderItemId() { @@ -259,7 +259,7 @@ public function setTitle($value) /** * Check to see if Title is set. * - * @return true if Title is set. + * @return bool True if Title is set. */ public function isSetTitle() { @@ -305,7 +305,7 @@ public function setQuantityOrdered($value) /** * Check to see if QuantityOrdered is set. * - * @return true if QuantityOrdered is set. + * @return bool True if QuantityOrdered is set. */ public function isSetQuantityOrdered() { @@ -351,7 +351,7 @@ public function setQuantityShipped($value) /** * Check to see if QuantityShipped is set. * - * @return true if QuantityShipped is set. + * @return bool True if QuantityShipped is set. */ public function isSetQuantityShipped() { @@ -397,7 +397,7 @@ public function setItemPrice($value) /** * Check to see if ItemPrice is set. * - * @return true if ItemPrice is set. + * @return bool True if ItemPrice is set. */ public function isSetItemPrice() { @@ -443,7 +443,7 @@ public function setShippingPrice($value) /** * Check to see if ShippingPrice is set. * - * @return true if ShippingPrice is set. + * @return bool True if ShippingPrice is set. */ public function isSetShippingPrice() { @@ -489,7 +489,7 @@ public function setGiftWrapPrice($value) /** * Check to see if GiftWrapPrice is set. * - * @return true if GiftWrapPrice is set. + * @return bool True if GiftWrapPrice is set. */ public function isSetGiftWrapPrice() { @@ -535,7 +535,7 @@ public function setItemTax($value) /** * Check to see if ItemTax is set. * - * @return true if ItemTax is set. + * @return bool True if ItemTax is set. */ public function isSetItemTax() { @@ -581,7 +581,7 @@ public function setShippingTax($value) /** * Check to see if ShippingTax is set. * - * @return true if ShippingTax is set. + * @return bool True if ShippingTax is set. */ public function isSetShippingTax() { @@ -627,7 +627,7 @@ public function setGiftWrapTax($value) /** * Check to see if GiftWrapTax is set. * - * @return true if GiftWrapTax is set. + * @return bool True if GiftWrapTax is set. */ public function isSetGiftWrapTax() { @@ -673,7 +673,7 @@ public function setShippingDiscount($value) /** * Check to see if ShippingDiscount is set. * - * @return true if ShippingDiscount is set. + * @return bool True if ShippingDiscount is set. */ public function isSetShippingDiscount() { @@ -719,7 +719,7 @@ public function setPromotionDiscount($value) /** * Check to see if PromotionDiscount is set. * - * @return true if PromotionDiscount is set. + * @return bool True if PromotionDiscount is set. */ public function isSetPromotionDiscount() { @@ -779,7 +779,7 @@ public function unsetPromotionIds() /** * Check to see if PromotionIds is set. * - * @return true if PromotionIds is set. + * @return bool True if PromotionIds is set. */ public function isSetPromotionIds() { @@ -827,7 +827,7 @@ public function setCODFee($value) /** * Check to see if CODFee is set. * - * @return true if CODFee is set. + * @return bool True if CODFee is set. */ public function isSetCODFee() { @@ -873,7 +873,7 @@ public function setCODFeeDiscount($value) /** * Check to see if CODFeeDiscount is set. * - * @return true if CODFeeDiscount is set. + * @return bool True if CODFeeDiscount is set. */ public function isSetCODFeeDiscount() { @@ -919,7 +919,7 @@ public function setGiftMessageText($value) /** * Check to see if GiftMessageText is set. * - * @return true if GiftMessageText is set. + * @return bool True if GiftMessageText is set. */ public function isSetGiftMessageText() { @@ -965,7 +965,7 @@ public function setGiftWrapLevel($value) /** * Check to see if GiftWrapLevel is set. * - * @return true if GiftWrapLevel is set. + * @return bool True if GiftWrapLevel is set. */ public function isSetGiftWrapLevel() { @@ -1011,7 +1011,7 @@ public function setInvoiceData($value) /** * Check to see if InvoiceData is set. * - * @return true if InvoiceData is set. + * @return bool True if InvoiceData is set. */ public function isSetInvoiceData() { @@ -1057,7 +1057,7 @@ public function setConditionNote($value) /** * Check to see if ConditionNote is set. * - * @return true if ConditionNote is set. + * @return bool True if ConditionNote is set. */ public function isSetConditionNote() { @@ -1103,7 +1103,7 @@ public function setConditionId($value) /** * Check to see if ConditionId is set. * - * @return true if ConditionId is set. + * @return bool True if ConditionId is set. */ public function isSetConditionId() { @@ -1149,7 +1149,7 @@ public function setConditionSubtypeId($value) /** * Check to see if ConditionSubtypeId is set. * - * @return true if ConditionSubtypeId is set. + * @return bool True if ConditionSubtypeId is set. */ public function isSetConditionSubtypeId() { @@ -1195,7 +1195,7 @@ public function setScheduledDeliveryStartDate($value) /** * Check to see if ScheduledDeliveryStartDate is set. * - * @return true if ScheduledDeliveryStartDate is set. + * @return bool True if ScheduledDeliveryStartDate is set. */ public function isSetScheduledDeliveryStartDate() { @@ -1241,7 +1241,7 @@ public function setScheduledDeliveryEndDate($value) /** * Check to see if ScheduledDeliveryEndDate is set. * - * @return true if ScheduledDeliveryEndDate is set. + * @return bool True if ScheduledDeliveryEndDate is set. */ public function isSetScheduledDeliveryEndDate() { diff --git a/src/MarketplaceWebServiceOrders/Model/PaymentExecutionDetailItem.php b/src/MarketplaceWebServiceOrders/Model/PaymentExecutionDetailItem.php index ce2dad1..45de0b9 100644 --- a/src/MarketplaceWebServiceOrders/Model/PaymentExecutionDetailItem.php +++ b/src/MarketplaceWebServiceOrders/Model/PaymentExecutionDetailItem.php @@ -65,7 +65,7 @@ public function setPayment($value) /** * Check to see if Payment is set. * - * @return true if Payment is set. + * @return bool True if Payment is set. */ public function isSetPayment() { @@ -111,7 +111,7 @@ public function setPaymentMethod($value) /** * Check to see if PaymentMethod is set. * - * @return true if PaymentMethod is set. + * @return bool True if PaymentMethod is set. */ public function isSetPaymentMethod() { diff --git a/src/MarketplaceWebServiceOrders/Model/ResponseMetadata.php b/src/MarketplaceWebServiceOrders/Model/ResponseMetadata.php index 81be048..51a098b 100644 --- a/src/MarketplaceWebServiceOrders/Model/ResponseMetadata.php +++ b/src/MarketplaceWebServiceOrders/Model/ResponseMetadata.php @@ -63,7 +63,7 @@ public function setRequestId($value) /** * Check to see if RequestId is set. * - * @return true if RequestId is set. + * @return bool True if RequestId is set. */ public function isSetRequestId() { diff --git a/src/MarketplaceWebServiceProducts/Model.php b/src/MarketplaceWebServiceProducts/Model.php index 9db9049..2c5622f 100644 --- a/src/MarketplaceWebServiceProducts/Model.php +++ b/src/MarketplaceWebServiceProducts/Model.php @@ -404,7 +404,7 @@ private function _isComplexType($fieldType) * Checks whether passed variable is an associative array * * @param mixed $var - * @return TRUE if passed variable is an associative array + * @return bool True if passed variable is an associative array */ private function _isAssociativeArray($var) { @@ -415,7 +415,7 @@ private function _isAssociativeArray($var) * Checks whether passed variable is DOMElement * * @param mixed $var - * @return TRUE if passed variable is DOMElement + * @return bool True if passed variable is DOMElement */ private function _isDOMElement($var) { @@ -426,7 +426,7 @@ private function _isDOMElement($var) * Checks whether passed variable is numeric array * * @param mixed $var - * @return TRUE if passed variable is an numeric array + * @return bool True if passed variable is an numeric array */ protected function _isNumericArray($var) { diff --git a/src/MarketplaceWebServiceProducts/Model/ASINIdentifier.php b/src/MarketplaceWebServiceProducts/Model/ASINIdentifier.php index e82686d..19bc905 100644 --- a/src/MarketplaceWebServiceProducts/Model/ASINIdentifier.php +++ b/src/MarketplaceWebServiceProducts/Model/ASINIdentifier.php @@ -65,7 +65,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -111,7 +111,7 @@ public function setASIN($value) /** * Check to see if ASIN is set. * - * @return true if ASIN is set. + * @return bool True if ASIN is set. */ public function isSetASIN() { diff --git a/src/MarketplaceWebServiceProducts/Model/ASINListType.php b/src/MarketplaceWebServiceProducts/Model/ASINListType.php index 606df4c..12844fe 100644 --- a/src/MarketplaceWebServiceProducts/Model/ASINListType.php +++ b/src/MarketplaceWebServiceProducts/Model/ASINListType.php @@ -77,7 +77,7 @@ public function unsetASIN() /** * Check to see if ASIN is set. * - * @return true if ASIN is set. + * @return bool True if ASIN is set. */ public function isSetASIN() { diff --git a/src/MarketplaceWebServiceProducts/Model/AttributeSetList.php b/src/MarketplaceWebServiceProducts/Model/AttributeSetList.php index 0e92e30..1c364ce 100644 --- a/src/MarketplaceWebServiceProducts/Model/AttributeSetList.php +++ b/src/MarketplaceWebServiceProducts/Model/AttributeSetList.php @@ -77,7 +77,7 @@ public function unsetAny() /** * Check to see if Any is set. * - * @return true if Any is set. + * @return bool True if Any is set. */ public function isSetAny() { diff --git a/src/MarketplaceWebServiceProducts/Model/Categories.php b/src/MarketplaceWebServiceProducts/Model/Categories.php index 72dad36..5490753 100644 --- a/src/MarketplaceWebServiceProducts/Model/Categories.php +++ b/src/MarketplaceWebServiceProducts/Model/Categories.php @@ -67,7 +67,7 @@ public function setProductCategoryId($value) /** * Check to see if ProductCategoryId is set. * - * @return true if ProductCategoryId is set. + * @return bool True if ProductCategoryId is set. */ public function isSetProductCategoryId() { @@ -113,7 +113,7 @@ public function setProductCategoryName($value) /** * Check to see if ProductCategoryName is set. * - * @return true if ProductCategoryName is set. + * @return bool True if ProductCategoryName is set. */ public function isSetProductCategoryName() { @@ -159,7 +159,7 @@ public function setParent($value) /** * Check to see if Parent is set. * - * @return true if Parent is set. + * @return bool True if Parent is set. */ public function isSetParent() { diff --git a/src/MarketplaceWebServiceProducts/Model/CompetitivePriceList.php b/src/MarketplaceWebServiceProducts/Model/CompetitivePriceList.php index 9aa465e..9f8f316 100644 --- a/src/MarketplaceWebServiceProducts/Model/CompetitivePriceList.php +++ b/src/MarketplaceWebServiceProducts/Model/CompetitivePriceList.php @@ -80,7 +80,7 @@ public function unsetCompetitivePrice() /** * Check to see if CompetitivePrice is set. * - * @return true if CompetitivePrice is set. + * @return bool True if CompetitivePrice is set. */ public function isSetCompetitivePrice() { diff --git a/src/MarketplaceWebServiceProducts/Model/CompetitivePriceType.php b/src/MarketplaceWebServiceProducts/Model/CompetitivePriceType.php index 372b93e..c2dc0aa 100644 --- a/src/MarketplaceWebServiceProducts/Model/CompetitivePriceType.php +++ b/src/MarketplaceWebServiceProducts/Model/CompetitivePriceType.php @@ -71,7 +71,7 @@ public function setCompetitivePriceId($value) /** * Check to see if CompetitivePriceId is set. * - * @return true if CompetitivePriceId is set. + * @return bool True if CompetitivePriceId is set. */ public function isSetCompetitivePriceId() { @@ -117,7 +117,7 @@ public function setPrice($value) /** * Check to see if Price is set. * - * @return true if Price is set. + * @return bool True if Price is set. */ public function isSetPrice() { @@ -163,7 +163,7 @@ public function setcondition($value) /** * Check to see if condition is set. * - * @return true if condition is set. + * @return bool True if condition is set. */ public function isSetcondition() { @@ -209,7 +209,7 @@ public function setsubcondition($value) /** * Check to see if subcondition is set. * - * @return true if subcondition is set. + * @return bool True if subcondition is set. */ public function isSetsubcondition() { @@ -233,7 +233,7 @@ public function withsubcondition($value) /** * Check the value of belongsToRequester. * - * @return true if belongsToRequester is set to true. + * @return bool True if belongsToRequester is set to true. */ public function isbelongsToRequester() { @@ -265,7 +265,7 @@ public function setbelongsToRequester($value) /** * Check to see if belongsToRequester is set. * - * @return true if belongsToRequester is set. + * @return bool True if belongsToRequester is set. */ public function isSetbelongsToRequester() { diff --git a/src/MarketplaceWebServiceProducts/Model/CompetitivePricingType.php b/src/MarketplaceWebServiceProducts/Model/CompetitivePricingType.php index 2bf4631..e877418 100644 --- a/src/MarketplaceWebServiceProducts/Model/CompetitivePricingType.php +++ b/src/MarketplaceWebServiceProducts/Model/CompetitivePricingType.php @@ -76,7 +76,7 @@ public function setCompetitivePrices($value) /** * Check to see if CompetitivePrices is set. * - * @return true if CompetitivePrices is set. + * @return bool True if CompetitivePrices is set. */ public function isSetCompetitivePrices() { @@ -122,7 +122,7 @@ public function setNumberOfOfferListings($value) /** * Check to see if NumberOfOfferListings is set. * - * @return true if NumberOfOfferListings is set. + * @return bool True if NumberOfOfferListings is set. */ public function isSetNumberOfOfferListings() { @@ -168,7 +168,7 @@ public function setTradeInValue($value) /** * Check to see if TradeInValue is set. * - * @return true if TradeInValue is set. + * @return bool True if TradeInValue is set. */ public function isSetTradeInValue() { diff --git a/src/MarketplaceWebServiceProducts/Model/Error.php b/src/MarketplaceWebServiceProducts/Model/Error.php index c57a9aa..f37d474 100644 --- a/src/MarketplaceWebServiceProducts/Model/Error.php +++ b/src/MarketplaceWebServiceProducts/Model/Error.php @@ -69,7 +69,7 @@ public function setType($value) /** * Check to see if Type is set. * - * @return true if Type is set. + * @return bool True if Type is set. */ public function isSetType() { @@ -115,7 +115,7 @@ public function setCode($value) /** * Check to see if Code is set. * - * @return true if Code is set. + * @return bool True if Code is set. */ public function isSetCode() { @@ -161,7 +161,7 @@ public function setMessage($value) /** * Check to see if Message is set. * - * @return true if Message is set. + * @return bool True if Message is set. */ public function isSetMessage() { @@ -207,7 +207,7 @@ public function setDetail($value) /** * Check to see if Detail is set. * - * @return true if Detail is set. + * @return bool True if Detail is set. */ public function isSetDetail() { diff --git a/src/MarketplaceWebServiceProducts/Model/ErrorDetail.php b/src/MarketplaceWebServiceProducts/Model/ErrorDetail.php index 3fed095..3cfdc42 100644 --- a/src/MarketplaceWebServiceProducts/Model/ErrorDetail.php +++ b/src/MarketplaceWebServiceProducts/Model/ErrorDetail.php @@ -77,7 +77,7 @@ public function unsetAny() /** * Check to see if Any is set. * - * @return true if Any is set. + * @return bool True if Any is set. */ public function isSetAny() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForASINRequest.php b/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForASINRequest.php index 61e3581..8e2a8ce 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForASINRequest.php +++ b/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForASINRequest.php @@ -72,7 +72,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -118,7 +118,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -164,7 +164,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -210,7 +210,7 @@ public function setASINList($value) /** * Check to see if ASINList is set. * - * @return true if ASINList is set. + * @return bool True if ASINList is set. */ public function isSetASINList() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForASINResponse.php b/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForASINResponse.php index e26f914..9163120 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForASINResponse.php +++ b/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForASINResponse.php @@ -90,7 +90,7 @@ public function unsetGetCompetitivePricingForASINResult() /** * Check to see if GetCompetitivePricingForASINResult is set. * - * @return true if GetCompetitivePricingForASINResult is set. + * @return bool True if GetCompetitivePricingForASINResult is set. */ public function isSetGetCompetitivePricingForASINResult() { @@ -138,7 +138,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -184,7 +184,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForASINResult.php b/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForASINResult.php index faab33b..e5c9d21 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForASINResult.php +++ b/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForASINResult.php @@ -69,7 +69,7 @@ public function setProduct($value) /** * Check to see if Product is set. * - * @return true if Product is set. + * @return bool True if Product is set. */ public function isSetProduct() { @@ -115,7 +115,7 @@ public function setError($value) /** * Check to see if Error is set. * - * @return true if Error is set. + * @return bool True if Error is set. */ public function isSetError() { @@ -161,7 +161,7 @@ public function setASIN($value) /** * Check to see if ASIN is set. * - * @return true if ASIN is set. + * @return bool True if ASIN is set. */ public function isSetASIN() { @@ -207,7 +207,7 @@ public function setstatus($value) /** * Check to see if status is set. * - * @return true if status is set. + * @return bool True if status is set. */ public function isSetstatus() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForSKURequest.php b/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForSKURequest.php index ecd7474..57b9e98 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForSKURequest.php +++ b/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForSKURequest.php @@ -72,7 +72,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -118,7 +118,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -164,7 +164,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -210,7 +210,7 @@ public function setSellerSKUList($value) /** * Check to see if SellerSKUList is set. * - * @return true if SellerSKUList is set. + * @return bool True if SellerSKUList is set. */ public function isSetSellerSKUList() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForSKUResponse.php b/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForSKUResponse.php index 37698cd..4491278 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForSKUResponse.php +++ b/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForSKUResponse.php @@ -90,7 +90,7 @@ public function unsetGetCompetitivePricingForSKUResult() /** * Check to see if GetCompetitivePricingForSKUResult is set. * - * @return true if GetCompetitivePricingForSKUResult is set. + * @return bool True if GetCompetitivePricingForSKUResult is set. */ public function isSetGetCompetitivePricingForSKUResult() { @@ -138,7 +138,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -184,7 +184,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForSKUResult.php b/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForSKUResult.php index b9cc03c..b657f30 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForSKUResult.php +++ b/src/MarketplaceWebServiceProducts/Model/GetCompetitivePricingForSKUResult.php @@ -69,7 +69,7 @@ public function setProduct($value) /** * Check to see if Product is set. * - * @return true if Product is set. + * @return bool True if Product is set. */ public function isSetProduct() { @@ -115,7 +115,7 @@ public function setError($value) /** * Check to see if Error is set. * - * @return true if Error is set. + * @return bool True if Error is set. */ public function isSetError() { @@ -161,7 +161,7 @@ public function setSellerSKU($value) /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { @@ -207,7 +207,7 @@ public function setstatus($value) /** * Check to see if status is set. * - * @return true if status is set. + * @return bool True if status is set. */ public function isSetstatus() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForASINRequest.php b/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForASINRequest.php index abd327b..b376746 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForASINRequest.php +++ b/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForASINRequest.php @@ -76,7 +76,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -122,7 +122,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -168,7 +168,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -214,7 +214,7 @@ public function setASINList($value) /** * Check to see if ASINList is set. * - * @return true if ASINList is set. + * @return bool True if ASINList is set. */ public function isSetASINList() { @@ -260,7 +260,7 @@ public function setItemCondition($value) /** * Check to see if ItemCondition is set. * - * @return true if ItemCondition is set. + * @return bool True if ItemCondition is set. */ public function isSetItemCondition() { @@ -284,7 +284,7 @@ public function withItemCondition($value) /** * Check the value of ExcludeMe. * - * @return true if ExcludeMe is set to true. + * @return bool True if ExcludeMe is set to true. */ public function isExcludeMe() { @@ -316,7 +316,7 @@ public function setExcludeMe($value) /** * Check to see if ExcludeMe is set. * - * @return true if ExcludeMe is set. + * @return bool True if ExcludeMe is set. */ public function isSetExcludeMe() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForASINResponse.php b/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForASINResponse.php index bb93b67..62e9d38 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForASINResponse.php +++ b/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForASINResponse.php @@ -90,7 +90,7 @@ public function unsetGetLowestOfferListingsForASINResult() /** * Check to see if GetLowestOfferListingsForASINResult is set. * - * @return true if GetLowestOfferListingsForASINResult is set. + * @return bool True if GetLowestOfferListingsForASINResult is set. */ public function isSetGetLowestOfferListingsForASINResult() { @@ -138,7 +138,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -184,7 +184,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForASINResult.php b/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForASINResult.php index 6d09fdb..81f1f8c 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForASINResult.php +++ b/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForASINResult.php @@ -49,7 +49,7 @@ public function __construct($data = null) /** * Check the value of AllOfferListingsConsidered. * - * @return true if AllOfferListingsConsidered is set to true. + * @return bool True if AllOfferListingsConsidered is set to true. */ public function isAllOfferListingsConsidered() { @@ -81,7 +81,7 @@ public function setAllOfferListingsConsidered($value) /** * Check to see if AllOfferListingsConsidered is set. * - * @return true if AllOfferListingsConsidered is set. + * @return bool True if AllOfferListingsConsidered is set. */ public function isSetAllOfferListingsConsidered() { @@ -127,7 +127,7 @@ public function setProduct($value) /** * Check to see if Product is set. * - * @return true if Product is set. + * @return bool True if Product is set. */ public function isSetProduct() { @@ -173,7 +173,7 @@ public function setError($value) /** * Check to see if Error is set. * - * @return true if Error is set. + * @return bool True if Error is set. */ public function isSetError() { @@ -219,7 +219,7 @@ public function setASIN($value) /** * Check to see if ASIN is set. * - * @return true if ASIN is set. + * @return bool True if ASIN is set. */ public function isSetASIN() { @@ -265,7 +265,7 @@ public function setstatus($value) /** * Check to see if status is set. * - * @return true if status is set. + * @return bool True if status is set. */ public function isSetstatus() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForSKURequest.php b/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForSKURequest.php index 196bfbb..0c956f0 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForSKURequest.php +++ b/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForSKURequest.php @@ -76,7 +76,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -122,7 +122,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -168,7 +168,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -214,7 +214,7 @@ public function setSellerSKUList($value) /** * Check to see if SellerSKUList is set. * - * @return true if SellerSKUList is set. + * @return bool True if SellerSKUList is set. */ public function isSetSellerSKUList() { @@ -260,7 +260,7 @@ public function setItemCondition($value) /** * Check to see if ItemCondition is set. * - * @return true if ItemCondition is set. + * @return bool True if ItemCondition is set. */ public function isSetItemCondition() { @@ -284,7 +284,7 @@ public function withItemCondition($value) /** * Check the value of ExcludeMe. * - * @return true if ExcludeMe is set to true. + * @return bool True if ExcludeMe is set to true. */ public function isExcludeMe() { @@ -316,7 +316,7 @@ public function setExcludeMe($value) /** * Check to see if ExcludeMe is set. * - * @return true if ExcludeMe is set. + * @return bool True if ExcludeMe is set. */ public function isSetExcludeMe() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForSKUResponse.php b/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForSKUResponse.php index 50052b9..c9b488b 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForSKUResponse.php +++ b/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForSKUResponse.php @@ -90,7 +90,7 @@ public function unsetGetLowestOfferListingsForSKUResult() /** * Check to see if GetLowestOfferListingsForSKUResult is set. * - * @return true if GetLowestOfferListingsForSKUResult is set. + * @return bool True if GetLowestOfferListingsForSKUResult is set. */ public function isSetGetLowestOfferListingsForSKUResult() { @@ -138,7 +138,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -184,7 +184,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForSKUResult.php b/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForSKUResult.php index 1a86f74..ad155b9 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForSKUResult.php +++ b/src/MarketplaceWebServiceProducts/Model/GetLowestOfferListingsForSKUResult.php @@ -49,7 +49,7 @@ public function __construct($data = null) /** * Check the value of AllOfferListingsConsidered. * - * @return true if AllOfferListingsConsidered is set to true. + * @return bool True if AllOfferListingsConsidered is set to true. */ public function isAllOfferListingsConsidered() { @@ -81,7 +81,7 @@ public function setAllOfferListingsConsidered($value) /** * Check to see if AllOfferListingsConsidered is set. * - * @return true if AllOfferListingsConsidered is set. + * @return bool True if AllOfferListingsConsidered is set. */ public function isSetAllOfferListingsConsidered() { @@ -127,7 +127,7 @@ public function setProduct($value) /** * Check to see if Product is set. * - * @return true if Product is set. + * @return bool True if Product is set. */ public function isSetProduct() { @@ -173,7 +173,7 @@ public function setError($value) /** * Check to see if Error is set. * - * @return true if Error is set. + * @return bool True if Error is set. */ public function isSetError() { @@ -219,7 +219,7 @@ public function setSellerSKU($value) /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { @@ -265,7 +265,7 @@ public function setstatus($value) /** * Check to see if status is set. * - * @return true if status is set. + * @return bool True if status is set. */ public function isSetstatus() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetMatchingProductForIdRequest.php b/src/MarketplaceWebServiceProducts/Model/GetMatchingProductForIdRequest.php index 6ec1ca9..343cabb 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetMatchingProductForIdRequest.php +++ b/src/MarketplaceWebServiceProducts/Model/GetMatchingProductForIdRequest.php @@ -71,7 +71,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -117,7 +117,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -163,7 +163,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -209,7 +209,7 @@ public function setIdType($value) /** * Check to see if IdType is set. * - * @return true if IdType is set. + * @return bool True if IdType is set. */ public function isSetIdType() { @@ -255,7 +255,7 @@ public function setIdList($value) /** * Check to see if IdList is set. * - * @return true if IdList is set. + * @return bool True if IdList is set. */ public function isSetIdList() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetMatchingProductForIdResponse.php b/src/MarketplaceWebServiceProducts/Model/GetMatchingProductForIdResponse.php index 8695edf..e5eb6e9 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetMatchingProductForIdResponse.php +++ b/src/MarketplaceWebServiceProducts/Model/GetMatchingProductForIdResponse.php @@ -90,7 +90,7 @@ public function unsetGetMatchingProductForIdResult() /** * Check to see if GetMatchingProductForIdResult is set. * - * @return true if GetMatchingProductForIdResult is set. + * @return bool True if GetMatchingProductForIdResult is set. */ public function isSetGetMatchingProductForIdResult() { @@ -138,7 +138,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -184,7 +184,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetMatchingProductForIdResult.php b/src/MarketplaceWebServiceProducts/Model/GetMatchingProductForIdResult.php index d455225..c834b7c 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetMatchingProductForIdResult.php +++ b/src/MarketplaceWebServiceProducts/Model/GetMatchingProductForIdResult.php @@ -71,7 +71,7 @@ public function setProducts($value) /** * Check to see if Products is set. * - * @return true if Products is set. + * @return bool True if Products is set. */ public function isSetProducts() { @@ -117,7 +117,7 @@ public function setError($value) /** * Check to see if Error is set. * - * @return true if Error is set. + * @return bool True if Error is set. */ public function isSetError() { @@ -163,7 +163,7 @@ public function setId($value) /** * Check to see if Id is set. * - * @return true if Id is set. + * @return bool True if Id is set. */ public function isSetId() { @@ -209,7 +209,7 @@ public function setIdType($value) /** * Check to see if IdType is set. * - * @return true if IdType is set. + * @return bool True if IdType is set. */ public function isSetIdType() { @@ -255,7 +255,7 @@ public function setstatus($value) /** * Check to see if status is set. * - * @return true if status is set. + * @return bool True if status is set. */ public function isSetstatus() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetMatchingProductRequest.php b/src/MarketplaceWebServiceProducts/Model/GetMatchingProductRequest.php index 1414671..102fa92 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetMatchingProductRequest.php +++ b/src/MarketplaceWebServiceProducts/Model/GetMatchingProductRequest.php @@ -72,7 +72,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -118,7 +118,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -164,7 +164,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -210,7 +210,7 @@ public function setASINList($value) /** * Check to see if ASINList is set. * - * @return true if ASINList is set. + * @return bool True if ASINList is set. */ public function isSetASINList() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetMatchingProductResponse.php b/src/MarketplaceWebServiceProducts/Model/GetMatchingProductResponse.php index 6ccb2b8..ebaa497 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetMatchingProductResponse.php +++ b/src/MarketplaceWebServiceProducts/Model/GetMatchingProductResponse.php @@ -90,7 +90,7 @@ public function unsetGetMatchingProductResult() /** * Check to see if GetMatchingProductResult is set. * - * @return true if GetMatchingProductResult is set. + * @return bool True if GetMatchingProductResult is set. */ public function isSetGetMatchingProductResult() { @@ -138,7 +138,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -184,7 +184,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetMatchingProductResult.php b/src/MarketplaceWebServiceProducts/Model/GetMatchingProductResult.php index 95d2904..b755dd3 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetMatchingProductResult.php +++ b/src/MarketplaceWebServiceProducts/Model/GetMatchingProductResult.php @@ -69,7 +69,7 @@ public function setProduct($value) /** * Check to see if Product is set. * - * @return true if Product is set. + * @return bool True if Product is set. */ public function isSetProduct() { @@ -115,7 +115,7 @@ public function setError($value) /** * Check to see if Error is set. * - * @return true if Error is set. + * @return bool True if Error is set. */ public function isSetError() { @@ -161,7 +161,7 @@ public function setASIN($value) /** * Check to see if ASIN is set. * - * @return true if ASIN is set. + * @return bool True if ASIN is set. */ public function isSetASIN() { @@ -207,7 +207,7 @@ public function setstatus($value) /** * Check to see if status is set. * - * @return true if status is set. + * @return bool True if status is set. */ public function isSetstatus() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetMyPriceForASINRequest.php b/src/MarketplaceWebServiceProducts/Model/GetMyPriceForASINRequest.php index 8f92a69..283d3b5 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetMyPriceForASINRequest.php +++ b/src/MarketplaceWebServiceProducts/Model/GetMyPriceForASINRequest.php @@ -72,7 +72,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -118,7 +118,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -164,7 +164,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -210,7 +210,7 @@ public function setASINList($value) /** * Check to see if ASINList is set. * - * @return true if ASINList is set. + * @return bool True if ASINList is set. */ public function isSetASINList() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetMyPriceForASINResponse.php b/src/MarketplaceWebServiceProducts/Model/GetMyPriceForASINResponse.php index 43b9e6b..47a304f 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetMyPriceForASINResponse.php +++ b/src/MarketplaceWebServiceProducts/Model/GetMyPriceForASINResponse.php @@ -90,7 +90,7 @@ public function unsetGetMyPriceForASINResult() /** * Check to see if GetMyPriceForASINResult is set. * - * @return true if GetMyPriceForASINResult is set. + * @return bool True if GetMyPriceForASINResult is set. */ public function isSetGetMyPriceForASINResult() { @@ -138,7 +138,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -184,7 +184,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetMyPriceForASINResult.php b/src/MarketplaceWebServiceProducts/Model/GetMyPriceForASINResult.php index 3052f9d..1fcf434 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetMyPriceForASINResult.php +++ b/src/MarketplaceWebServiceProducts/Model/GetMyPriceForASINResult.php @@ -69,7 +69,7 @@ public function setProduct($value) /** * Check to see if Product is set. * - * @return true if Product is set. + * @return bool True if Product is set. */ public function isSetProduct() { @@ -115,7 +115,7 @@ public function setError($value) /** * Check to see if Error is set. * - * @return true if Error is set. + * @return bool True if Error is set. */ public function isSetError() { @@ -161,7 +161,7 @@ public function setASIN($value) /** * Check to see if ASIN is set. * - * @return true if ASIN is set. + * @return bool True if ASIN is set. */ public function isSetASIN() { @@ -207,7 +207,7 @@ public function setstatus($value) /** * Check to see if status is set. * - * @return true if status is set. + * @return bool True if status is set. */ public function isSetstatus() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetMyPriceForSKURequest.php b/src/MarketplaceWebServiceProducts/Model/GetMyPriceForSKURequest.php index c63150f..3d61d50 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetMyPriceForSKURequest.php +++ b/src/MarketplaceWebServiceProducts/Model/GetMyPriceForSKURequest.php @@ -72,7 +72,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -118,7 +118,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -164,7 +164,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -210,7 +210,7 @@ public function setSellerSKUList($value) /** * Check to see if SellerSKUList is set. * - * @return true if SellerSKUList is set. + * @return bool True if SellerSKUList is set. */ public function isSetSellerSKUList() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetMyPriceForSKUResponse.php b/src/MarketplaceWebServiceProducts/Model/GetMyPriceForSKUResponse.php index 8e6e04e..f1ff5a8 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetMyPriceForSKUResponse.php +++ b/src/MarketplaceWebServiceProducts/Model/GetMyPriceForSKUResponse.php @@ -90,7 +90,7 @@ public function unsetGetMyPriceForSKUResult() /** * Check to see if GetMyPriceForSKUResult is set. * - * @return true if GetMyPriceForSKUResult is set. + * @return bool True if GetMyPriceForSKUResult is set. */ public function isSetGetMyPriceForSKUResult() { @@ -138,7 +138,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -184,7 +184,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetMyPriceForSKUResult.php b/src/MarketplaceWebServiceProducts/Model/GetMyPriceForSKUResult.php index 2650231..ef0d702 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetMyPriceForSKUResult.php +++ b/src/MarketplaceWebServiceProducts/Model/GetMyPriceForSKUResult.php @@ -69,7 +69,7 @@ public function setProduct($value) /** * Check to see if Product is set. * - * @return true if Product is set. + * @return bool True if Product is set. */ public function isSetProduct() { @@ -115,7 +115,7 @@ public function setError($value) /** * Check to see if Error is set. * - * @return true if Error is set. + * @return bool True if Error is set. */ public function isSetError() { @@ -161,7 +161,7 @@ public function setSellerSKU($value) /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { @@ -207,7 +207,7 @@ public function setstatus($value) /** * Check to see if status is set. * - * @return true if status is set. + * @return bool True if status is set. */ public function isSetstatus() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForASINRequest.php b/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForASINRequest.php index bd47911..c7fa873 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForASINRequest.php +++ b/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForASINRequest.php @@ -69,7 +69,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -115,7 +115,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -161,7 +161,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -207,7 +207,7 @@ public function setASIN($value) /** * Check to see if ASIN is set. * - * @return true if ASIN is set. + * @return bool True if ASIN is set. */ public function isSetASIN() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForASINResponse.php b/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForASINResponse.php index faec8e8..8e2dd41 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForASINResponse.php +++ b/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForASINResponse.php @@ -76,7 +76,7 @@ public function setGetProductCategoriesForASINResult($value) /** * Check to see if GetProductCategoriesForASINResult is set. * - * @return true if GetProductCategoriesForASINResult is set. + * @return bool True if GetProductCategoriesForASINResult is set. */ public function isSetGetProductCategoriesForASINResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForASINResult.php b/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForASINResult.php index e31f7a2..1fb4b14 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForASINResult.php +++ b/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForASINResult.php @@ -80,7 +80,7 @@ public function unsetSelf() /** * Check to see if Self is set. * - * @return true if Self is set. + * @return bool True if Self is set. */ public function isSetSelf() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForSKURequest.php b/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForSKURequest.php index 5636647..1dbdbe0 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForSKURequest.php +++ b/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForSKURequest.php @@ -69,7 +69,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -115,7 +115,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -161,7 +161,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -207,7 +207,7 @@ public function setSellerSKU($value) /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForSKUResponse.php b/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForSKUResponse.php index 2452b4d..8847e0a 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForSKUResponse.php +++ b/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForSKUResponse.php @@ -76,7 +76,7 @@ public function setGetProductCategoriesForSKUResult($value) /** * Check to see if GetProductCategoriesForSKUResult is set. * - * @return true if GetProductCategoriesForSKUResult is set. + * @return bool True if GetProductCategoriesForSKUResult is set. */ public function isSetGetProductCategoriesForSKUResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForSKUResult.php b/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForSKUResult.php index bef6e70..c60b661 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForSKUResult.php +++ b/src/MarketplaceWebServiceProducts/Model/GetProductCategoriesForSKUResult.php @@ -80,7 +80,7 @@ public function unsetSelf() /** * Check to see if Self is set. * - * @return true if Self is set. + * @return bool True if Self is set. */ public function isSetSelf() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetServiceStatusRequest.php b/src/MarketplaceWebServiceProducts/Model/GetServiceStatusRequest.php index 3d12f0e..b6e7386 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetServiceStatusRequest.php +++ b/src/MarketplaceWebServiceProducts/Model/GetServiceStatusRequest.php @@ -65,7 +65,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -111,7 +111,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetServiceStatusResponse.php b/src/MarketplaceWebServiceProducts/Model/GetServiceStatusResponse.php index bf661cd..b28c89a 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetServiceStatusResponse.php +++ b/src/MarketplaceWebServiceProducts/Model/GetServiceStatusResponse.php @@ -76,7 +76,7 @@ public function setGetServiceStatusResult($value) /** * Check to see if GetServiceStatusResult is set. * - * @return true if GetServiceStatusResult is set. + * @return bool True if GetServiceStatusResult is set. */ public function isSetGetServiceStatusResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MarketplaceWebServiceProducts/Model/GetServiceStatusResult.php b/src/MarketplaceWebServiceProducts/Model/GetServiceStatusResult.php index 4a92c9c..0138075 100644 --- a/src/MarketplaceWebServiceProducts/Model/GetServiceStatusResult.php +++ b/src/MarketplaceWebServiceProducts/Model/GetServiceStatusResult.php @@ -69,7 +69,7 @@ public function setStatus($value) /** * Check to see if Status is set. * - * @return true if Status is set. + * @return bool True if Status is set. */ public function isSetStatus() { @@ -115,7 +115,7 @@ public function setTimestamp($value) /** * Check to see if Timestamp is set. * - * @return true if Timestamp is set. + * @return bool True if Timestamp is set. */ public function isSetTimestamp() { @@ -161,7 +161,7 @@ public function setMessageId($value) /** * Check to see if MessageId is set. * - * @return true if MessageId is set. + * @return bool True if MessageId is set. */ public function isSetMessageId() { @@ -207,7 +207,7 @@ public function setMessages($value) /** * Check to see if Messages is set. * - * @return true if Messages is set. + * @return bool True if Messages is set. */ public function isSetMessages() { diff --git a/src/MarketplaceWebServiceProducts/Model/IdListType.php b/src/MarketplaceWebServiceProducts/Model/IdListType.php index 67c0952..251d357 100644 --- a/src/MarketplaceWebServiceProducts/Model/IdListType.php +++ b/src/MarketplaceWebServiceProducts/Model/IdListType.php @@ -77,7 +77,7 @@ public function unsetId() /** * Check to see if Id is set. * - * @return true if Id is set. + * @return bool True if Id is set. */ public function isSetId() { diff --git a/src/MarketplaceWebServiceProducts/Model/IdentifierType.php b/src/MarketplaceWebServiceProducts/Model/IdentifierType.php index 936e707..7a27f52 100644 --- a/src/MarketplaceWebServiceProducts/Model/IdentifierType.php +++ b/src/MarketplaceWebServiceProducts/Model/IdentifierType.php @@ -71,7 +71,7 @@ public function setMarketplaceASIN($value) /** * Check to see if MarketplaceASIN is set. * - * @return true if MarketplaceASIN is set. + * @return bool True if MarketplaceASIN is set. */ public function isSetMarketplaceASIN() { @@ -117,7 +117,7 @@ public function setSKUIdentifier($value) /** * Check to see if SKUIdentifier is set. * - * @return true if SKUIdentifier is set. + * @return bool True if SKUIdentifier is set. */ public function isSetSKUIdentifier() { diff --git a/src/MarketplaceWebServiceProducts/Model/ListMatchingProductsRequest.php b/src/MarketplaceWebServiceProducts/Model/ListMatchingProductsRequest.php index 8568f5e..7fd8232 100644 --- a/src/MarketplaceWebServiceProducts/Model/ListMatchingProductsRequest.php +++ b/src/MarketplaceWebServiceProducts/Model/ListMatchingProductsRequest.php @@ -71,7 +71,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -117,7 +117,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -163,7 +163,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -209,7 +209,7 @@ public function setQuery($value) /** * Check to see if Query is set. * - * @return true if Query is set. + * @return bool True if Query is set. */ public function isSetQuery() { @@ -255,7 +255,7 @@ public function setQueryContextId($value) /** * Check to see if QueryContextId is set. * - * @return true if QueryContextId is set. + * @return bool True if QueryContextId is set. */ public function isSetQueryContextId() { diff --git a/src/MarketplaceWebServiceProducts/Model/ListMatchingProductsResponse.php b/src/MarketplaceWebServiceProducts/Model/ListMatchingProductsResponse.php index 9b8b2ff..705edb6 100644 --- a/src/MarketplaceWebServiceProducts/Model/ListMatchingProductsResponse.php +++ b/src/MarketplaceWebServiceProducts/Model/ListMatchingProductsResponse.php @@ -76,7 +76,7 @@ public function setListMatchingProductsResult($value) /** * Check to see if ListMatchingProductsResult is set. * - * @return true if ListMatchingProductsResult is set. + * @return bool True if ListMatchingProductsResult is set. */ public function isSetListMatchingProductsResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MarketplaceWebServiceProducts/Model/ListMatchingProductsResult.php b/src/MarketplaceWebServiceProducts/Model/ListMatchingProductsResult.php index a2331f2..00228bc 100644 --- a/src/MarketplaceWebServiceProducts/Model/ListMatchingProductsResult.php +++ b/src/MarketplaceWebServiceProducts/Model/ListMatchingProductsResult.php @@ -63,7 +63,7 @@ public function setProducts($value) /** * Check to see if Products is set. * - * @return true if Products is set. + * @return bool True if Products is set. */ public function isSetProducts() { diff --git a/src/MarketplaceWebServiceProducts/Model/LowestOfferListingList.php b/src/MarketplaceWebServiceProducts/Model/LowestOfferListingList.php index 10c0125..4958b3b 100644 --- a/src/MarketplaceWebServiceProducts/Model/LowestOfferListingList.php +++ b/src/MarketplaceWebServiceProducts/Model/LowestOfferListingList.php @@ -80,7 +80,7 @@ public function unsetLowestOfferListing() /** * Check to see if LowestOfferListing is set. * - * @return true if LowestOfferListing is set. + * @return bool True if LowestOfferListing is set. */ public function isSetLowestOfferListing() { diff --git a/src/MarketplaceWebServiceProducts/Model/LowestOfferListingType.php b/src/MarketplaceWebServiceProducts/Model/LowestOfferListingType.php index a6792e0..a1cc186 100644 --- a/src/MarketplaceWebServiceProducts/Model/LowestOfferListingType.php +++ b/src/MarketplaceWebServiceProducts/Model/LowestOfferListingType.php @@ -74,7 +74,7 @@ public function setQualifiers($value) /** * Check to see if Qualifiers is set. * - * @return true if Qualifiers is set. + * @return bool True if Qualifiers is set. */ public function isSetQualifiers() { @@ -120,7 +120,7 @@ public function setNumberOfOfferListingsConsidered($value) /** * Check to see if NumberOfOfferListingsConsidered is set. * - * @return true if NumberOfOfferListingsConsidered is set. + * @return bool True if NumberOfOfferListingsConsidered is set. */ public function isSetNumberOfOfferListingsConsidered() { @@ -166,7 +166,7 @@ public function setSellerFeedbackCount($value) /** * Check to see if SellerFeedbackCount is set. * - * @return true if SellerFeedbackCount is set. + * @return bool True if SellerFeedbackCount is set. */ public function isSetSellerFeedbackCount() { @@ -212,7 +212,7 @@ public function setPrice($value) /** * Check to see if Price is set. * - * @return true if Price is set. + * @return bool True if Price is set. */ public function isSetPrice() { @@ -258,7 +258,7 @@ public function setMultipleOffersAtLowestPrice($value) /** * Check to see if MultipleOffersAtLowestPrice is set. * - * @return true if MultipleOffersAtLowestPrice is set. + * @return bool True if MultipleOffersAtLowestPrice is set. */ public function isSetMultipleOffersAtLowestPrice() { diff --git a/src/MarketplaceWebServiceProducts/Model/Message.php b/src/MarketplaceWebServiceProducts/Model/Message.php index 43c6e14..d04fe7a 100644 --- a/src/MarketplaceWebServiceProducts/Model/Message.php +++ b/src/MarketplaceWebServiceProducts/Model/Message.php @@ -65,7 +65,7 @@ public function setLocale($value) /** * Check to see if Locale is set. * - * @return true if Locale is set. + * @return bool True if Locale is set. */ public function isSetLocale() { @@ -111,7 +111,7 @@ public function setText($value) /** * Check to see if Text is set. * - * @return true if Text is set. + * @return bool True if Text is set. */ public function isSetText() { diff --git a/src/MarketplaceWebServiceProducts/Model/MessageList.php b/src/MarketplaceWebServiceProducts/Model/MessageList.php index 3299359..28e5c84 100644 --- a/src/MarketplaceWebServiceProducts/Model/MessageList.php +++ b/src/MarketplaceWebServiceProducts/Model/MessageList.php @@ -80,7 +80,7 @@ public function unsetMessage() /** * Check to see if Message is set. * - * @return true if Message is set. + * @return bool True if Message is set. */ public function isSetMessage() { diff --git a/src/MarketplaceWebServiceProducts/Model/MoneyType.php b/src/MarketplaceWebServiceProducts/Model/MoneyType.php index e210ffa..876fa29 100644 --- a/src/MarketplaceWebServiceProducts/Model/MoneyType.php +++ b/src/MarketplaceWebServiceProducts/Model/MoneyType.php @@ -65,7 +65,7 @@ public function setCurrencyCode($value) /** * Check to see if CurrencyCode is set. * - * @return true if CurrencyCode is set. + * @return bool True if CurrencyCode is set. */ public function isSetCurrencyCode() { @@ -111,7 +111,7 @@ public function setAmount($value) /** * Check to see if Amount is set. * - * @return true if Amount is set. + * @return bool True if Amount is set. */ public function isSetAmount() { diff --git a/src/MarketplaceWebServiceProducts/Model/NumberOfOfferListingsList.php b/src/MarketplaceWebServiceProducts/Model/NumberOfOfferListingsList.php index 6f85c28..acf412e 100644 --- a/src/MarketplaceWebServiceProducts/Model/NumberOfOfferListingsList.php +++ b/src/MarketplaceWebServiceProducts/Model/NumberOfOfferListingsList.php @@ -80,7 +80,7 @@ public function unsetOfferListingCount() /** * Check to see if OfferListingCount is set. * - * @return true if OfferListingCount is set. + * @return bool True if OfferListingCount is set. */ public function isSetOfferListingCount() { diff --git a/src/MarketplaceWebServiceProducts/Model/OfferListingCountType.php b/src/MarketplaceWebServiceProducts/Model/OfferListingCountType.php index a4ca9ae..baa02e2 100644 --- a/src/MarketplaceWebServiceProducts/Model/OfferListingCountType.php +++ b/src/MarketplaceWebServiceProducts/Model/OfferListingCountType.php @@ -65,7 +65,7 @@ public function setValue($value) /** * Check to see if Value is set. * - * @return true if Value is set. + * @return bool True if Value is set. */ public function isSetValue() { @@ -111,7 +111,7 @@ public function setcondition($value) /** * Check to see if condition is set. * - * @return true if condition is set. + * @return bool True if condition is set. */ public function isSetcondition() { diff --git a/src/MarketplaceWebServiceProducts/Model/OfferType.php b/src/MarketplaceWebServiceProducts/Model/OfferType.php index 673052d..ca7b74d 100644 --- a/src/MarketplaceWebServiceProducts/Model/OfferType.php +++ b/src/MarketplaceWebServiceProducts/Model/OfferType.php @@ -81,7 +81,7 @@ public function setBuyingPrice($value) /** * Check to see if BuyingPrice is set. * - * @return true if BuyingPrice is set. + * @return bool True if BuyingPrice is set. */ public function isSetBuyingPrice() { @@ -127,7 +127,7 @@ public function setRegularPrice($value) /** * Check to see if RegularPrice is set. * - * @return true if RegularPrice is set. + * @return bool True if RegularPrice is set. */ public function isSetRegularPrice() { @@ -173,7 +173,7 @@ public function setFulfillmentChannel($value) /** * Check to see if FulfillmentChannel is set. * - * @return true if FulfillmentChannel is set. + * @return bool True if FulfillmentChannel is set. */ public function isSetFulfillmentChannel() { @@ -219,7 +219,7 @@ public function setItemCondition($value) /** * Check to see if ItemCondition is set. * - * @return true if ItemCondition is set. + * @return bool True if ItemCondition is set. */ public function isSetItemCondition() { @@ -265,7 +265,7 @@ public function setItemSubCondition($value) /** * Check to see if ItemSubCondition is set. * - * @return true if ItemSubCondition is set. + * @return bool True if ItemSubCondition is set. */ public function isSetItemSubCondition() { @@ -311,7 +311,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -357,7 +357,7 @@ public function setSellerSKU($value) /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { diff --git a/src/MarketplaceWebServiceProducts/Model/OffersList.php b/src/MarketplaceWebServiceProducts/Model/OffersList.php index 66d1356..df9b5ae 100644 --- a/src/MarketplaceWebServiceProducts/Model/OffersList.php +++ b/src/MarketplaceWebServiceProducts/Model/OffersList.php @@ -80,7 +80,7 @@ public function unsetOffer() /** * Check to see if Offer is set. * - * @return true if Offer is set. + * @return bool True if Offer is set. */ public function isSetOffer() { diff --git a/src/MarketplaceWebServiceProducts/Model/PriceType.php b/src/MarketplaceWebServiceProducts/Model/PriceType.php index 6ee7dc9..8e7e6d8 100644 --- a/src/MarketplaceWebServiceProducts/Model/PriceType.php +++ b/src/MarketplaceWebServiceProducts/Model/PriceType.php @@ -73,7 +73,7 @@ public function setLandedPrice($value) /** * Check to see if LandedPrice is set. * - * @return true if LandedPrice is set. + * @return bool True if LandedPrice is set. */ public function isSetLandedPrice() { @@ -119,7 +119,7 @@ public function setListingPrice($value) /** * Check to see if ListingPrice is set. * - * @return true if ListingPrice is set. + * @return bool True if ListingPrice is set. */ public function isSetListingPrice() { @@ -165,7 +165,7 @@ public function setShipping($value) /** * Check to see if Shipping is set. * - * @return true if Shipping is set. + * @return bool True if Shipping is set. */ public function isSetShipping() { diff --git a/src/MarketplaceWebServiceProducts/Model/Product.php b/src/MarketplaceWebServiceProducts/Model/Product.php index 7417fa3..929af6a 100644 --- a/src/MarketplaceWebServiceProducts/Model/Product.php +++ b/src/MarketplaceWebServiceProducts/Model/Product.php @@ -93,7 +93,7 @@ public function setIdentifiers($value) /** * Check to see if Identifiers is set. * - * @return true if Identifiers is set. + * @return bool True if Identifiers is set. */ public function isSetIdentifiers() { @@ -139,7 +139,7 @@ public function setAttributeSets($value) /** * Check to see if AttributeSets is set. * - * @return true if AttributeSets is set. + * @return bool True if AttributeSets is set. */ public function isSetAttributeSets() { @@ -185,7 +185,7 @@ public function setRelationships($value) /** * Check to see if Relationships is set. * - * @return true if Relationships is set. + * @return bool True if Relationships is set. */ public function isSetRelationships() { @@ -231,7 +231,7 @@ public function setCompetitivePricing($value) /** * Check to see if CompetitivePricing is set. * - * @return true if CompetitivePricing is set. + * @return bool True if CompetitivePricing is set. */ public function isSetCompetitivePricing() { @@ -277,7 +277,7 @@ public function setSalesRankings($value) /** * Check to see if SalesRankings is set. * - * @return true if SalesRankings is set. + * @return bool True if SalesRankings is set. */ public function isSetSalesRankings() { @@ -323,7 +323,7 @@ public function setLowestOfferListings($value) /** * Check to see if LowestOfferListings is set. * - * @return true if LowestOfferListings is set. + * @return bool True if LowestOfferListings is set. */ public function isSetLowestOfferListings() { @@ -369,7 +369,7 @@ public function setOffers($value) /** * Check to see if Offers is set. * - * @return true if Offers is set. + * @return bool True if Offers is set. */ public function isSetOffers() { diff --git a/src/MarketplaceWebServiceProducts/Model/ProductList.php b/src/MarketplaceWebServiceProducts/Model/ProductList.php index 2b89793..ea8f5fa 100644 --- a/src/MarketplaceWebServiceProducts/Model/ProductList.php +++ b/src/MarketplaceWebServiceProducts/Model/ProductList.php @@ -80,7 +80,7 @@ public function unsetProduct() /** * Check to see if Product is set. * - * @return true if Product is set. + * @return bool True if Product is set. */ public function isSetProduct() { diff --git a/src/MarketplaceWebServiceProducts/Model/QualifiersType.php b/src/MarketplaceWebServiceProducts/Model/QualifiersType.php index 800f824..f688f86 100644 --- a/src/MarketplaceWebServiceProducts/Model/QualifiersType.php +++ b/src/MarketplaceWebServiceProducts/Model/QualifiersType.php @@ -76,7 +76,7 @@ public function setItemCondition($value) /** * Check to see if ItemCondition is set. * - * @return true if ItemCondition is set. + * @return bool True if ItemCondition is set. */ public function isSetItemCondition() { @@ -122,7 +122,7 @@ public function setItemSubcondition($value) /** * Check to see if ItemSubcondition is set. * - * @return true if ItemSubcondition is set. + * @return bool True if ItemSubcondition is set. */ public function isSetItemSubcondition() { @@ -168,7 +168,7 @@ public function setFulfillmentChannel($value) /** * Check to see if FulfillmentChannel is set. * - * @return true if FulfillmentChannel is set. + * @return bool True if FulfillmentChannel is set. */ public function isSetFulfillmentChannel() { @@ -214,7 +214,7 @@ public function setShipsDomestically($value) /** * Check to see if ShipsDomestically is set. * - * @return true if ShipsDomestically is set. + * @return bool True if ShipsDomestically is set. */ public function isSetShipsDomestically() { @@ -260,7 +260,7 @@ public function setShippingTime($value) /** * Check to see if ShippingTime is set. * - * @return true if ShippingTime is set. + * @return bool True if ShippingTime is set. */ public function isSetShippingTime() { @@ -306,7 +306,7 @@ public function setSellerPositiveFeedbackRating($value) /** * Check to see if SellerPositiveFeedbackRating is set. * - * @return true if SellerPositiveFeedbackRating is set. + * @return bool True if SellerPositiveFeedbackRating is set. */ public function isSetSellerPositiveFeedbackRating() { diff --git a/src/MarketplaceWebServiceProducts/Model/RelationshipList.php b/src/MarketplaceWebServiceProducts/Model/RelationshipList.php index ebd8750..1106946 100644 --- a/src/MarketplaceWebServiceProducts/Model/RelationshipList.php +++ b/src/MarketplaceWebServiceProducts/Model/RelationshipList.php @@ -77,7 +77,7 @@ public function unsetAny() /** * Check to see if Any is set. * - * @return true if Any is set. + * @return bool True if Any is set. */ public function isSetAny() { diff --git a/src/MarketplaceWebServiceProducts/Model/ResponseMetadata.php b/src/MarketplaceWebServiceProducts/Model/ResponseMetadata.php index f1a9c9d..616d49d 100644 --- a/src/MarketplaceWebServiceProducts/Model/ResponseMetadata.php +++ b/src/MarketplaceWebServiceProducts/Model/ResponseMetadata.php @@ -63,7 +63,7 @@ public function setRequestId($value) /** * Check to see if RequestId is set. * - * @return true if RequestId is set. + * @return bool True if RequestId is set. */ public function isSetRequestId() { diff --git a/src/MarketplaceWebServiceProducts/Model/SalesRankList.php b/src/MarketplaceWebServiceProducts/Model/SalesRankList.php index 11d6666..0000384 100644 --- a/src/MarketplaceWebServiceProducts/Model/SalesRankList.php +++ b/src/MarketplaceWebServiceProducts/Model/SalesRankList.php @@ -80,7 +80,7 @@ public function unsetSalesRank() /** * Check to see if SalesRank is set. * - * @return true if SalesRank is set. + * @return bool True if SalesRank is set. */ public function isSetSalesRank() { diff --git a/src/MarketplaceWebServiceProducts/Model/SalesRankType.php b/src/MarketplaceWebServiceProducts/Model/SalesRankType.php index 02ef906..cc1531e 100644 --- a/src/MarketplaceWebServiceProducts/Model/SalesRankType.php +++ b/src/MarketplaceWebServiceProducts/Model/SalesRankType.php @@ -65,7 +65,7 @@ public function setProductCategoryId($value) /** * Check to see if ProductCategoryId is set. * - * @return true if ProductCategoryId is set. + * @return bool True if ProductCategoryId is set. */ public function isSetProductCategoryId() { @@ -111,7 +111,7 @@ public function setRank($value) /** * Check to see if Rank is set. * - * @return true if Rank is set. + * @return bool True if Rank is set. */ public function isSetRank() { diff --git a/src/MarketplaceWebServiceProducts/Model/SellerSKUIdentifier.php b/src/MarketplaceWebServiceProducts/Model/SellerSKUIdentifier.php index f61d90d..cb2d952 100644 --- a/src/MarketplaceWebServiceProducts/Model/SellerSKUIdentifier.php +++ b/src/MarketplaceWebServiceProducts/Model/SellerSKUIdentifier.php @@ -67,7 +67,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -113,7 +113,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -159,7 +159,7 @@ public function setSellerSKU($value) /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { diff --git a/src/MarketplaceWebServiceProducts/Model/SellerSKUListType.php b/src/MarketplaceWebServiceProducts/Model/SellerSKUListType.php index 1262e8e..9c55ac6 100644 --- a/src/MarketplaceWebServiceProducts/Model/SellerSKUListType.php +++ b/src/MarketplaceWebServiceProducts/Model/SellerSKUListType.php @@ -77,7 +77,7 @@ public function unsetSellerSKU() /** * Check to see if SellerSKU is set. * - * @return true if SellerSKU is set. + * @return bool True if SellerSKU is set. */ public function isSetSellerSKU() { diff --git a/src/MarketplaceWebServiceProducts/Model/ShippingTimeType.php b/src/MarketplaceWebServiceProducts/Model/ShippingTimeType.php index 3a7fc66..8b6bdf0 100644 --- a/src/MarketplaceWebServiceProducts/Model/ShippingTimeType.php +++ b/src/MarketplaceWebServiceProducts/Model/ShippingTimeType.php @@ -63,7 +63,7 @@ public function setMax($value) /** * Check to see if Max is set. * - * @return true if Max is set. + * @return bool True if Max is set. */ public function isSetMax() { diff --git a/src/MarketplaceWebServiceSellers/Model.php b/src/MarketplaceWebServiceSellers/Model.php index e427605..cc03026 100644 --- a/src/MarketplaceWebServiceSellers/Model.php +++ b/src/MarketplaceWebServiceSellers/Model.php @@ -404,7 +404,7 @@ private function _isComplexType($fieldType) * Checks whether passed variable is an associative array * * @param mixed $var - * @return TRUE if passed variable is an associative array + * @return bool True if passed variable is an associative array */ private function _isAssociativeArray($var) { @@ -415,7 +415,7 @@ private function _isAssociativeArray($var) * Checks whether passed variable is DOMElement * * @param mixed $var - * @return TRUE if passed variable is DOMElement + * @return bool True if passed variable is DOMElement */ private function _isDOMElement($var) { @@ -426,7 +426,7 @@ private function _isDOMElement($var) * Checks whether passed variable is numeric array * * @param mixed $var - * @return TRUE if passed variable is an numeric array + * @return bool True if passed variable is an numeric array */ protected function _isNumericArray($var) { diff --git a/src/MarketplaceWebServiceSellers/Model/GetServiceStatusRequest.php b/src/MarketplaceWebServiceSellers/Model/GetServiceStatusRequest.php index 4e89a1e..f3866f6 100644 --- a/src/MarketplaceWebServiceSellers/Model/GetServiceStatusRequest.php +++ b/src/MarketplaceWebServiceSellers/Model/GetServiceStatusRequest.php @@ -65,7 +65,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -111,7 +111,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { diff --git a/src/MarketplaceWebServiceSellers/Model/GetServiceStatusResponse.php b/src/MarketplaceWebServiceSellers/Model/GetServiceStatusResponse.php index 6cfd39c..446a255 100644 --- a/src/MarketplaceWebServiceSellers/Model/GetServiceStatusResponse.php +++ b/src/MarketplaceWebServiceSellers/Model/GetServiceStatusResponse.php @@ -76,7 +76,7 @@ public function setGetServiceStatusResult($value) /** * Check to see if GetServiceStatusResult is set. * - * @return true if GetServiceStatusResult is set. + * @return bool True if GetServiceStatusResult is set. */ public function isSetGetServiceStatusResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MarketplaceWebServiceSellers/Model/GetServiceStatusResult.php b/src/MarketplaceWebServiceSellers/Model/GetServiceStatusResult.php index a2b0fcc..812fdb5 100644 --- a/src/MarketplaceWebServiceSellers/Model/GetServiceStatusResult.php +++ b/src/MarketplaceWebServiceSellers/Model/GetServiceStatusResult.php @@ -69,7 +69,7 @@ public function setStatus($value) /** * Check to see if Status is set. * - * @return true if Status is set. + * @return bool True if Status is set. */ public function isSetStatus() { @@ -115,7 +115,7 @@ public function setTimestamp($value) /** * Check to see if Timestamp is set. * - * @return true if Timestamp is set. + * @return bool True if Timestamp is set. */ public function isSetTimestamp() { @@ -161,7 +161,7 @@ public function setMessageId($value) /** * Check to see if MessageId is set. * - * @return true if MessageId is set. + * @return bool True if MessageId is set. */ public function isSetMessageId() { @@ -207,7 +207,7 @@ public function setMessages($value) /** * Check to see if Messages is set. * - * @return true if Messages is set. + * @return bool True if Messages is set. */ public function isSetMessages() { diff --git a/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsByNextTokenRequest.php b/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsByNextTokenRequest.php index cb05343..9a694e1 100644 --- a/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsByNextTokenRequest.php +++ b/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsByNextTokenRequest.php @@ -67,7 +67,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -113,7 +113,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { @@ -159,7 +159,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { diff --git a/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsByNextTokenResponse.php b/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsByNextTokenResponse.php index 76eaed3..65ea857 100644 --- a/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsByNextTokenResponse.php +++ b/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsByNextTokenResponse.php @@ -76,7 +76,7 @@ public function setListMarketplaceParticipationsByNextTokenResult($value) /** * Check to see if ListMarketplaceParticipationsByNextTokenResult is set. * - * @return true if ListMarketplaceParticipationsByNextTokenResult is set. + * @return bool True if ListMarketplaceParticipationsByNextTokenResult is set. */ public function isSetListMarketplaceParticipationsByNextTokenResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsByNextTokenResult.php b/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsByNextTokenResult.php index ff24bb4..b0f0fc2 100644 --- a/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsByNextTokenResult.php +++ b/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsByNextTokenResult.php @@ -73,7 +73,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { @@ -119,7 +119,7 @@ public function setListParticipations($value) /** * Check to see if ListParticipations is set. * - * @return true if ListParticipations is set. + * @return bool True if ListParticipations is set. */ public function isSetListParticipations() { @@ -165,7 +165,7 @@ public function setListMarketplaces($value) /** * Check to see if ListMarketplaces is set. * - * @return true if ListMarketplaces is set. + * @return bool True if ListMarketplaces is set. */ public function isSetListMarketplaces() { diff --git a/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsRequest.php b/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsRequest.php index b3a38df..b061587 100644 --- a/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsRequest.php +++ b/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsRequest.php @@ -65,7 +65,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -111,7 +111,7 @@ public function setMWSAuthToken($value) /** * Check to see if MWSAuthToken is set. * - * @return true if MWSAuthToken is set. + * @return bool True if MWSAuthToken is set. */ public function isSetMWSAuthToken() { diff --git a/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsResponse.php b/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsResponse.php index e0ff8be..be4dbac 100644 --- a/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsResponse.php +++ b/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsResponse.php @@ -76,7 +76,7 @@ public function setListMarketplaceParticipationsResult($value) /** * Check to see if ListMarketplaceParticipationsResult is set. * - * @return true if ListMarketplaceParticipationsResult is set. + * @return bool True if ListMarketplaceParticipationsResult is set. */ public function isSetListMarketplaceParticipationsResult() { @@ -122,7 +122,7 @@ public function setResponseMetadata($value) /** * Check to see if ResponseMetadata is set. * - * @return true if ResponseMetadata is set. + * @return bool True if ResponseMetadata is set. */ public function isSetResponseMetadata() { @@ -168,7 +168,7 @@ public function setResponseHeaderMetadata($value) /** * Check to see if ResponseHeaderMetadata is set. * - * @return true if ResponseHeaderMetadata is set. + * @return bool True if ResponseHeaderMetadata is set. */ public function isSetResponseHeaderMetadata() { diff --git a/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsResult.php b/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsResult.php index c586b2d..9bce3f8 100644 --- a/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsResult.php +++ b/src/MarketplaceWebServiceSellers/Model/ListMarketplaceParticipationsResult.php @@ -73,7 +73,7 @@ public function setNextToken($value) /** * Check to see if NextToken is set. * - * @return true if NextToken is set. + * @return bool True if NextToken is set. */ public function isSetNextToken() { @@ -119,7 +119,7 @@ public function setListParticipations($value) /** * Check to see if ListParticipations is set. * - * @return true if ListParticipations is set. + * @return bool True if ListParticipations is set. */ public function isSetListParticipations() { @@ -165,7 +165,7 @@ public function setListMarketplaces($value) /** * Check to see if ListMarketplaces is set. * - * @return true if ListMarketplaces is set. + * @return bool True if ListMarketplaces is set. */ public function isSetListMarketplaces() { diff --git a/src/MarketplaceWebServiceSellers/Model/ListMarketplaces.php b/src/MarketplaceWebServiceSellers/Model/ListMarketplaces.php index c25a683..e2a1460 100644 --- a/src/MarketplaceWebServiceSellers/Model/ListMarketplaces.php +++ b/src/MarketplaceWebServiceSellers/Model/ListMarketplaces.php @@ -80,7 +80,7 @@ public function unsetMarketplace() /** * Check to see if Marketplace is set. * - * @return true if Marketplace is set. + * @return bool True if Marketplace is set. */ public function isSetMarketplace() { diff --git a/src/MarketplaceWebServiceSellers/Model/ListParticipations.php b/src/MarketplaceWebServiceSellers/Model/ListParticipations.php index 1df325f..b497cc1 100644 --- a/src/MarketplaceWebServiceSellers/Model/ListParticipations.php +++ b/src/MarketplaceWebServiceSellers/Model/ListParticipations.php @@ -80,7 +80,7 @@ public function unsetParticipation() /** * Check to see if Participation is set. * - * @return true if Participation is set. + * @return bool True if Participation is set. */ public function isSetParticipation() { diff --git a/src/MarketplaceWebServiceSellers/Model/Marketplace.php b/src/MarketplaceWebServiceSellers/Model/Marketplace.php index 0a04046..8cbf846 100644 --- a/src/MarketplaceWebServiceSellers/Model/Marketplace.php +++ b/src/MarketplaceWebServiceSellers/Model/Marketplace.php @@ -73,7 +73,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -119,7 +119,7 @@ public function setName($value) /** * Check to see if Name is set. * - * @return true if Name is set. + * @return bool True if Name is set. */ public function isSetName() { @@ -165,7 +165,7 @@ public function setDefaultCountryCode($value) /** * Check to see if DefaultCountryCode is set. * - * @return true if DefaultCountryCode is set. + * @return bool True if DefaultCountryCode is set. */ public function isSetDefaultCountryCode() { @@ -211,7 +211,7 @@ public function setDefaultCurrencyCode($value) /** * Check to see if DefaultCurrencyCode is set. * - * @return true if DefaultCurrencyCode is set. + * @return bool True if DefaultCurrencyCode is set. */ public function isSetDefaultCurrencyCode() { @@ -257,7 +257,7 @@ public function setDefaultLanguageCode($value) /** * Check to see if DefaultLanguageCode is set. * - * @return true if DefaultLanguageCode is set. + * @return bool True if DefaultLanguageCode is set. */ public function isSetDefaultLanguageCode() { @@ -303,7 +303,7 @@ public function setDomainName($value) /** * Check to see if DomainName is set. * - * @return true if DomainName is set. + * @return bool True if DomainName is set. */ public function isSetDomainName() { diff --git a/src/MarketplaceWebServiceSellers/Model/Message.php b/src/MarketplaceWebServiceSellers/Model/Message.php index 95b50ed..78e9077 100644 --- a/src/MarketplaceWebServiceSellers/Model/Message.php +++ b/src/MarketplaceWebServiceSellers/Model/Message.php @@ -65,7 +65,7 @@ public function setLocale($value) /** * Check to see if Locale is set. * - * @return true if Locale is set. + * @return bool True if Locale is set. */ public function isSetLocale() { @@ -111,7 +111,7 @@ public function setText($value) /** * Check to see if Text is set. * - * @return true if Text is set. + * @return bool True if Text is set. */ public function isSetText() { diff --git a/src/MarketplaceWebServiceSellers/Model/MessageList.php b/src/MarketplaceWebServiceSellers/Model/MessageList.php index 397621e..318fae1 100644 --- a/src/MarketplaceWebServiceSellers/Model/MessageList.php +++ b/src/MarketplaceWebServiceSellers/Model/MessageList.php @@ -80,7 +80,7 @@ public function unsetMessage() /** * Check to see if Message is set. * - * @return true if Message is set. + * @return bool True if Message is set. */ public function isSetMessage() { diff --git a/src/MarketplaceWebServiceSellers/Model/Participation.php b/src/MarketplaceWebServiceSellers/Model/Participation.php index 8ab2ea3..bbbbcb8 100644 --- a/src/MarketplaceWebServiceSellers/Model/Participation.php +++ b/src/MarketplaceWebServiceSellers/Model/Participation.php @@ -67,7 +67,7 @@ public function setMarketplaceId($value) /** * Check to see if MarketplaceId is set. * - * @return true if MarketplaceId is set. + * @return bool True if MarketplaceId is set. */ public function isSetMarketplaceId() { @@ -113,7 +113,7 @@ public function setSellerId($value) /** * Check to see if SellerId is set. * - * @return true if SellerId is set. + * @return bool True if SellerId is set. */ public function isSetSellerId() { @@ -159,7 +159,7 @@ public function setHasSellerSuspendedListings($value) /** * Check to see if HasSellerSuspendedListings is set. * - * @return true if HasSellerSuspendedListings is set. + * @return bool True if HasSellerSuspendedListings is set. */ public function isSetHasSellerSuspendedListings() { diff --git a/src/MarketplaceWebServiceSellers/Model/ResponseMetadata.php b/src/MarketplaceWebServiceSellers/Model/ResponseMetadata.php index f989ec8..c6df128 100644 --- a/src/MarketplaceWebServiceSellers/Model/ResponseMetadata.php +++ b/src/MarketplaceWebServiceSellers/Model/ResponseMetadata.php @@ -63,7 +63,7 @@ public function setRequestId($value) /** * Check to see if RequestId is set. * - * @return true if RequestId is set. + * @return bool True if RequestId is set. */ public function isSetRequestId() {