public class TransRetailInfoType
extends java.lang.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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
customerSignature |
protected java.lang.String |
deviceType |
protected java.lang.String |
marketType |
protected java.lang.String |
terminalNumber |
| Constructor and Description |
|---|
TransRetailInfoType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCustomerSignature()
Gets the value of the customerSignature property.
|
java.lang.String |
getDeviceType()
Gets the value of the deviceType property.
|
java.lang.String |
getMarketType()
Gets the value of the marketType property.
|
java.lang.String |
getTerminalNumber()
Gets the value of the terminalNumber property.
|
void |
setCustomerSignature(java.lang.String value)
Sets the value of the customerSignature property.
|
void |
setDeviceType(java.lang.String value)
Sets the value of the deviceType property.
|
void |
setMarketType(java.lang.String value)
Sets the value of the marketType property.
|
void |
setTerminalNumber(java.lang.String value)
Sets the value of the terminalNumber property.
|
protected java.lang.String marketType
protected java.lang.String deviceType
protected java.lang.String customerSignature
protected java.lang.String terminalNumber
public java.lang.String getMarketType()
Stringpublic void setMarketType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDeviceType()
Stringpublic void setDeviceType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCustomerSignature()
Stringpublic void setCustomerSignature(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTerminalNumber()
Stringpublic void setTerminalNumber(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.