Class: GeteBayOfficialTimeRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGeteBayOfficialTimeRequestType

Constant Summary collapse

@@schema_type =
"GeteBayOfficialTimeRequestType"
@@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")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil) ⇒ GeteBayOfficialTimeRequestType

Returns a new instance of GeteBayOfficialTimeRequestType.



8588
8589
8590
8591
8592
8593
8594
8595
8596
# File 'lib/eBay.rb', line 8588

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8582
8583
8584
# File 'lib/eBay.rb', line 8582

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



8576
8577
8578
# File 'lib/eBay.rb', line 8576

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



8580
8581
8582
# File 'lib/eBay.rb', line 8580

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



8577
8578
8579
# File 'lib/eBay.rb', line 8577

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



8581
8582
8583
# File 'lib/eBay.rb', line 8581

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



8578
8579
8580
# File 'lib/eBay.rb', line 8578

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



8579
8580
8581
# File 'lib/eBay.rb', line 8579

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8584
8585
8586
# File 'lib/eBay.rb', line 8584

def set_any(elements)
  @__xmlele_any = elements
end