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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
customerSignature |
protected String |
deviceType |
protected String |
marketType |
| Constructor and Description |
|---|
TransRetailInfoType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerSignature()
Gets the value of the customerSignature property.
|
String |
getDeviceType()
Gets the value of the deviceType property.
|
String |
getMarketType()
Gets the value of the marketType property.
|
void |
setCustomerSignature(String value)
Sets the value of the customerSignature property.
|
void |
setDeviceType(String value)
Sets the value of the deviceType property.
|
void |
setMarketType(String value)
Sets the value of the marketType property.
|
protected String marketType
protected String deviceType
protected String customerSignature
public String getMarketType()
Stringpublic void setMarketType(String value)
value - allowed object is
Stringpublic String getDeviceType()
Stringpublic void setDeviceType(String value)
value - allowed object is
Stringpublic String getCustomerSignature()
StringCopyright © 2016. All Rights Reserved.