Class: GetUserContactDetailsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetUserContactDetailsRequestType

Constant Summary collapse

@@schema_type =
"GetUserContactDetailsRequestType"
@@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")]],
  ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]],
  ["contactID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ContactID")]],
  ["requesterID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RequesterID")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, contactID = nil, requesterID = nil) ⇒ GetUserContactDetailsRequestType

Returns a new instance of GetUserContactDetailsRequestType.



9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
# File 'lib/eBay.rb', line 9967

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9958
9959
9960
# File 'lib/eBay.rb', line 9958

def __xmlele_any
  @__xmlele_any
end

#contactIDObject

Returns the value of attribute contactID.



9960
9961
9962
# File 'lib/eBay.rb', line 9960

def contactID
  @contactID
end

#detailLevelObject

Returns the value of attribute detailLevel.



9951
9952
9953
# File 'lib/eBay.rb', line 9951

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



9955
9956
9957
# File 'lib/eBay.rb', line 9955

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



9952
9953
9954
# File 'lib/eBay.rb', line 9952

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



9956
9957
9958
# File 'lib/eBay.rb', line 9956

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



9959
9960
9961
# File 'lib/eBay.rb', line 9959

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



9953
9954
9955
# File 'lib/eBay.rb', line 9953

def messageID
  @messageID
end

#requesterIDObject

Returns the value of attribute requesterID.



9961
9962
9963
# File 'lib/eBay.rb', line 9961

def requesterID
  @requesterID
end

#versionObject

Returns the value of attribute version.



9954
9955
9956
# File 'lib/eBay.rb', line 9954

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



9957
9958
9959
# File 'lib/eBay.rb', line 9957

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



9963
9964
9965
# File 'lib/eBay.rb', line 9963

def set_any(elements)
  @__xmlele_any = elements
end