net.authorize.data.xml.reporting
Class FDSFilter

java.lang.Object
  extended by net.authorize.data.xml.reporting.FDSFilter

public class FDSFilter
extends Object

Fraud Detection Suite filter enumeration.


Method Summary
static FDSFilter createFDSFilter()
           
 FDSFilterActionType getAction()
           
 String getName()
           
 void setAction(FDSFilterActionType action)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createFDSFilter

public static FDSFilter createFDSFilter()

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getAction

public FDSFilterActionType getAction()
Returns:
the action

setAction

public void setAction(FDSFilterActionType action)
Parameters:
action - the action to set


Copyright © 2014. All Rights Reserved.