Class: ErrorParameterType

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

Overview

urn:ebay:apis:eBLBaseComponentsErrorParameterType

Constant Summary collapse

@@schema_type =
"ErrorParameterType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_attribute =
{XSD::QName.new(nil, "ParamID") => "SOAP::SOAPString"}
@@schema_element =
[
["value", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Value")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(value = nil) ⇒ ErrorParameterType

Returns a new instance of ErrorParameterType.



11560
11561
11562
11563
11564
# File 'lib/eBay.rb', line 11560

def initialize(value = nil)
  @value = value
  @__xmlele_any = nil
  @__xmlattr = {}
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11546
11547
11548
# File 'lib/eBay.rb', line 11546

def __xmlele_any
  @__xmlele_any
end

#valueObject

Returns the value of attribute value.



11545
11546
11547
# File 'lib/eBay.rb', line 11545

def value
  @value
end

Instance Method Details

#set_any(elements) ⇒ Object



11548
11549
11550
# File 'lib/eBay.rb', line 11548

def set_any(elements)
  @__xmlele_any = elements
end

#xmlattr_ParamIDObject



11552
11553
11554
# File 'lib/eBay.rb', line 11552

def xmlattr_ParamID
  (@__xmlattr ||= {})[XSD::QName.new(nil, "ParamID")]
end

#xmlattr_ParamID=(value) ⇒ Object



11556
11557
11558
# File 'lib/eBay.rb', line 11556

def xmlattr_ParamID=(value)
  (@__xmlattr ||= {})[XSD::QName.new(nil, "ParamID")] = value
end