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.



6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
6593
6594
6595
6596
6597
6598
6599
# File 'lib/eBay.rb', line 6583

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.



6570
6571
6572
# File 'lib/eBay.rb', line 6570

def __xmlele_any
  @__xmlele_any
end

#createTimeFromObject

Returns the value of attribute createTimeFrom.



6572
6573
6574
# File 'lib/eBay.rb', line 6572

def createTimeFrom
  @createTimeFrom
end

#createTimeToObject

Returns the value of attribute createTimeTo.



6573
6574
6575
# File 'lib/eBay.rb', line 6573

def createTimeTo
  @createTimeTo
end

#detailLevelObject

Returns the value of attribute detailLevel.



6563
6564
6565
# File 'lib/eBay.rb', line 6563

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6567
6568
6569
# File 'lib/eBay.rb', line 6567

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6564
6565
6566
# File 'lib/eBay.rb', line 6564

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6568
6569
6570
# File 'lib/eBay.rb', line 6568

def invocationID
  @invocationID
end

#listingTypeObject

Returns the value of attribute listingType.



6576
6577
6578
# File 'lib/eBay.rb', line 6576

def listingType
  @listingType
end

#messageIDObject

Returns the value of attribute messageID.



6565
6566
6567
# File 'lib/eBay.rb', line 6565

def messageID
  @messageID
end

#orderIDArrayObject

Returns the value of attribute orderIDArray.



6571
6572
6573
# File 'lib/eBay.rb', line 6571

def orderIDArray
  @orderIDArray
end

#orderRoleObject

Returns the value of attribute orderRole.



6574
6575
6576
# File 'lib/eBay.rb', line 6574

def orderRole
  @orderRole
end

#orderStatusObject

Returns the value of attribute orderStatus.



6575
6576
6577
# File 'lib/eBay.rb', line 6575

def orderStatus
  @orderStatus
end

#paginationObject

Returns the value of attribute pagination.



6577
6578
6579
# File 'lib/eBay.rb', line 6577

def pagination
  @pagination
end

#versionObject

Returns the value of attribute version.



6566
6567
6568
# File 'lib/eBay.rb', line 6566

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6569
6570
6571
# File 'lib/eBay.rb', line 6569

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6579
6580
6581
# File 'lib/eBay.rb', line 6579

def set_any(elements)
  @__xmlele_any = elements
end