Class: GetSellerListResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellerListResponseType

Constant Summary collapse

@@schema_type =
"GetSellerListResponseType"
@@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")]],
  ["hasMoreItems", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HasMoreItems")]],
  ["itemArray", ["ItemArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemArray")]],
  ["itemsPerPage", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemsPerPage")]],
  ["pageNumber", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PageNumber")]],
  ["returnedItemCountActual", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ReturnedItemCountActual")]],
  ["seller", ["UserType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Seller")]]
]

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, hasMoreItems = nil, itemArray = nil, itemsPerPage = nil, pageNumber = nil, returnedItemCountActual = nil, seller = nil) ⇒ GetSellerListResponseType

Returns a new instance of GetSellerListResponseType.



7724
7725
7726
7727
7728
7729
7730
7731
7732
7733
7734
7735
7736
7737
7738
7739
7740
7741
7742
7743
7744
7745
# File 'lib/eBay.rb', line 7724

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, hasMoreItems = nil, itemArray = nil, itemsPerPage = nil, pageNumber = nil, returnedItemCountActual = nil, seller = 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
  @hasMoreItems = hasMoreItems
  @itemArray = itemArray
  @itemsPerPage = itemsPerPage
  @pageNumber = pageNumber
  @returnedItemCountActual = returnedItemCountActual
  @seller = seller
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7711
7712
7713
# File 'lib/eBay.rb', line 7711

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



7700
7701
7702
# File 'lib/eBay.rb', line 7700

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



7705
7706
7707
# File 'lib/eBay.rb', line 7705

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



7701
7702
7703
# File 'lib/eBay.rb', line 7701

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



7707
7708
7709
# File 'lib/eBay.rb', line 7707

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



7702
7703
7704
# File 'lib/eBay.rb', line 7702

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



7710
7711
7712
# File 'lib/eBay.rb', line 7710

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMoreItemsObject

Returns the value of attribute hasMoreItems.



7713
7714
7715
# File 'lib/eBay.rb', line 7713

def hasMoreItems
  @hasMoreItems
end

#itemArrayObject

Returns the value of attribute itemArray.



7714
7715
7716
# File 'lib/eBay.rb', line 7714

def itemArray
  @itemArray
end

#itemsPerPageObject

Returns the value of attribute itemsPerPage.



7715
7716
7717
# File 'lib/eBay.rb', line 7715

def itemsPerPage
  @itemsPerPage
end

#messageObject

Returns the value of attribute message.



7703
7704
7705
# File 'lib/eBay.rb', line 7703

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



7706
7707
7708
# File 'lib/eBay.rb', line 7706

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



7709
7710
7711
# File 'lib/eBay.rb', line 7709

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



7716
7717
7718
# File 'lib/eBay.rb', line 7716

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



7712
7713
7714
# File 'lib/eBay.rb', line 7712

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



7708
7709
7710
# File 'lib/eBay.rb', line 7708

def recipientUserID
  @recipientUserID
end

#returnedItemCountActualObject

Returns the value of attribute returnedItemCountActual.



7717
7718
7719
# File 'lib/eBay.rb', line 7717

def returnedItemCountActual
  @returnedItemCountActual
end

#sellerObject

Returns the value of attribute seller.



7718
7719
7720
# File 'lib/eBay.rb', line 7718

def seller
  @seller
end

#timestampObject

Returns the value of attribute timestamp.



7699
7700
7701
# File 'lib/eBay.rb', line 7699

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



7704
7705
7706
# File 'lib/eBay.rb', line 7704

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7720
7721
7722
# File 'lib/eBay.rb', line 7720

def set_any(elements)
  @__xmlele_any = elements
end