Class: CharityAffiliationType

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

Overview

urn:ebay:apis:eBLBaseComponentsCharityAffiliationType

Constant Summary collapse

@@schema_type =
"CharityAffiliationType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_attribute =
{XSD::QName.new(nil, "id") => "SOAP::SOAPString", XSD::QName.new(nil, "type") => nil}
@@schema_element =
[
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCharityAffiliationType

Returns a new instance of CharityAffiliationType.



13006
13007
13008
13009
# File 'lib/eBay.rb', line 13006

def initialize
  @__xmlele_any = nil
  @__xmlattr = {}
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12984
12985
12986
# File 'lib/eBay.rb', line 12984

def __xmlele_any
  @__xmlele_any
end

Instance Method Details

#set_any(elements) ⇒ Object



12986
12987
12988
# File 'lib/eBay.rb', line 12986

def set_any(elements)
  @__xmlele_any = elements
end

#xmlattr_idObject



12990
12991
12992
# File 'lib/eBay.rb', line 12990

def xmlattr_id
  (@__xmlattr ||= {})[XSD::QName.new(nil, "id")]
end

#xmlattr_id=(value) ⇒ Object



12994
12995
12996
# File 'lib/eBay.rb', line 12994

def xmlattr_id=(value)
  (@__xmlattr ||= {})[XSD::QName.new(nil, "id")] = value
end

#xmlattr_typeObject



12998
12999
13000
# File 'lib/eBay.rb', line 12998

def xmlattr_type
  (@__xmlattr ||= {})[XSD::QName.new(nil, "type")]
end

#xmlattr_type=(value) ⇒ Object



13002
13003
13004
# File 'lib/eBay.rb', line 13002

def xmlattr_type=(value)
  (@__xmlattr ||= {})[XSD::QName.new(nil, "type")] = value
end