Class: ExternalProductIDType

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

Overview

urn:ebay:apis:eBLBaseComponentsExternalProductIDType

Constant Summary collapse

@@schema_type =
"ExternalProductIDType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["value", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Value")]],
  ["returnSearchResultOnDuplicates", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ReturnSearchResultOnDuplicates")]],
  ["type", ["ExternalProductCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Type")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(value = nil, returnSearchResultOnDuplicates = nil, type = nil) ⇒ ExternalProductIDType



17572
17573
17574
17575
17576
17577
# File 'lib/eBay.rb', line 17572

def initialize(value = nil, returnSearchResultOnDuplicates = nil, type = nil)
  @value = value
  @returnSearchResultOnDuplicates = returnSearchResultOnDuplicates
  @type = type
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17566
17567
17568
# File 'lib/eBay.rb', line 17566

def __xmlele_any
  @__xmlele_any
end

#returnSearchResultOnDuplicatesObject

Returns the value of attribute returnSearchResultOnDuplicates.



17564
17565
17566
# File 'lib/eBay.rb', line 17564

def returnSearchResultOnDuplicates
  @returnSearchResultOnDuplicates
end

#typeObject

Returns the value of attribute type.



17565
17566
17567
# File 'lib/eBay.rb', line 17565

def type
  @type
end

#valueObject

Returns the value of attribute value.



17563
17564
17565
# File 'lib/eBay.rb', line 17563

def value
  @value
end

Instance Method Details

#set_any(elements) ⇒ Object



17568
17569
17570
# File 'lib/eBay.rb', line 17568

def set_any(elements)
  @__xmlele_any = elements
end