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.



14673
14674
14675
14676
# File 'lib/eBay.rb', line 14673

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14651
14652
14653
# File 'lib/eBay.rb', line 14651

def __xmlele_any
  @__xmlele_any
end

Instance Method Details

#set_any(elements) ⇒ Object



14653
14654
14655
# File 'lib/eBay.rb', line 14653

def set_any(elements)
  @__xmlele_any = elements
end

#xmlattr_idObject



14657
14658
14659
# File 'lib/eBay.rb', line 14657

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

#xmlattr_id=(value) ⇒ Object



14661
14662
14663
# File 'lib/eBay.rb', line 14661

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

#xmlattr_typeObject



14665
14666
14667
# File 'lib/eBay.rb', line 14665

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

#xmlattr_type=(value) ⇒ Object



14669
14670
14671
# File 'lib/eBay.rb', line 14669

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