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.



12945
12946
12947
12948
12949
# File 'lib/eBay.rb', line 12945

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12931
12932
12933
# File 'lib/eBay.rb', line 12931

def __xmlele_any
  @__xmlele_any
end

#valueObject

Returns the value of attribute value.



12930
12931
12932
# File 'lib/eBay.rb', line 12930

def value
  @value
end

Instance Method Details

#set_any(elements) ⇒ Object



12933
12934
12935
# File 'lib/eBay.rb', line 12933

def set_any(elements)
  @__xmlele_any = elements
end

#xmlattr_ParamIDObject



12937
12938
12939
# File 'lib/eBay.rb', line 12937

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

#xmlattr_ParamID=(value) ⇒ Object



12941
12942
12943
# File 'lib/eBay.rb', line 12941

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