| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.FMFDetailsType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| acceptFilters | |||||||||||
| denyFilters | |||||||||||
| pendingFilters | |||||||||||
| reportFilters | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the acceptFilters property.
| |||||||||||
Gets the value of the denyFilters property.
| |||||||||||
Gets the value of the pendingFilters property.
| |||||||||||
Gets the value of the reportFilters property.
| |||||||||||
Sets the value of the acceptFilters property.
| |||||||||||
Sets the value of the denyFilters property.
| |||||||||||
Sets the value of the pendingFilters property.
| |||||||||||
Sets the value of the reportFilters property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the acceptFilters property.
RiskFilterListType
Gets the value of the denyFilters property.
RiskFilterListType
Gets the value of the pendingFilters property.
RiskFilterListType
Gets the value of the reportFilters property.
RiskFilterListType
Sets the value of the acceptFilters property.
| value | Allowed object is
RiskFilterListType
|
|---|
Sets the value of the denyFilters property.
| value | Allowed object is
RiskFilterListType
|
|---|
Sets the value of the pendingFilters property.
| value | Allowed object is
RiskFilterListType
|
|---|
Sets the value of the reportFilters property.
| value | Allowed object is
RiskFilterListType
|
|---|