Class: GetItemShippingRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetItemShippingRequestType

Constant Summary collapse

@@schema_type =
"GetItemShippingRequestType"
@@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")]],
  ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]],
  ["quantitySold", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "QuantitySold")]],
  ["destinationPostalCode", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DestinationPostalCode")]],
  ["destinationCountryCode", ["CountryCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DestinationCountryCode")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, quantitySold = nil, destinationPostalCode = nil, destinationCountryCode = nil) ⇒ GetItemShippingRequestType

Returns a new instance of GetItemShippingRequestType.



4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
# File 'lib/eBay.rb', line 4187

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4177
4178
4179
# File 'lib/eBay.rb', line 4177

def __xmlele_any
  @__xmlele_any
end

#destinationCountryCodeObject

Returns the value of attribute destinationCountryCode.



4181
4182
4183
# File 'lib/eBay.rb', line 4181

def destinationCountryCode
  @destinationCountryCode
end

#destinationPostalCodeObject

Returns the value of attribute destinationPostalCode.



4180
4181
4182
# File 'lib/eBay.rb', line 4180

def destinationPostalCode
  @destinationPostalCode
end

#detailLevelObject

Returns the value of attribute detailLevel.



4170
4171
4172
# File 'lib/eBay.rb', line 4170

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4174
4175
4176
# File 'lib/eBay.rb', line 4174

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4171
4172
4173
# File 'lib/eBay.rb', line 4171

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



4175
4176
4177
# File 'lib/eBay.rb', line 4175

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



4178
4179
4180
# File 'lib/eBay.rb', line 4178

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



4172
4173
4174
# File 'lib/eBay.rb', line 4172

def messageID
  @messageID
end

#quantitySoldObject

Returns the value of attribute quantitySold.



4179
4180
4181
# File 'lib/eBay.rb', line 4179

def quantitySold
  @quantitySold
end

#versionObject

Returns the value of attribute version.



4173
4174
4175
# File 'lib/eBay.rb', line 4173

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4176
4177
4178
# File 'lib/eBay.rb', line 4176

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4183
4184
4185
# File 'lib/eBay.rb', line 4183

def set_any(elements)
  @__xmlele_any = elements
end