Class: GetAllBiddersRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetAllBiddersRequestType

Constant Summary collapse

@@schema_type =
"GetAllBiddersRequestType"
@@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")]],
["callMode", ["GetAllBiddersModeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CallMode")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, itemID = nil, callMode = nil) ⇒ GetAllBiddersRequestType

Returns a new instance of GetAllBiddersRequestType.



1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
# File 'lib/eBay.rb', line 1619

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1611
1612
1613
# File 'lib/eBay.rb', line 1611

def __xmlele_any
  @__xmlele_any
end

#callModeObject

Returns the value of attribute callMode.



1613
1614
1615
# File 'lib/eBay.rb', line 1613

def callMode
  @callMode
end

#detailLevelObject

Returns the value of attribute detailLevel.



1605
1606
1607
# File 'lib/eBay.rb', line 1605

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1609
1610
1611
# File 'lib/eBay.rb', line 1609

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1606
1607
1608
# File 'lib/eBay.rb', line 1606

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1610
1611
1612
# File 'lib/eBay.rb', line 1610

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



1612
1613
1614
# File 'lib/eBay.rb', line 1612

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



1607
1608
1609
# File 'lib/eBay.rb', line 1607

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



1608
1609
1610
# File 'lib/eBay.rb', line 1608

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



1615
1616
1617
# File 'lib/eBay.rb', line 1615

def set_any(elements)
  @__xmlele_any = elements
end