Class: SetStoreCustomPageRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetStoreCustomPageRequestType

Constant Summary collapse

@@schema_type =
"SetStoreCustomPageRequestType"
@@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")]],
["customPage", ["StoreCustomPageType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CustomPage")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SetStoreCustomPageRequestType.



10594
10595
10596
10597
10598
10599
10600
10601
10602
10603
# File 'lib/eBay.rb', line 10594

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10587
10588
10589
# File 'lib/eBay.rb', line 10587

def __xmlele_any
  @__xmlele_any
end

#customPageObject

Returns the value of attribute customPage.



10588
10589
10590
# File 'lib/eBay.rb', line 10588

def customPage
  @customPage
end

#detailLevelObject

Returns the value of attribute detailLevel.



10581
10582
10583
# File 'lib/eBay.rb', line 10581

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



10585
10586
10587
# File 'lib/eBay.rb', line 10585

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



10582
10583
10584
# File 'lib/eBay.rb', line 10582

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



10586
10587
10588
# File 'lib/eBay.rb', line 10586

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



10583
10584
10585
# File 'lib/eBay.rb', line 10583

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



10584
10585
10586
# File 'lib/eBay.rb', line 10584

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10590
10591
10592
# File 'lib/eBay.rb', line 10590

def set_any(elements)
  @__xmlele_any = elements
end