public class

FMFDetailsType

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

Class Overview

Thes are filters that could result in accept/deny/pending action.

Java class for FMFDetailsType complex type.

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

 <complexType name="FMFDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AcceptFilters" type="{urn:ebay:apis:eBLBaseComponents}RiskFilterListType" minOccurs="0"/>
         <element name="PendingFilters" type="{urn:ebay:apis:eBLBaseComponents}RiskFilterListType" minOccurs="0"/>
         <element name="DenyFilters" type="{urn:ebay:apis:eBLBaseComponents}RiskFilterListType" minOccurs="0"/>
         <element name="ReportFilters" type="{urn:ebay:apis:eBLBaseComponents}RiskFilterListType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RiskFilterListType acceptFilters
protected RiskFilterListType denyFilters
protected RiskFilterListType pendingFilters
protected RiskFilterListType reportFilters
Public Constructors
FMFDetailsType()
Public Methods
RiskFilterListType getAcceptFilters()
Gets the value of the acceptFilters property.
RiskFilterListType getDenyFilters()
Gets the value of the denyFilters property.
RiskFilterListType getPendingFilters()
Gets the value of the pendingFilters property.
RiskFilterListType getReportFilters()
Gets the value of the reportFilters property.
void setAcceptFilters(RiskFilterListType value)
Sets the value of the acceptFilters property.
void setDenyFilters(RiskFilterListType value)
Sets the value of the denyFilters property.
void setPendingFilters(RiskFilterListType value)
Sets the value of the pendingFilters property.
void setReportFilters(RiskFilterListType value)
Sets the value of the reportFilters property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RiskFilterListType acceptFilters

protected RiskFilterListType denyFilters

protected RiskFilterListType pendingFilters

protected RiskFilterListType reportFilters

Public Constructors

public FMFDetailsType ()

Public Methods

public RiskFilterListType getAcceptFilters ()

Gets the value of the acceptFilters property.

Returns

public RiskFilterListType getDenyFilters ()

Gets the value of the denyFilters property.

Returns

public RiskFilterListType getPendingFilters ()

Gets the value of the pendingFilters property.

Returns

public RiskFilterListType getReportFilters ()

Gets the value of the reportFilters property.

Returns

public void setAcceptFilters (RiskFilterListType value)

Sets the value of the acceptFilters property.

Parameters
value Allowed object is RiskFilterListType

public void setDenyFilters (RiskFilterListType value)

Sets the value of the denyFilters property.

Parameters
value Allowed object is RiskFilterListType

public void setPendingFilters (RiskFilterListType value)

Sets the value of the pendingFilters property.

Parameters
value Allowed object is RiskFilterListType

public void setReportFilters (RiskFilterListType value)

Sets the value of the reportFilters property.

Parameters
value Allowed object is RiskFilterListType