Class TransactionIdentification


  • public class TransactionIdentification
    extends Object
    Definition: Identification of a transaction for the Sale System or the POI System.

    Java class for TransactionIdentification complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="TransactionIdentification">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="TransactionID" use="required" type="{}TransactionID" />
           <attribute name="TimeStamp" use="required" type="{}TimeStamp" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • transactionID

        protected String transactionID
        The Transaction id.
    • Constructor Detail

      • TransactionIdentification

        public TransactionIdentification()
    • Method Detail

      • getTransactionID

        public String getTransactionID()
        Gets the value of the transactionID property.
        Returns:
        possible object is String
      • setTransactionID

        public void setTransactionID​(String value)
        Sets the value of the transactionID property.
        Parameters:
        value - allowed object is String