public class FingerPrintSupportInformationType extends Object
Java class for fingerPrintSupportInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fingerPrintSupportInformationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="amount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="currencyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sequence" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amount |
protected String |
currencyCode |
protected String |
sequence |
protected String |
timestamp |
| Constructor and Description |
|---|
FingerPrintSupportInformationType() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount()
Gets the value of the amount property.
|
String |
getCurrencyCode()
Gets the value of the currencyCode property.
|
String |
getSequence()
Gets the value of the sequence property.
|
String |
getTimestamp()
Gets the value of the timestamp property.
|
void |
setAmount(BigDecimal value)
Sets the value of the amount property.
|
void |
setCurrencyCode(String value)
Sets the value of the currencyCode property.
|
void |
setSequence(String value)
Sets the value of the sequence property.
|
void |
setTimestamp(String value)
Sets the value of the timestamp property.
|
protected BigDecimal amount
protected String currencyCode
protected String sequence
protected String timestamp
public BigDecimal getAmount()
BigDecimalpublic void setAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic String getCurrencyCode()
Stringpublic void setCurrencyCode(String value)
value - allowed object is
Stringpublic String getSequence()
Stringpublic void setSequence(String value)
value - allowed object is
Stringpublic String getTimestamp()
StringCopyright © 2016. All Rights Reserved.