Class FingerPrintSupportInformationType


  • 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>
     
    • Field Detail

      • currencyCode

        protected String currencyCode
      • sequence

        protected String sequence
      • timestamp

        protected String timestamp
    • Constructor Detail

      • FingerPrintSupportInformationType

        public FingerPrintSupportInformationType()
    • Method Detail

      • getAmount

        public BigDecimal getAmount()
        Gets the value of the amount property.
        Returns:
        possible object is BigDecimal
      • setAmount

        public void setAmount​(BigDecimal value)
        Sets the value of the amount property.
        Parameters:
        value - allowed object is BigDecimal
      • 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 is String
      • 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 is String
      • 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 is String