|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.TransRetailInfoType
public class TransRetailInfoType
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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
deviceType
|
protected String |
marketType
|
| Constructor Summary | |
|---|---|
TransRetailInfoType()
|
|
| Method Summary | |
|---|---|
String |
getDeviceType()
Gets the value of the deviceType property. |
String |
getMarketType()
Gets the value of the marketType property. |
void |
setDeviceType(String value)
Sets the value of the deviceType property. |
void |
setMarketType(String value)
Sets the value of the marketType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String marketType
protected String deviceType
| Constructor Detail |
|---|
public TransRetailInfoType()
| Method Detail |
|---|
public String getMarketType()
Stringpublic void setMarketType(String value)
value - allowed object is
Stringpublic String getDeviceType()
Stringpublic void setDeviceType(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||