Class: GetCharitiesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCharitiesRequestType

Constant Summary collapse

@@schema_type =
"GetCharitiesRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
  ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
  ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
  ["invocationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
  ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["charityID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CharityID")]],
  ["charityName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CharityName")]],
  ["query", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Query")]],
  ["charityRegion", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CharityRegion")]],
  ["charityDomain", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CharityDomain")]],
  ["includeDescription", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "IncludeDescription")]],
  ["matchType", ["StringMatchCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MatchType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, charityID = nil, charityName = nil, query = nil, charityRegion = nil, charityDomain = nil, includeDescription = nil, matchType = nil) ⇒ GetCharitiesRequestType



3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
# File 'lib/eBay.rb', line 3751

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, charityID = nil, charityName = nil, query = nil, charityRegion = nil, charityDomain = nil, includeDescription = nil, matchType = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
  @charityID = charityID
  @charityName = charityName
  @query = query
  @charityRegion = charityRegion
  @charityDomain = charityDomain
  @includeDescription = includeDescription
  @matchType = matchType
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3738
3739
3740
# File 'lib/eBay.rb', line 3738

def __xmlele_any
  @__xmlele_any
end

#charityDomainObject

Returns the value of attribute charityDomain.



3743
3744
3745
# File 'lib/eBay.rb', line 3743

def charityDomain
  @charityDomain
end

#charityIDObject

Returns the value of attribute charityID.



3739
3740
3741
# File 'lib/eBay.rb', line 3739

def charityID
  @charityID
end

#charityNameObject

Returns the value of attribute charityName.



3740
3741
3742
# File 'lib/eBay.rb', line 3740

def charityName
  @charityName
end

#charityRegionObject

Returns the value of attribute charityRegion.



3742
3743
3744
# File 'lib/eBay.rb', line 3742

def charityRegion
  @charityRegion
end

#detailLevelObject

Returns the value of attribute detailLevel.



3731
3732
3733
# File 'lib/eBay.rb', line 3731

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3735
3736
3737
# File 'lib/eBay.rb', line 3735

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3732
3733
3734
# File 'lib/eBay.rb', line 3732

def errorLanguage
  @errorLanguage
end

#includeDescriptionObject

Returns the value of attribute includeDescription.



3744
3745
3746
# File 'lib/eBay.rb', line 3744

def includeDescription
  @includeDescription
end

#invocationIDObject

Returns the value of attribute invocationID.



3736
3737
3738
# File 'lib/eBay.rb', line 3736

def invocationID
  @invocationID
end

#matchTypeObject

Returns the value of attribute matchType.



3745
3746
3747
# File 'lib/eBay.rb', line 3745

def matchType
  @matchType
end

#messageIDObject

Returns the value of attribute messageID.



3733
3734
3735
# File 'lib/eBay.rb', line 3733

def messageID
  @messageID
end

#queryObject

Returns the value of attribute query.



3741
3742
3743
# File 'lib/eBay.rb', line 3741

def query
  @query
end

#versionObject

Returns the value of attribute version.



3734
3735
3736
# File 'lib/eBay.rb', line 3734

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3737
3738
3739
# File 'lib/eBay.rb', line 3737

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3747
3748
3749
# File 'lib/eBay.rb', line 3747

def set_any(elements)
  @__xmlele_any = elements
end