Class: SetTaxTableRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetTaxTableRequestType

Constant Summary collapse

@@schema_type =
"SetTaxTableRequestType"
@@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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
["taxTable", ["TaxTableType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TaxTable")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SetTaxTableRequestType.



10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
# File 'lib/eBay.rb', line 10783

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10776
10777
10778
# File 'lib/eBay.rb', line 10776

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



10770
10771
10772
# File 'lib/eBay.rb', line 10770

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



10774
10775
10776
# File 'lib/eBay.rb', line 10774

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



10771
10772
10773
# File 'lib/eBay.rb', line 10771

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



10775
10776
10777
# File 'lib/eBay.rb', line 10775

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



10772
10773
10774
# File 'lib/eBay.rb', line 10772

def messageID
  @messageID
end

#taxTableObject

Returns the value of attribute taxTable.



10777
10778
10779
# File 'lib/eBay.rb', line 10777

def taxTable
  @taxTable
end

#versionObject

Returns the value of attribute version.



10773
10774
10775
# File 'lib/eBay.rb', line 10773

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10779
10780
10781
# File 'lib/eBay.rb', line 10779

def set_any(elements)
  @__xmlele_any = elements
end