public class

ErrorParameterType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.ErrorParameterType

Class Overview

Java class for ErrorParameterType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ErrorParameterType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="ParamID" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String paramID
protected String value
Public Constructors
ErrorParameterType()
Public Methods
String getParamID()
Gets the value of the paramID property.
String getValue()
Gets the value of the value property.
void setParamID(String value)
Sets the value of the paramID property.
void setValue(String value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String paramID

protected String value

Public Constructors

public ErrorParameterType ()

Public Methods

public String getParamID ()

Gets the value of the paramID property.

Returns
  • possible object is String

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setParamID (String value)

Sets the value of the paramID property.

Parameters
value Allowed object is String

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String