public class FraudInformationType
extends java.lang.Object
Java class for fraudInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fraudInformationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fraudFilterList" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfFraudFilterType"/>
<element name="fraudAction">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
fraudAction |
protected ArrayOfFraudFilterType |
fraudFilterList |
| Constructor and Description |
|---|
FraudInformationType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFraudAction()
Gets the value of the fraudAction property.
|
ArrayOfFraudFilterType |
getFraudFilterList()
Gets the value of the fraudFilterList property.
|
void |
setFraudAction(java.lang.String value)
Sets the value of the fraudAction property.
|
void |
setFraudFilterList(ArrayOfFraudFilterType value)
Sets the value of the fraudFilterList property.
|
protected ArrayOfFraudFilterType fraudFilterList
protected java.lang.String fraudAction
public ArrayOfFraudFilterType getFraudFilterList()
ArrayOfFraudFilterTypepublic void setFraudFilterList(ArrayOfFraudFilterType value)
value - allowed object is
ArrayOfFraudFilterTypepublic java.lang.String getFraudAction()
Stringpublic void setFraudAction(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.