/**
  * Constructor method for OrdersListResult
  * @see parent::__construct()
  * @param string $_document_no
  * @param string $_postedDocumentNo
  * @param string $_tNN
  * @param string $_orderDate
  * @param string $_manager
  * @param string $_contact
  * @param string $_shipmentMethod
  * @param string $_shipmentMethodCode
  * @param string $_shipmentDate
  * @param string $_actualShipmentDate
  * @param string $_counterpartyClient
  * @param string $_counterpartyClientCode
  * @param string $_shippingAgent
  * @param string $_shippingAgentCode
  * @param string $_endCustomer
  * @param string $_postingDescription
  * @param string $_weight
  * @param float $_volume
  * @param float $_amount
  * @param float $_amountRUR
  * @param string $_willDeleteTomorrow
  * @param string $_status
  * @param string $_endPointCity
  * @param string $_endPointAdress
  * @param string $_endPointContact
  * @param string $_packingType
  * @param string $_representative
  * @return MerlionStructOrdersListResult
  */
 public function __construct($_document_no = NULL, $_postedDocumentNo = NULL, $_tNN = NULL, $_orderDate = NULL, $_manager = NULL, $_contact = NULL, $_shipmentMethod = NULL, $_shipmentMethodCode = NULL, $_shipmentDate = NULL, $_actualShipmentDate = NULL, $_counterpartyClient = NULL, $_counterpartyClientCode = NULL, $_shippingAgent = NULL, $_shippingAgentCode = NULL, $_endCustomer = NULL, $_postingDescription = NULL, $_weight = NULL, $_volume = NULL, $_amount = NULL, $_amountRUR = NULL, $_willDeleteTomorrow = NULL, $_status = NULL, $_endPointCity = NULL, $_endPointAdress = NULL, $_endPointContact = NULL, $_packingType = NULL, $_representative = NULL)
 {
     parent::__construct(array('document_no' => $_document_no, 'PostedDocumentNo' => $_postedDocumentNo, 'TNN' => $_tNN, 'OrderDate' => $_orderDate, 'Manager' => $_manager, 'Contact' => $_contact, 'ShipmentMethod' => $_shipmentMethod, 'ShipmentMethodCode' => $_shipmentMethodCode, 'ShipmentDate' => $_shipmentDate, 'ActualShipmentDate' => $_actualShipmentDate, 'CounterpartyClient' => $_counterpartyClient, 'CounterpartyClientCode' => $_counterpartyClientCode, 'ShippingAgent' => $_shippingAgent, 'ShippingAgentCode' => $_shippingAgentCode, 'EndCustomer' => $_endCustomer, 'PostingDescription' => $_postingDescription, 'Weight' => $_weight, 'Volume' => $_volume, 'Amount' => $_amount, 'AmountRUR' => $_amountRUR, 'WillDeleteTomorrow' => $_willDeleteTomorrow, 'Status' => $_status, 'EndPointCity' => $_endPointCity, 'EndPointAdress' => $_endPointAdress, 'EndPointContact' => $_endPointContact, 'PackingType' => $_packingType, 'Representative' => $_representative), false);
 }
 /**
  * Constructor method for CommandResult
  * @see parent::__construct()
  * @param int $_operation_no
  * @param string $_createTime
  * @param string $_processingTime
  * @param string $_endingTime
  * @param string $_processingResult
  * @param string $_documentNo
  * @param string $_documentNo2
  * @param string $_processingResultComment
  * @param string $_errorText
  * @param string $_processingReserved
  * @param int $_operationLineNo
  * @return MerlionStructCommandResult
  */
 public function __construct($_operation_no = NULL, $_createTime = NULL, $_processingTime = NULL, $_endingTime = NULL, $_processingResult = NULL, $_documentNo = NULL, $_documentNo2 = NULL, $_processingResultComment = NULL, $_errorText = NULL, $_processingReserved = NULL, $_operationLineNo = NULL)
 {
     parent::__construct(array('operation_no' => $_operation_no, 'CreateTime' => $_createTime, 'ProcessingTime' => $_processingTime, 'EndingTime' => $_endingTime, 'ProcessingResult' => $_processingResult, 'DocumentNo' => $_documentNo, 'DocumentNo2' => $_documentNo2, 'ProcessingResultComment' => $_processingResultComment, 'ErrorText' => $_errorText, 'ProcessingReserved' => $_processingReserved, 'OperationLineNo' => $_operationLineNo), false);
 }
 /**
  * Constructor method for getEndPointDeliveryResponse
  * @see parent::__construct()
  * @param MerlionStructArrayOfEndPointDeliveryResult $_getEndPointDeliveryResult
  * @return MerlionStructGetEndPointDeliveryResponse
  */
 public function __construct($_getEndPointDeliveryResult = NULL)
 {
     parent::__construct(array('getEndPointDeliveryResult' => $_getEndPointDeliveryResult instanceof MerlionStructArrayOfEndPointDeliveryResult ? $_getEndPointDeliveryResult : new MerlionStructArrayOfEndPointDeliveryResult($_getEndPointDeliveryResult)), false);
 }
 /**
  * Constructor method for ShipmentDatesResult
  * @see parent::__construct()
  * @param string $_date
  * @return MerlionStructShipmentDatesResult
  */
 public function __construct($_date = NULL)
 {
     parent::__construct(array('Date' => $_date), false);
 }
 /**
  * Constructor method for getOrdersListResponse
  * @see parent::__construct()
  * @param MerlionStructArrayOfOrdersListResult $_getOrdersListResult
  * @return MerlionStructGetOrdersListResponse
  */
 public function __construct($_getOrdersListResult = NULL)
 {
     parent::__construct(array('getOrdersListResult' => $_getOrdersListResult instanceof MerlionStructArrayOfOrdersListResult ? $_getOrdersListResult : new MerlionStructArrayOfOrdersListResult($_getOrdersListResult)), false);
 }
 /**
  * Constructor method for ItemsAvailResult
  * @see parent::__construct()
  * @param string $_no
  * @param float $_priceClient
  * @param float $_priceClient_RG
  * @param float $_priceClient_MSK
  * @param int $_availableClient
  * @param int $_availableClient_RG
  * @param int $_availableClient_MSK
  * @param int $_availableExpected
  * @param int $_availableExpectedNext
  * @param string $_dateExpectedNext
  * @param float $_rRP
  * @param string $_rRP_Date
  * @param int $_online_Reserve
  * @param float $_reserveCost
  * @return MerlionStructItemsAvailResult
  */
 public function __construct($_no = NULL, $_priceClient = NULL, $_priceClient_RG = NULL, $_priceClient_MSK = NULL, $_availableClient = NULL, $_availableClient_RG = NULL, $_availableClient_MSK = NULL, $_availableExpected = NULL, $_availableExpectedNext = NULL, $_dateExpectedNext = NULL, $_rRP = NULL, $_rRP_Date = NULL, $_online_Reserve = NULL, $_reserveCost = NULL)
 {
     parent::__construct(array('No' => $_no, 'PriceClient' => $_priceClient, 'PriceClient_RG' => $_priceClient_RG, 'PriceClient_MSK' => $_priceClient_MSK, 'AvailableClient' => $_availableClient, 'AvailableClient_RG' => $_availableClient_RG, 'AvailableClient_MSK' => $_availableClient_MSK, 'AvailableExpected' => $_availableExpected, 'AvailableExpectedNext' => $_availableExpectedNext, 'DateExpectedNext' => $_dateExpectedNext, 'RRP' => $_rRP, 'RRP_Date' => $_rRP_Date, 'Online_Reserve' => $_online_Reserve, 'ReserveCost' => $_reserveCost), false);
 }
 /**
  * Constructor method for ItemsImagesResult
  * @see parent::__construct()
  * @param string $_no
  * @param string $_viewType
  * @param string $_sizeType
  * @param string $_fileName
  * @param string $_created
  * @param int $_size
  * @param int $_width
  * @param int $_height
  * @return MerlionStructItemsImagesResult
  */
 public function __construct($_no = NULL, $_viewType = NULL, $_sizeType = NULL, $_fileName = NULL, $_created = NULL, $_size = NULL, $_width = NULL, $_height = NULL)
 {
     parent::__construct(array('No' => $_no, 'ViewType' => $_viewType, 'SizeType' => $_sizeType, 'FileName' => $_fileName, 'Created' => $_created, 'Size' => $_size, 'Width' => $_width, 'Height' => $_height), false);
 }
 /**
  * Constructor method for OrderLinesResult
  * @see parent::__construct()
  * @param string $_item_no
  * @param string $_document_no
  * @param int $_qty
  * @param int $_desire_qty
  * @param int $_shipped_qty
  * @param float $_price
  * @param float $_amount
  * @param float $_desire_price
  * @param float $_weight
  * @param float $_volume
  * @param float $_reserveTime
  * @return MerlionStructOrderLinesResult
  */
 public function __construct($_item_no = NULL, $_document_no = NULL, $_qty = NULL, $_desire_qty = NULL, $_shipped_qty = NULL, $_price = NULL, $_amount = NULL, $_desire_price = NULL, $_weight = NULL, $_volume = NULL, $_reserveTime = NULL)
 {
     parent::__construct(array('item_no' => $_item_no, 'document_no' => $_document_no, 'qty' => $_qty, 'desire_qty' => $_desire_qty, 'shipped_qty' => $_shipped_qty, 'price' => $_price, 'amount' => $_amount, 'desire_price' => $_desire_price, 'weight' => $_weight, 'volume' => $_volume, 'ReserveTime' => $_reserveTime), false);
 }
 /**
  * Constructor method for helloWorld
  * @see parent::__construct()
  * @param string $_name
  * @return MerlionStructHelloWorld
  */
 public function __construct($_name = NULL)
 {
     parent::__construct(array('name' => $_name), false);
 }
 /**
  * Constructor method for getEndPointDelivery
  * @see parent::__construct()
  * @param int $_id
  * @param string $_shippingAgentCode
  * @return MerlionStructGetEndPointDelivery
  */
 public function __construct($_id = NULL, $_shippingAgentCode = NULL)
 {
     parent::__construct(array('id' => $_id, 'ShippingAgentCode' => $_shippingAgentCode), false);
 }
 /**
  * Constructor method for getCommandResult
  * @see parent::__construct()
  * @param string $_operation_no
  * @return MerlionStructGetCommandResult
  */
 public function __construct($_operation_no = NULL)
 {
     parent::__construct(array('operation_no' => $_operation_no), false);
 }
 /**
  * Constructor method for getShipmentMethodsResponse
  * @see parent::__construct()
  * @param MerlionStructArrayOfShipmentMethodsResult $_getShipmentMethodsResult
  * @return MerlionStructGetShipmentMethodsResponse
  */
 public function __construct($_getShipmentMethodsResult = NULL)
 {
     parent::__construct(array('getShipmentMethodsResult' => $_getShipmentMethodsResult instanceof MerlionStructArrayOfShipmentMethodsResult ? $_getShipmentMethodsResult : new MerlionStructArrayOfShipmentMethodsResult($_getShipmentMethodsResult)), false);
 }
 /**
  * Constructor method for getRepresentative
  * @see parent::__construct()
  * @param string $_counterAgentCode
  * @return MerlionStructGetRepresentative
  */
 public function __construct($_counterAgentCode = NULL)
 {
     parent::__construct(array('CounterAgentCode' => $_counterAgentCode), false);
 }
 /**
  * Constructor method for helloWorldResponse
  * @see parent::__construct()
  * @param string $_helloWorldResult
  * @return MerlionStructHelloWorldResponse
  */
 public function __construct($_helloWorldResult = NULL)
 {
     parent::__construct(array('helloWorldResult' => $_helloWorldResult), false);
 }
 /**
  * Constructor method for getCounterAgentResponse
  * @see parent::__construct()
  * @param MerlionStructArrayOfDictionaryResult $_getCounterAgentResult
  * @return MerlionStructGetCounterAgentResponse
  */
 public function __construct($_getCounterAgentResult = NULL)
 {
     parent::__construct(array('getCounterAgentResult' => $_getCounterAgentResult instanceof MerlionStructArrayOfDictionaryResult ? $_getCounterAgentResult : new MerlionStructArrayOfDictionaryResult($_getCounterAgentResult)), false);
 }
 /**
  * Constructor method for setOrderHeaderCommand
  * @see parent::__construct()
  * @param string $_document_no
  * @param string $_shipment_method
  * @param string $_shipment_date
  * @param string $_counter_agent
  * @param string $_shipment_agent
  * @param string $_end_customer
  * @param string $_comment
  * @param string $_representative
  * @param int $_endpoint_delivery_id
  * @param string $_packing_type
  * @return MerlionStructSetOrderHeaderCommand
  */
 public function __construct($_document_no = NULL, $_shipment_method = NULL, $_shipment_date = NULL, $_counter_agent = NULL, $_shipment_agent = NULL, $_end_customer = NULL, $_comment = NULL, $_representative = NULL, $_endpoint_delivery_id = NULL, $_packing_type = NULL)
 {
     parent::__construct(array('document_no' => $_document_no, 'shipment_method' => $_shipment_method, 'shipment_date' => $_shipment_date, 'counter_agent' => $_counter_agent, 'shipment_agent' => $_shipment_agent, 'end_customer' => $_end_customer, 'comment' => $_comment, 'representative' => $_representative, 'endpoint_delivery_id' => $_endpoint_delivery_id, 'packing_type' => $_packing_type), false);
 }
Пример #17
0
 /**
  * Constructor method for getItems
  * @see parent::__construct()
  * @param string $_cat_id
  * @param string $_item_id
  * @param string $_shipment_method
  * @param int $_page
  * @param int $_rows_on_page
  * @return MerlionStructGetItems
  */
 public function __construct($_cat_id = NULL, $_item_id = NULL, $_shipment_method = NULL, $_page = NULL, $_rows_on_page = NULL)
 {
     parent::__construct(array('cat_id' => $_cat_id, 'item_id' => $_item_id, 'shipment_method' => $_shipment_method, 'page' => $_page, 'rows_on_page' => $_rows_on_page), false);
 }
Пример #18
0
 /**
  * Constructor method for getCatalog
  * @see parent::__construct()
  * @param string $_cat_id
  * @return MerlionStructGetCatalog
  */
 public function __construct($_cat_id = NULL)
 {
     parent::__construct(array('cat_id' => $_cat_id), false);
 }
 /**
  * Constructor method for getItemsAvailResponse
  * @see parent::__construct()
  * @param MerlionStructArrayOfItemsAvailResult $_getItemsAvailResult
  * @return MerlionStructGetItemsAvailResponse
  */
 public function __construct($_getItemsAvailResult = NULL)
 {
     parent::__construct(array('getItemsAvailResult' => $_getItemsAvailResult instanceof MerlionStructArrayOfItemsAvailResult ? $_getItemsAvailResult : new MerlionStructArrayOfItemsAvailResult($_getItemsAvailResult)), false);
 }
 /**
  * Constructor method for getItemsProperties
  * @see parent::__construct()
  * @param string $_cat_id
  * @param string $_item_id
  * @param int $_page
  * @param int $_rows_on_page
  * @param int $_last_days_changed
  * @return MerlionStructGetItemsProperties
  */
 public function __construct($_cat_id = NULL, $_item_id = NULL, $_page = NULL, $_rows_on_page = NULL, $_last_days_changed = NULL)
 {
     parent::__construct(array('cat_id' => $_cat_id, 'item_id' => $_item_id, 'page' => $_page, 'rows_on_page' => $_rows_on_page, 'last_days_changed' => $_last_days_changed), false);
 }
 /**
  * Constructor method for ArrayOfOrderLinesResult
  * @see parent::__construct()
  * @param MerlionStructOrderLinesResult $_item
  * @return MerlionStructArrayOfOrderLinesResult
  */
 public function __construct($_item = NULL)
 {
     parent::__construct(array('item' => $_item), false);
 }
 /**
  * Constructor method for getLinkedItems
  * @see parent::__construct()
  * @param int $_page
  * @param int $_rows_on_page
  * @return MerlionStructGetLinkedItems
  */
 public function __construct($_page = NULL, $_rows_on_page = NULL)
 {
     parent::__construct(array('page' => $_page, 'rows_on_page' => $_rows_on_page), false);
 }
 /**
  * Constructor method for setSignOrderCommandResponse
  * @see parent::__construct()
  * @param int $_setSignOrderCommandResult
  * @return MerlionStructSetSignOrderCommandResponse
  */
 public function __construct($_setSignOrderCommandResult = NULL)
 {
     parent::__construct(array('setSignOrderCommandResult' => $_setSignOrderCommandResult), false);
 }
 /**
  * Constructor method for getShipmentDates
  * @see parent::__construct()
  * @param string $_code
  * @return MerlionStructGetShipmentDates
  */
 public function __construct($_code = NULL)
 {
     parent::__construct(array('code' => $_code), false);
 }
 /**
  * Constructor method for getItemsAvail
  * @see parent::__construct()
  * @param string $_cat_id
  * @param string $_shipment_method
  * @param string $_shipment_date
  * @param string $_only_avail
  * @param string $_item_id
  * @return MerlionStructGetItemsAvail
  */
 public function __construct($_cat_id = NULL, $_shipment_method = NULL, $_shipment_date = NULL, $_only_avail = NULL, $_item_id = NULL)
 {
     parent::__construct(array('cat_id' => $_cat_id, 'shipment_method' => $_shipment_method, 'shipment_date' => $_shipment_date, 'only_avail' => $_only_avail, 'item_id' => $_item_id), false);
 }
 /**
  * Constructor method for OrderLinesGTDResult
  * @see parent::__construct()
  * @param string $_document_no
  * @param string $_item_no
  * @param string $_bundle_item_no
  * @param string $_gtd_no
  * @param int $_used_qty
  * @param string $_country
  * @return MerlionStructOrderLinesGTDResult
  */
 public function __construct($_document_no = NULL, $_item_no = NULL, $_bundle_item_no = NULL, $_gtd_no = NULL, $_used_qty = NULL, $_country = NULL)
 {
     parent::__construct(array('document_no' => $_document_no, 'item_no' => $_item_no, 'bundle_item_no' => $_bundle_item_no, 'gtd_no' => $_gtd_no, 'used_qty' => $_used_qty, 'country' => $_country), false);
 }
 /**
  * Constructor method for getCurrencyRateResponse
  * @see parent::__construct()
  * @param MerlionStructArrayOfCurrencyRateResult $_getCurrencyRateResult
  * @return MerlionStructGetCurrencyRateResponse
  */
 public function __construct($_getCurrencyRateResult = NULL)
 {
     parent::__construct(array('getCurrencyRateResult' => $_getCurrencyRateResult instanceof MerlionStructArrayOfCurrencyRateResult ? $_getCurrencyRateResult : new MerlionStructArrayOfCurrencyRateResult($_getCurrencyRateResult)), false);
 }
 /**
  * Constructor method for getRepresentativeResponse
  * @see parent::__construct()
  * @param MerlionStructArrayOfRepresentativeResult $_getRepresentativeResult
  * @return MerlionStructGetRepresentativeResponse
  */
 public function __construct($_getRepresentativeResult = NULL)
 {
     parent::__construct(array('getRepresentativeResult' => $_getRepresentativeResult instanceof MerlionStructArrayOfRepresentativeResult ? $_getRepresentativeResult : new MerlionStructArrayOfRepresentativeResult($_getRepresentativeResult)), false);
 }
 /**
  * Constructor method for setDeleteOrderCommand
  * @see parent::__construct()
  * @param string $_document_no
  * @return MerlionStructSetDeleteOrderCommand
  */
 public function __construct($_document_no = NULL)
 {
     parent::__construct(array('document_no' => $_document_no), false);
 }
 /**
  * Constructor method for ItemsResult
  * @see parent::__construct()
  * @param string $_no
  * @param string $_name
  * @param string $_brand
  * @param string $_vendor_part
  * @param string $_size
  * @param int $_eOL
  * @param int $_warranty
  * @param float $_weight
  * @param float $_volume
  * @param int $_min_Packaged
  * @param string $_groupName1
  * @param string $_groupName2
  * @param string $_groupName3
  * @param string $_groupCode1
  * @param string $_groupCode2
  * @param string $_groupCode3
  * @param int $_isBundle
  * @param string $_actionDesc
  * @param string $_actionWWW
  * @return MerlionStructItemsResult
  */
 public function __construct($_no = NULL, $_name = NULL, $_brand = NULL, $_vendor_part = NULL, $_size = NULL, $_eOL = NULL, $_warranty = NULL, $_weight = NULL, $_volume = NULL, $_min_Packaged = NULL, $_groupName1 = NULL, $_groupName2 = NULL, $_groupName3 = NULL, $_groupCode1 = NULL, $_groupCode2 = NULL, $_groupCode3 = NULL, $_isBundle = NULL, $_actionDesc = NULL, $_actionWWW = NULL)
 {
     parent::__construct(array('No' => $_no, 'Name' => $_name, 'Brand' => $_brand, 'Vendor_part' => $_vendor_part, 'Size' => $_size, 'EOL' => $_eOL, 'Warranty' => $_warranty, 'Weight' => $_weight, 'Volume' => $_volume, 'Min_Packaged' => $_min_Packaged, 'GroupName1' => $_groupName1, 'GroupName2' => $_groupName2, 'GroupName3' => $_groupName3, 'GroupCode1' => $_groupCode1, 'GroupCode2' => $_groupCode2, 'GroupCode3' => $_groupCode3, 'IsBundle' => $_isBundle, 'ActionDesc' => $_actionDesc, 'ActionWWW' => $_actionWWW), false);
 }