Package net.authorize.api.contract.v1
Class FingerPrintType
- java.lang.Object
-
- net.authorize.api.contract.v1.FingerPrintType
-
public class FingerPrintType extends 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>
-
-
Constructor Summary
Constructors Constructor Description FingerPrintType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAmount()Gets the value of the amount property.StringgetCurrencyCode()Gets the value of the currencyCode property.StringgetHashValue()Gets the value of the hashValue property.StringgetSequence()Gets the value of the sequence property.StringgetTimestamp()Gets the value of the timestamp property.voidsetAmount(String value)Sets the value of the amount property.voidsetCurrencyCode(String value)Sets the value of the currencyCode property.voidsetHashValue(String value)Sets the value of the hashValue property.voidsetSequence(String value)Sets the value of the sequence property.voidsetTimestamp(String value)Sets the value of the timestamp property.
-
-
-
Method Detail
-
getHashValue
public String getHashValue()
Gets the value of the hashValue property.- Returns:
- possible object is
String
-
setHashValue
public void setHashValue(String value)
Sets the value of the hashValue property.- Parameters:
value- allowed object isString
-
getSequence
public String getSequence()
Gets the value of the sequence property.- Returns:
- possible object is
String
-
setSequence
public void setSequence(String value)
Sets the value of the sequence property.- Parameters:
value- allowed object isString
-
getTimestamp
public String getTimestamp()
Gets the value of the timestamp property.- Returns:
- possible object is
String
-
setTimestamp
public void setTimestamp(String value)
Sets the value of the timestamp property.- Parameters:
value- allowed object isString
-
getCurrencyCode
public String getCurrencyCode()
Gets the value of the currencyCode property.- Returns:
- possible object is
String
-
setCurrencyCode
public void setCurrencyCode(String value)
Sets the value of the currencyCode property.- Parameters:
value- allowed object isString
-
getAmount
public String getAmount()
Gets the value of the amount property.- Returns:
- possible object is
String
-
-