Class: GetNotificationsUsageRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetNotificationsUsageRequestType

Constant Summary collapse

@@schema_type =
"GetNotificationsUsageRequestType"
@@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")]],
  ["startTime", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StartTime")]],
  ["endTime", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EndTime")]],
  ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, startTime = nil, endTime = nil, itemID = nil) ⇒ GetNotificationsUsageRequestType

Returns a new instance of GetNotificationsUsageRequestType.



5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
# File 'lib/eBay.rb', line 5628

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, startTime = nil, endTime = nil, itemID = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
  @startTime = startTime
  @endTime = endTime
  @itemID = itemID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5619
5620
5621
# File 'lib/eBay.rb', line 5619

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



5612
5613
5614
# File 'lib/eBay.rb', line 5612

def detailLevel
  @detailLevel
end

#endTimeObject

Returns the value of attribute endTime.



5621
5622
5623
# File 'lib/eBay.rb', line 5621

def endTime
  @endTime
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5616
5617
5618
# File 'lib/eBay.rb', line 5616

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5613
5614
5615
# File 'lib/eBay.rb', line 5613

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5617
5618
5619
# File 'lib/eBay.rb', line 5617

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



5622
5623
5624
# File 'lib/eBay.rb', line 5622

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



5614
5615
5616
# File 'lib/eBay.rb', line 5614

def messageID
  @messageID
end

#startTimeObject

Returns the value of attribute startTime.



5620
5621
5622
# File 'lib/eBay.rb', line 5620

def startTime
  @startTime
end

#versionObject

Returns the value of attribute version.



5615
5616
5617
# File 'lib/eBay.rb', line 5615

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5618
5619
5620
# File 'lib/eBay.rb', line 5618

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5624
5625
5626
# File 'lib/eBay.rb', line 5624

def set_any(elements)
  @__xmlele_any = elements
end