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.



5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
# File 'lib/eBay.rb', line 5824

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.



5812
5813
5814
# File 'lib/eBay.rb', line 5812

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



5801
5802
5803
# File 'lib/eBay.rb', line 5801

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



5806
5807
5808
# File 'lib/eBay.rb', line 5806

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



5802
5803
5804
# File 'lib/eBay.rb', line 5802

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



5808
5809
5810
# File 'lib/eBay.rb', line 5808

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



5803
5804
5805
# File 'lib/eBay.rb', line 5803

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



5811
5812
5813
# File 'lib/eBay.rb', line 5811

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMoreOrdersObject

Returns the value of attribute hasMoreOrders.



5814
5815
5816
# File 'lib/eBay.rb', line 5814

def hasMoreOrders
  @hasMoreOrders
end

#messageObject

Returns the value of attribute message.



5804
5805
5806
# File 'lib/eBay.rb', line 5804

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



5807
5808
5809
# File 'lib/eBay.rb', line 5807

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



5810
5811
5812
# File 'lib/eBay.rb', line 5810

def notificationSignature
  @notificationSignature
end

#orderArrayObject

Returns the value of attribute orderArray.



5815
5816
5817
# File 'lib/eBay.rb', line 5815

def orderArray
  @orderArray
end

#ordersPerPageObject

Returns the value of attribute ordersPerPage.



5816
5817
5818
# File 'lib/eBay.rb', line 5816

def ordersPerPage
  @ordersPerPage
end

#pageNumberObject

Returns the value of attribute pageNumber.



5817
5818
5819
# File 'lib/eBay.rb', line 5817

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



5813
5814
5815
# File 'lib/eBay.rb', line 5813

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



5809
5810
5811
# File 'lib/eBay.rb', line 5809

def recipientUserID
  @recipientUserID
end

#returnedOrderCountActualObject

Returns the value of attribute returnedOrderCountActual.



5818
5819
5820
# File 'lib/eBay.rb', line 5818

def returnedOrderCountActual
  @returnedOrderCountActual
end

#timestampObject

Returns the value of attribute timestamp.



5800
5801
5802
# File 'lib/eBay.rb', line 5800

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



5805
5806
5807
# File 'lib/eBay.rb', line 5805

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



5820
5821
5822
# File 'lib/eBay.rb', line 5820

def set_any(elements)
  @__xmlele_any = elements
end