Class: GetStorePreferencesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetStorePreferencesRequestType

Constant Summary collapse

@@schema_type =
"GetStorePreferencesRequestType"
@@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) ⇒ GetStorePreferencesRequestType

Returns a new instance of GetStorePreferencesRequestType.



7613
7614
7615
7616
7617
7618
7619
7620
7621
# File 'lib/eBay.rb', line 7613

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.



7607
7608
7609
# File 'lib/eBay.rb', line 7607

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



7601
7602
7603
# File 'lib/eBay.rb', line 7601

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



7605
7606
7607
# File 'lib/eBay.rb', line 7605

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



7602
7603
7604
# File 'lib/eBay.rb', line 7602

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



7606
7607
7608
# File 'lib/eBay.rb', line 7606

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



7603
7604
7605
# File 'lib/eBay.rb', line 7603

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



7604
7605
7606
# File 'lib/eBay.rb', line 7604

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7609
7610
7611
# File 'lib/eBay.rb', line 7609

def set_any(elements)
  @__xmlele_any = elements
end