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

Returns a new instance of ExternalProductIDType.



13682
13683
13684
13685
13686
13687
# File 'lib/eBay.rb', line 13682

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.



13676
13677
13678
# File 'lib/eBay.rb', line 13676

def __xmlele_any
  @__xmlele_any
end

#returnSearchResultOnDuplicatesObject

Returns the value of attribute returnSearchResultOnDuplicates.



13674
13675
13676
# File 'lib/eBay.rb', line 13674

def returnSearchResultOnDuplicates
  @returnSearchResultOnDuplicates
end

#typeObject

Returns the value of attribute type.



13675
13676
13677
# File 'lib/eBay.rb', line 13675

def type
  @type
end

#valueObject

Returns the value of attribute value.



13673
13674
13675
# File 'lib/eBay.rb', line 13673

def value
  @value
end

Instance Method Details

#set_any(elements) ⇒ Object



13678
13679
13680
# File 'lib/eBay.rb', line 13678

def set_any(elements)
  @__xmlele_any = elements
end