Class: RelistItemResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsRelistItemResponseType

Constant Summary collapse

@@schema_type =
"RelistItemResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
  ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
  ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
  ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
  ["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
  ["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
  ["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
  ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
  ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
  ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]],
  ["fees", ["FeesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Fees")]],
  ["startTime", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StartTime")]],
  ["endTime", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EndTime")]],
  ["categoryID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryID")]],
  ["category2ID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Category2ID")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, itemID = nil, fees = nil, startTime = nil, endTime = nil, categoryID = nil, category2ID = nil) ⇒ RelistItemResponseType

Returns a new instance of RelistItemResponseType.



9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
# File 'lib/eBay.rb', line 9988

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, itemID = nil, fees = nil, startTime = nil, endTime = nil, categoryID = nil, category2ID = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
  @itemID = itemID
  @fees = fees
  @startTime = startTime
  @endTime = endTime
  @categoryID = categoryID
  @category2ID = category2ID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9976
9977
9978
# File 'lib/eBay.rb', line 9976

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9965
9966
9967
# File 'lib/eBay.rb', line 9965

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



9970
9971
9972
# File 'lib/eBay.rb', line 9970

def build
  @build
end

#category2IDObject

Returns the value of attribute category2ID.



9982
9983
9984
# File 'lib/eBay.rb', line 9982

def category2ID
  @category2ID
end

#categoryIDObject

Returns the value of attribute categoryID.



9981
9982
9983
# File 'lib/eBay.rb', line 9981

def categoryID
  @categoryID
end

#correlationIDObject

Returns the value of attribute correlationID.



9966
9967
9968
# File 'lib/eBay.rb', line 9966

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9972
9973
9974
# File 'lib/eBay.rb', line 9972

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#endTimeObject

Returns the value of attribute endTime.



9980
9981
9982
# File 'lib/eBay.rb', line 9980

def endTime
  @endTime
end

#errorsObject

Returns the value of attribute errors.



9967
9968
9969
# File 'lib/eBay.rb', line 9967

def errors
  @errors
end

#feesObject

Returns the value of attribute fees.



9978
9979
9980
# File 'lib/eBay.rb', line 9978

def fees
  @fees
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9975
9976
9977
# File 'lib/eBay.rb', line 9975

def hardExpirationWarning
  @hardExpirationWarning
end

#itemIDObject

Returns the value of attribute itemID.



9977
9978
9979
# File 'lib/eBay.rb', line 9977

def itemID
  @itemID
end

#messageObject

Returns the value of attribute message.



9968
9969
9970
# File 'lib/eBay.rb', line 9968

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9971
9972
9973
# File 'lib/eBay.rb', line 9971

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9974
9975
9976
# File 'lib/eBay.rb', line 9974

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9973
9974
9975
# File 'lib/eBay.rb', line 9973

def recipientUserID
  @recipientUserID
end

#startTimeObject

Returns the value of attribute startTime.



9979
9980
9981
# File 'lib/eBay.rb', line 9979

def startTime
  @startTime
end

#timestampObject

Returns the value of attribute timestamp.



9964
9965
9966
# File 'lib/eBay.rb', line 9964

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



9969
9970
9971
# File 'lib/eBay.rb', line 9969

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9984
9985
9986
# File 'lib/eBay.rb', line 9984

def set_any(elements)
  @__xmlele_any = elements
end