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.



12456
12457
12458
12459
12460
12461
12462
12463
12464
12465
12466
12467
12468
12469
12470
12471
# File 'lib/eBay.rb', line 12456

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.



12444
12445
12446
# File 'lib/eBay.rb', line 12444

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



12437
12438
12439
# File 'lib/eBay.rb', line 12437

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



12441
12442
12443
# File 'lib/eBay.rb', line 12441

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



12438
12439
12440
# File 'lib/eBay.rb', line 12438

def errorLanguage
  @errorLanguage
end

#feedbackScoreObject

Returns the value of attribute feedbackScore.



12445
12446
12447
# File 'lib/eBay.rb', line 12445

def feedbackScore
  @feedbackScore
end

#invocationIDObject

Returns the value of attribute invocationID.



12442
12443
12444
# File 'lib/eBay.rb', line 12442

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



12439
12440
12441
# File 'lib/eBay.rb', line 12439

def messageID
  @messageID
end

#registrationDateObject

Returns the value of attribute registrationDate.



12446
12447
12448
# File 'lib/eBay.rb', line 12446

def registrationDate
  @registrationDate
end

#subscribeSAObject

Returns the value of attribute subscribeSA.



12447
12448
12449
# File 'lib/eBay.rb', line 12447

def subscribeSA
  @subscribeSA
end

#subscribeSAProObject

Returns the value of attribute subscribeSAPro.



12448
12449
12450
# File 'lib/eBay.rb', line 12448

def subscribeSAPro
  @subscribeSAPro
end

#subscribeSMObject

Returns the value of attribute subscribeSM.



12449
12450
12451
# File 'lib/eBay.rb', line 12449

def subscribeSM
  @subscribeSM
end

#subscribeSMProObject

Returns the value of attribute subscribeSMPro.



12450
12451
12452
# File 'lib/eBay.rb', line 12450

def subscribeSMPro
  @subscribeSMPro
end

#versionObject

Returns the value of attribute version.



12440
12441
12442
# File 'lib/eBay.rb', line 12440

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



12443
12444
12445
# File 'lib/eBay.rb', line 12443

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



12452
12453
12454
# File 'lib/eBay.rb', line 12452

def set_any(elements)
  @__xmlele_any = elements
end