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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["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, orderIDArray = nil, createTimeFrom = nil, createTimeTo = nil, orderRole = nil, orderStatus = nil, listingType = nil, pagination = nil) ⇒ GetOrdersRequestType

Returns a new instance of GetOrdersRequestType.



5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
# File 'lib/eBay.rb', line 5152

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = 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
  @__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.



5139
5140
5141
# File 'lib/eBay.rb', line 5139

def __xmlele_any
  @__xmlele_any
end

#createTimeFromObject

Returns the value of attribute createTimeFrom.



5141
5142
5143
# File 'lib/eBay.rb', line 5141

def createTimeFrom
  @createTimeFrom
end

#createTimeToObject

Returns the value of attribute createTimeTo.



5142
5143
5144
# File 'lib/eBay.rb', line 5142

def createTimeTo
  @createTimeTo
end

#detailLevelObject

Returns the value of attribute detailLevel.



5133
5134
5135
# File 'lib/eBay.rb', line 5133

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5137
5138
5139
# File 'lib/eBay.rb', line 5137

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5134
5135
5136
# File 'lib/eBay.rb', line 5134

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5138
5139
5140
# File 'lib/eBay.rb', line 5138

def invocationID
  @invocationID
end

#listingTypeObject

Returns the value of attribute listingType.



5145
5146
5147
# File 'lib/eBay.rb', line 5145

def listingType
  @listingType
end

#messageIDObject

Returns the value of attribute messageID.



5135
5136
5137
# File 'lib/eBay.rb', line 5135

def messageID
  @messageID
end

#orderIDArrayObject

Returns the value of attribute orderIDArray.



5140
5141
5142
# File 'lib/eBay.rb', line 5140

def orderIDArray
  @orderIDArray
end

#orderRoleObject

Returns the value of attribute orderRole.



5143
5144
5145
# File 'lib/eBay.rb', line 5143

def orderRole
  @orderRole
end

#orderStatusObject

Returns the value of attribute orderStatus.



5144
5145
5146
# File 'lib/eBay.rb', line 5144

def orderStatus
  @orderStatus
end

#paginationObject

Returns the value of attribute pagination.



5146
5147
5148
# File 'lib/eBay.rb', line 5146

def pagination
  @pagination
end

#versionObject

Returns the value of attribute version.



5136
5137
5138
# File 'lib/eBay.rb', line 5136

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



5148
5149
5150
# File 'lib/eBay.rb', line 5148

def set_any(elements)
  @__xmlele_any = elements
end