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