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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["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, itemID = nil, quantitySold = nil, destinationPostalCode = nil, destinationCountryCode = nil) ⇒ GetItemShippingRequestType

Returns a new instance of GetItemShippingRequestType.



3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
# File 'lib/eBay.rb', line 3883

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, itemID = nil, quantitySold = nil, destinationPostalCode = nil, destinationCountryCode = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @__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.



3873
3874
3875
# File 'lib/eBay.rb', line 3873

def __xmlele_any
  @__xmlele_any
end

#destinationCountryCodeObject

Returns the value of attribute destinationCountryCode.



3877
3878
3879
# File 'lib/eBay.rb', line 3877

def destinationCountryCode
  @destinationCountryCode
end

#destinationPostalCodeObject

Returns the value of attribute destinationPostalCode.



3876
3877
3878
# File 'lib/eBay.rb', line 3876

def destinationPostalCode
  @destinationPostalCode
end

#detailLevelObject

Returns the value of attribute detailLevel.



3867
3868
3869
# File 'lib/eBay.rb', line 3867

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3871
3872
3873
# File 'lib/eBay.rb', line 3871

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3868
3869
3870
# File 'lib/eBay.rb', line 3868

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



3872
3873
3874
# File 'lib/eBay.rb', line 3872

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



3874
3875
3876
# File 'lib/eBay.rb', line 3874

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



3869
3870
3871
# File 'lib/eBay.rb', line 3869

def messageID
  @messageID
end

#quantitySoldObject

Returns the value of attribute quantitySold.



3875
3876
3877
# File 'lib/eBay.rb', line 3875

def quantitySold
  @quantitySold
end

#versionObject

Returns the value of attribute version.



3870
3871
3872
# File 'lib/eBay.rb', line 3870

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



3879
3880
3881
# File 'lib/eBay.rb', line 3879

def set_any(elements)
  @__xmlele_any = elements
end