Class TransRetailInfoType


  • public class TransRetailInfoType
    extends Object

    Java class for transRetailInfoType complex type.

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

     <complexType name="transRetailInfoType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="marketType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="deviceType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="customerSignature" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="terminalNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • marketType

        protected String marketType
      • deviceType

        protected String deviceType
      • customerSignature

        protected String customerSignature
      • terminalNumber

        protected String terminalNumber
    • Constructor Detail

      • TransRetailInfoType

        public TransRetailInfoType()
    • Method Detail

      • getMarketType

        public String getMarketType()
        Gets the value of the marketType property.
        Returns:
        possible object is String
      • setMarketType

        public void setMarketType​(String value)
        Sets the value of the marketType property.
        Parameters:
        value - allowed object is String
      • getDeviceType

        public String getDeviceType()
        Gets the value of the deviceType property.
        Returns:
        possible object is String
      • setDeviceType

        public void setDeviceType​(String value)
        Sets the value of the deviceType property.
        Parameters:
        value - allowed object is String
      • getCustomerSignature

        public String getCustomerSignature()
        Gets the value of the customerSignature property.
        Returns:
        possible object is String
      • setCustomerSignature

        public void setCustomerSignature​(String value)
        Sets the value of the customerSignature property.
        Parameters:
        value - allowed object is String
      • getTerminalNumber

        public String getTerminalNumber()
        Gets the value of the terminalNumber property.
        Returns:
        possible object is String
      • setTerminalNumber

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