Class: ValidateTestUserRegistrationRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsValidateTestUserRegistrationRequestType

Constant Summary collapse

@@schema_type =
"ValidateTestUserRegistrationRequestType"
@@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")]],
  ["feedbackScore", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FeedbackScore")]],
  ["registrationDate", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RegistrationDate")]],
  ["subscribeSA", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SubscribeSA")]],
  ["subscribeSAPro", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SubscribeSAPro")]],
  ["subscribeSM", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SubscribeSM")]],
  ["subscribeSMPro", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SubscribeSMPro")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, feedbackScore = nil, registrationDate = nil, subscribeSA = nil, subscribeSAPro = nil, subscribeSM = nil, subscribeSMPro = nil) ⇒ ValidateTestUserRegistrationRequestType

Returns a new instance of ValidateTestUserRegistrationRequestType.



13902
13903
13904
13905
13906
13907
13908
13909
13910
13911
13912
13913
13914
13915
13916
13917
# File 'lib/eBay.rb', line 13902

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, feedbackScore = nil, registrationDate = nil, subscribeSA = nil, subscribeSAPro = nil, subscribeSM = nil, subscribeSMPro = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
  @feedbackScore = feedbackScore
  @registrationDate = registrationDate
  @subscribeSA = subscribeSA
  @subscribeSAPro = subscribeSAPro
  @subscribeSM = subscribeSM
  @subscribeSMPro = subscribeSMPro
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13890
13891
13892
# File 'lib/eBay.rb', line 13890

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



13883
13884
13885
# File 'lib/eBay.rb', line 13883

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



13887
13888
13889
# File 'lib/eBay.rb', line 13887

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



13884
13885
13886
# File 'lib/eBay.rb', line 13884

def errorLanguage
  @errorLanguage
end

#feedbackScoreObject

Returns the value of attribute feedbackScore.



13891
13892
13893
# File 'lib/eBay.rb', line 13891

def feedbackScore
  @feedbackScore
end

#invocationIDObject

Returns the value of attribute invocationID.



13888
13889
13890
# File 'lib/eBay.rb', line 13888

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



13885
13886
13887
# File 'lib/eBay.rb', line 13885

def messageID
  @messageID
end

#registrationDateObject

Returns the value of attribute registrationDate.



13892
13893
13894
# File 'lib/eBay.rb', line 13892

def registrationDate
  @registrationDate
end

#subscribeSAObject

Returns the value of attribute subscribeSA.



13893
13894
13895
# File 'lib/eBay.rb', line 13893

def subscribeSA
  @subscribeSA
end

#subscribeSAProObject

Returns the value of attribute subscribeSAPro.



13894
13895
13896
# File 'lib/eBay.rb', line 13894

def subscribeSAPro
  @subscribeSAPro
end

#subscribeSMObject

Returns the value of attribute subscribeSM.



13895
13896
13897
# File 'lib/eBay.rb', line 13895

def subscribeSM
  @subscribeSM
end

#subscribeSMProObject

Returns the value of attribute subscribeSMPro.



13896
13897
13898
# File 'lib/eBay.rb', line 13896

def subscribeSMPro
  @subscribeSMPro
end

#versionObject

Returns the value of attribute version.



13886
13887
13888
# File 'lib/eBay.rb', line 13886

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



13889
13890
13891
# File 'lib/eBay.rb', line 13889

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



13898
13899
13900
# File 'lib/eBay.rb', line 13898

def set_any(elements)
  @__xmlele_any = elements
end