net.authorize.api.contract.v1
Class TransRetailInfoType

java.lang.Object
  extended by net.authorize.api.contract.v1.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"/>
       </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

marketType

protected String marketType

deviceType

protected String deviceType
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


Copyright © 2014. All Rights Reserved.