Class: GetOrdersRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetOrdersRequestType

Constant Summary collapse

@@schema_type =
"GetOrdersRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
  ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
  ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
  ["invocationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
  ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["orderIDArray", ["OrderIDArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "OrderIDArray")]],
  ["createTimeFrom", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CreateTimeFrom")]],
  ["createTimeTo", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CreateTimeTo")]],
  ["orderRole", ["TradingRoleCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "OrderRole")]],
  ["orderStatus", ["OrderStatusCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "OrderStatus")]],
  ["listingType", ["ListingTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ListingType")]],
  ["pagination", ["PaginationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Pagination")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, orderIDArray = nil, createTimeFrom = nil, createTimeTo = nil, orderRole = nil, orderStatus = nil, listingType = nil, pagination = nil) ⇒ GetOrdersRequestType

Returns a new instance of GetOrdersRequestType.



5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
# File 'lib/eBay.rb', line 5755

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, orderIDArray = nil, createTimeFrom = nil, createTimeTo = nil, orderRole = nil, orderStatus = nil, listingType = nil, pagination = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
  @orderIDArray = orderIDArray
  @createTimeFrom = createTimeFrom
  @createTimeTo = createTimeTo
  @orderRole = orderRole
  @orderStatus = orderStatus
  @listingType = listingType
  @pagination = pagination
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5742
5743
5744
# File 'lib/eBay.rb', line 5742

def __xmlele_any
  @__xmlele_any
end

#createTimeFromObject

Returns the value of attribute createTimeFrom.



5744
5745
5746
# File 'lib/eBay.rb', line 5744

def createTimeFrom
  @createTimeFrom
end

#createTimeToObject

Returns the value of attribute createTimeTo.



5745
5746
5747
# File 'lib/eBay.rb', line 5745

def createTimeTo
  @createTimeTo
end

#detailLevelObject

Returns the value of attribute detailLevel.



5735
5736
5737
# File 'lib/eBay.rb', line 5735

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5739
5740
5741
# File 'lib/eBay.rb', line 5739

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5736
5737
5738
# File 'lib/eBay.rb', line 5736

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5740
5741
5742
# File 'lib/eBay.rb', line 5740

def invocationID
  @invocationID
end

#listingTypeObject

Returns the value of attribute listingType.



5748
5749
5750
# File 'lib/eBay.rb', line 5748

def listingType
  @listingType
end

#messageIDObject

Returns the value of attribute messageID.



5737
5738
5739
# File 'lib/eBay.rb', line 5737

def messageID
  @messageID
end

#orderIDArrayObject

Returns the value of attribute orderIDArray.



5743
5744
5745
# File 'lib/eBay.rb', line 5743

def orderIDArray
  @orderIDArray
end

#orderRoleObject

Returns the value of attribute orderRole.



5746
5747
5748
# File 'lib/eBay.rb', line 5746

def orderRole
  @orderRole
end

#orderStatusObject

Returns the value of attribute orderStatus.



5747
5748
5749
# File 'lib/eBay.rb', line 5747

def orderStatus
  @orderStatus
end

#paginationObject

Returns the value of attribute pagination.



5749
5750
5751
# File 'lib/eBay.rb', line 5749

def pagination
  @pagination
end

#versionObject

Returns the value of attribute version.



5738
5739
5740
# File 'lib/eBay.rb', line 5738

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5741
5742
5743
# File 'lib/eBay.rb', line 5741

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5751
5752
5753
# File 'lib/eBay.rb', line 5751

def set_any(elements)
  @__xmlele_any = elements
end