Class: GetTaxTableRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetTaxTableRequestType

Constant Summary collapse

@@schema_type =
"GetTaxTableRequestType"
@@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")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil) ⇒ GetTaxTableRequestType

Returns a new instance of GetTaxTableRequestType.



8662
8663
8664
8665
8666
8667
8668
8669
8670
8671
# File 'lib/eBay.rb', line 8662

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8656
8657
8658
# File 'lib/eBay.rb', line 8656

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



8649
8650
8651
# File 'lib/eBay.rb', line 8649

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



8653
8654
8655
# File 'lib/eBay.rb', line 8653

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



8650
8651
8652
# File 'lib/eBay.rb', line 8650

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



8654
8655
8656
# File 'lib/eBay.rb', line 8654

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



8651
8652
8653
# File 'lib/eBay.rb', line 8651

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



8652
8653
8654
# File 'lib/eBay.rb', line 8652

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



8655
8656
8657
# File 'lib/eBay.rb', line 8655

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



8658
8659
8660
# File 'lib/eBay.rb', line 8658

def set_any(elements)
  @__xmlele_any = elements
end