Class: StoreCustomListingHeaderType

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

Overview

urn:ebay:apis:eBLBaseComponentsStoreCustomListingHeaderType

Constant Summary collapse

@@schema_type =
"StoreCustomListingHeaderType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["displayType", ["StoreCustomListingHeaderDisplayCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DisplayType")]],
["hasLogo", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HasLogo")]],
["hasSearchBox", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HasSearchBox")]],
["linkToInclude", ["StoreCustomListingHeaderLinkType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LinkToInclude")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(displayType = nil, hasLogo = nil, hasSearchBox = nil, linkToInclude = []) ⇒ StoreCustomListingHeaderType

Returns a new instance of StoreCustomListingHeaderType.



18021
18022
18023
18024
18025
18026
18027
# File 'lib/eBay.rb', line 18021

def initialize(displayType = nil,  = nil, hasSearchBox = nil, linkToInclude = [])
  @displayType = displayType
  @hasLogo = 
  @hasSearchBox = hasSearchBox
  @linkToInclude = linkToInclude
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



18015
18016
18017
# File 'lib/eBay.rb', line 18015

def __xmlele_any
  @__xmlele_any
end

#displayTypeObject

Returns the value of attribute displayType.



18011
18012
18013
# File 'lib/eBay.rb', line 18011

def displayType
  @displayType
end

#hasLogoObject

Returns the value of attribute hasLogo.



18012
18013
18014
# File 'lib/eBay.rb', line 18012

def 
  @hasLogo
end

#hasSearchBoxObject

Returns the value of attribute hasSearchBox.



18013
18014
18015
# File 'lib/eBay.rb', line 18013

def hasSearchBox
  @hasSearchBox
end

#linkToIncludeObject

Returns the value of attribute linkToInclude.



18014
18015
18016
# File 'lib/eBay.rb', line 18014

def linkToInclude
  @linkToInclude
end

Instance Method Details

#set_any(elements) ⇒ Object



18017
18018
18019
# File 'lib/eBay.rb', line 18017

def set_any(elements)
  @__xmlele_any = elements
end