public class

RiskFilterDetailsType

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

Class Overview

Details of Risk Filter.

Java class for RiskFilterDetailsType complex type.

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

 <complexType name="RiskFilterDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String description
protected int id
protected String name
Public Constructors
RiskFilterDetailsType()
Public Methods
String getDescription()
Gets the value of the description property.
int getId()
Gets the value of the id property.
String getName()
Gets the value of the name property.
void setDescription(String value)
Sets the value of the description property.
void setId(int value)
Sets the value of the id property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String description

protected int id

protected String name

Public Constructors

public RiskFilterDetailsType ()

Public Methods

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public int getId ()

Gets the value of the id property.

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setId (int value)

Sets the value of the id property.

Parameters
value

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String