Class: GetOrdersResponseType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetOrdersResponseType

Constant Summary collapse

@@schema_type =
"GetOrdersResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
["paginationResult", ["PaginationResultType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaginationResult")]],
["hasMoreOrders", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HasMoreOrders")]],
["orderArray", ["OrderArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "OrderArray")]],
["ordersPerPage", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "OrdersPerPage")]],
["pageNumber", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PageNumber")]],
["returnedOrderCountActual", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ReturnedOrderCountActual")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, paginationResult = nil, hasMoreOrders = nil, orderArray = nil, ordersPerPage = nil, pageNumber = nil, returnedOrderCountActual = nil) ⇒ GetOrdersResponseType

Returns a new instance of GetOrdersResponseType.



5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
# File 'lib/eBay.rb', line 5219

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, paginationResult = nil, hasMoreOrders = nil, orderArray = nil, ordersPerPage = nil, pageNumber = nil, returnedOrderCountActual = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
  @paginationResult = paginationResult
  @hasMoreOrders = hasMoreOrders
  @orderArray = orderArray
  @ordersPerPage = ordersPerPage
  @pageNumber = pageNumber
  @returnedOrderCountActual = returnedOrderCountActual
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5207
5208
5209
# File 'lib/eBay.rb', line 5207

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



5196
5197
5198
# File 'lib/eBay.rb', line 5196

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



5201
5202
5203
# File 'lib/eBay.rb', line 5201

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



5197
5198
5199
# File 'lib/eBay.rb', line 5197

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



5203
5204
5205
# File 'lib/eBay.rb', line 5203

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



5198
5199
5200
# File 'lib/eBay.rb', line 5198

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



5206
5207
5208
# File 'lib/eBay.rb', line 5206

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMoreOrdersObject

Returns the value of attribute hasMoreOrders.



5209
5210
5211
# File 'lib/eBay.rb', line 5209

def hasMoreOrders
  @hasMoreOrders
end

#messageObject

Returns the value of attribute message.



5199
5200
5201
# File 'lib/eBay.rb', line 5199

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



5202
5203
5204
# File 'lib/eBay.rb', line 5202

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



5205
5206
5207
# File 'lib/eBay.rb', line 5205

def notificationSignature
  @notificationSignature
end

#orderArrayObject

Returns the value of attribute orderArray.



5210
5211
5212
# File 'lib/eBay.rb', line 5210

def orderArray
  @orderArray
end

#ordersPerPageObject

Returns the value of attribute ordersPerPage.



5211
5212
5213
# File 'lib/eBay.rb', line 5211

def ordersPerPage
  @ordersPerPage
end

#pageNumberObject

Returns the value of attribute pageNumber.



5212
5213
5214
# File 'lib/eBay.rb', line 5212

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



5208
5209
5210
# File 'lib/eBay.rb', line 5208

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



5204
5205
5206
# File 'lib/eBay.rb', line 5204

def recipientUserID
  @recipientUserID
end

#returnedOrderCountActualObject

Returns the value of attribute returnedOrderCountActual.



5213
5214
5215
# File 'lib/eBay.rb', line 5213

def returnedOrderCountActual
  @returnedOrderCountActual
end

#timestampObject

Returns the value of attribute timestamp.



5195
5196
5197
# File 'lib/eBay.rb', line 5195

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



5200
5201
5202
# File 'lib/eBay.rb', line 5200

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



5215
5216
5217
# File 'lib/eBay.rb', line 5215

def set_any(elements)
  @__xmlele_any = elements
end