Class: GetOrdersRequestType
- Inherits:
-
Object
- Object
- GetOrdersRequestType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#createTimeFrom ⇒ Object
Returns the value of attribute createTimeFrom.
-
#createTimeTo ⇒ Object
Returns the value of attribute createTimeTo.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#listingType ⇒ Object
Returns the value of attribute listingType.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#orderIDArray ⇒ Object
Returns the value of attribute orderIDArray.
-
#orderRole ⇒ Object
Returns the value of attribute orderRole.
-
#orderStatus ⇒ Object
Returns the value of attribute orderStatus.
-
#pagination ⇒ Object
Returns the value of attribute pagination.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#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
constructor
A new instance of GetOrdersRequestType.
- #set_any(elements) ⇒ Object
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, = 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 = @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
6570 6571 6572 |
# File 'lib/eBay.rb', line 6570 def __xmlele_any @__xmlele_any end |
#createTimeFrom ⇒ Object
Returns the value of attribute createTimeFrom.
6572 6573 6574 |
# File 'lib/eBay.rb', line 6572 def createTimeFrom @createTimeFrom end |
#createTimeTo ⇒ Object
Returns the value of attribute createTimeTo.
6573 6574 6575 |
# File 'lib/eBay.rb', line 6573 def createTimeTo @createTimeTo end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
6563 6564 6565 |
# File 'lib/eBay.rb', line 6563 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
6567 6568 6569 |
# File 'lib/eBay.rb', line 6567 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
6564 6565 6566 |
# File 'lib/eBay.rb', line 6564 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
6568 6569 6570 |
# File 'lib/eBay.rb', line 6568 def invocationID @invocationID end |
#listingType ⇒ Object
Returns the value of attribute listingType.
6576 6577 6578 |
# File 'lib/eBay.rb', line 6576 def listingType @listingType end |
#messageID ⇒ Object
Returns the value of attribute messageID.
6565 6566 6567 |
# File 'lib/eBay.rb', line 6565 def @messageID end |
#orderIDArray ⇒ Object
Returns the value of attribute orderIDArray.
6571 6572 6573 |
# File 'lib/eBay.rb', line 6571 def orderIDArray @orderIDArray end |
#orderRole ⇒ Object
Returns the value of attribute orderRole.
6574 6575 6576 |
# File 'lib/eBay.rb', line 6574 def orderRole @orderRole end |
#orderStatus ⇒ Object
Returns the value of attribute orderStatus.
6575 6576 6577 |
# File 'lib/eBay.rb', line 6575 def orderStatus @orderStatus end |
#pagination ⇒ Object
Returns the value of attribute pagination.
6577 6578 6579 |
# File 'lib/eBay.rb', line 6577 def pagination @pagination end |
#version ⇒ Object
Returns the value of attribute version.
6566 6567 6568 |
# File 'lib/eBay.rb', line 6566 def version @version end |
#warningLevel ⇒ Object
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 |