net.authorize.api.contract.v1
Class TransactionDetailsType

java.lang.Object
  extended by net.authorize.api.contract.v1.TransactionDetailsType

public class TransactionDetailsType
extends Object

Java class for transactionDetailsType complex type.

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

 <complexType name="transactionDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="transId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
         <element name="refTransId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
         <element name="splitTenderId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
         <element name="submitTimeUTC" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="submitTimeLocal" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="transactionType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="transactionStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="responseCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="responseReasonCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="subscription" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}subscriptionPaymentType" minOccurs="0"/>
         <element name="responseReasonDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="authCode" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="AVSResponse" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="cardCodeResponse" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="CAVVResponse" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="FDSFilterAction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FDSFilters" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfFDSFilter" minOccurs="0"/>
         <element name="batch" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}batchDetailsType" minOccurs="0"/>
         <element name="order" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}orderExType" minOccurs="0"/>
         <element name="requestedAmount" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <minInclusive value="0.00"/>
               <fractionDigits value="4"/>
             </restriction>
           </simpleType>
         </element>
         <element name="authAmount">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <minInclusive value="0.00"/>
               <fractionDigits value="4"/>
             </restriction>
           </simpleType>
         </element>
         <element name="settleAmount">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <minInclusive value="0.00"/>
               <fractionDigits value="4"/>
             </restriction>
           </simpleType>
         </element>
         <element name="tax" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}extendedAmountType" minOccurs="0"/>
         <element name="shipping" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}extendedAmountType" minOccurs="0"/>
         <element name="duty" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}extendedAmountType" minOccurs="0"/>
         <element name="lineItems" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfLineItem" minOccurs="0"/>
         <element name="prepaidBalanceRemaining" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <fractionDigits value="4"/>
             </restriction>
           </simpleType>
         </element>
         <element name="taxExempt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="payment" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}paymentMaskedType"/>
         <element name="customer" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerDataType" minOccurs="0"/>
         <element name="billTo" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerAddressType" minOccurs="0"/>
         <element name="shipTo" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}nameAndAddressType" minOccurs="0"/>
         <element name="recurringBilling" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="customerIP" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="product" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="marketType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="mobileDeviceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="returnedItems" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfReturnedItem" minOccurs="0"/>
         <element name="solution" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}solutionType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigDecimal authAmount
           
protected  String authCode
           
protected  String avsResponse
           
protected  BatchDetailsType batch
           
protected  CustomerAddressType billTo
           
protected  String cardCodeResponse
           
protected  String cavvResponse
           
protected  CustomerDataType customer
           
protected  String customerIP
           
protected  ExtendedAmountType duty
           
protected  String fdsFilterAction
           
protected  ArrayOfFDSFilter fdsFilters
           
protected  ArrayOfLineItem lineItems
           
protected  String marketType
           
protected  String mobileDeviceId
           
protected  OrderExType order
           
protected  PaymentMaskedType payment
           
protected  BigDecimal prepaidBalanceRemaining
           
protected  String product
           
protected  Boolean recurringBilling
           
protected  String refTransId
           
protected  BigDecimal requestedAmount
           
protected  int responseCode
           
protected  int responseReasonCode
           
protected  String responseReasonDescription
           
protected  ArrayOfReturnedItem returnedItems
           
protected  BigDecimal settleAmount
           
protected  ExtendedAmountType shipping
           
protected  NameAndAddressType shipTo
           
protected  SolutionType solution
           
protected  String splitTenderId
           
protected  XMLGregorianCalendar submitTimeLocal
           
protected  XMLGregorianCalendar submitTimeUTC
           
protected  SubscriptionPaymentType subscription
           
protected  ExtendedAmountType tax
           
protected  Boolean taxExempt
           
protected  String transactionStatus
           
protected  String transactionType
           
protected  String transId
           
 
Constructor Summary
TransactionDetailsType()
           
 
Method Summary
 BigDecimal getAuthAmount()
          Gets the value of the authAmount property.
 String getAuthCode()
          Gets the value of the authCode property.
 String getAVSResponse()
          Gets the value of the avsResponse property.
 BatchDetailsType getBatch()
          Gets the value of the batch property.
 CustomerAddressType getBillTo()
          Gets the value of the billTo property.
 String getCardCodeResponse()
          Gets the value of the cardCodeResponse property.
 String getCAVVResponse()
          Gets the value of the cavvResponse property.
 CustomerDataType getCustomer()
          Gets the value of the customer property.
 String getCustomerIP()
          Gets the value of the customerIP property.
 ExtendedAmountType getDuty()
          Gets the value of the duty property.
 String getFDSFilterAction()
          Gets the value of the fdsFilterAction property.
 ArrayOfFDSFilter getFDSFilters()
          Gets the value of the fdsFilters property.
 ArrayOfLineItem getLineItems()
          Gets the value of the lineItems property.
 String getMarketType()
          Gets the value of the marketType property.
 String getMobileDeviceId()
          Gets the value of the mobileDeviceId property.
 OrderExType getOrder()
          Gets the value of the order property.
 PaymentMaskedType getPayment()
          Gets the value of the payment property.
 BigDecimal getPrepaidBalanceRemaining()
          Gets the value of the prepaidBalanceRemaining property.
 String getProduct()
          Gets the value of the product property.
 String getRefTransId()
          Gets the value of the refTransId property.
 BigDecimal getRequestedAmount()
          Gets the value of the requestedAmount property.
 int getResponseCode()
          Gets the value of the responseCode property.
 int getResponseReasonCode()
          Gets the value of the responseReasonCode property.
 String getResponseReasonDescription()
          Gets the value of the responseReasonDescription property.
 ArrayOfReturnedItem getReturnedItems()
          Gets the value of the returnedItems property.
 BigDecimal getSettleAmount()
          Gets the value of the settleAmount property.
 ExtendedAmountType getShipping()
          Gets the value of the shipping property.
 NameAndAddressType getShipTo()
          Gets the value of the shipTo property.
 SolutionType getSolution()
          Gets the value of the solution property.
 String getSplitTenderId()
          Gets the value of the splitTenderId property.
 XMLGregorianCalendar getSubmitTimeLocal()
          Gets the value of the submitTimeLocal property.
 XMLGregorianCalendar getSubmitTimeUTC()
          Gets the value of the submitTimeUTC property.
 SubscriptionPaymentType getSubscription()
          Gets the value of the subscription property.
 ExtendedAmountType getTax()
          Gets the value of the tax property.
 String getTransactionStatus()
          Gets the value of the transactionStatus property.
 String getTransactionType()
          Gets the value of the transactionType property.
 String getTransId()
          Gets the value of the transId property.
 Boolean isRecurringBilling()
          Gets the value of the recurringBilling property.
 Boolean isTaxExempt()
          Gets the value of the taxExempt property.
 void setAuthAmount(BigDecimal value)
          Sets the value of the authAmount property.
 void setAuthCode(String value)
          Sets the value of the authCode property.
 void setAVSResponse(String value)
          Sets the value of the avsResponse property.
 void setBatch(BatchDetailsType value)
          Sets the value of the batch property.
 void setBillTo(CustomerAddressType value)
          Sets the value of the billTo property.
 void setCardCodeResponse(String value)
          Sets the value of the cardCodeResponse property.
 void setCAVVResponse(String value)
          Sets the value of the cavvResponse property.
 void setCustomer(CustomerDataType value)
          Sets the value of the customer property.
 void setCustomerIP(String value)
          Sets the value of the customerIP property.
 void setDuty(ExtendedAmountType value)
          Sets the value of the duty property.
 void setFDSFilterAction(String value)
          Sets the value of the fdsFilterAction property.
 void setFDSFilters(ArrayOfFDSFilter value)
          Sets the value of the fdsFilters property.
 void setLineItems(ArrayOfLineItem value)
          Sets the value of the lineItems property.
 void setMarketType(String value)
          Sets the value of the marketType property.
 void setMobileDeviceId(String value)
          Sets the value of the mobileDeviceId property.
 void setOrder(OrderExType value)
          Sets the value of the order property.
 void setPayment(PaymentMaskedType value)
          Sets the value of the payment property.
 void setPrepaidBalanceRemaining(BigDecimal value)
          Sets the value of the prepaidBalanceRemaining property.
 void setProduct(String value)
          Sets the value of the product property.
 void setRecurringBilling(Boolean value)
          Sets the value of the recurringBilling property.
 void setRefTransId(String value)
          Sets the value of the refTransId property.
 void setRequestedAmount(BigDecimal value)
          Sets the value of the requestedAmount property.
 void setResponseCode(int value)
          Sets the value of the responseCode property.
 void setResponseReasonCode(int value)
          Sets the value of the responseReasonCode property.
 void setResponseReasonDescription(String value)
          Sets the value of the responseReasonDescription property.
 void setReturnedItems(ArrayOfReturnedItem value)
          Sets the value of the returnedItems property.
 void setSettleAmount(BigDecimal value)
          Sets the value of the settleAmount property.
 void setShipping(ExtendedAmountType value)
          Sets the value of the shipping property.
 void setShipTo(NameAndAddressType value)
          Sets the value of the shipTo property.
 void setSolution(SolutionType value)
          Sets the value of the solution property.
 void setSplitTenderId(String value)
          Sets the value of the splitTenderId property.
 void setSubmitTimeLocal(XMLGregorianCalendar value)
          Sets the value of the submitTimeLocal property.
 void setSubmitTimeUTC(XMLGregorianCalendar value)
          Sets the value of the submitTimeUTC property.
 void setSubscription(SubscriptionPaymentType value)
          Sets the value of the subscription property.
 void setTax(ExtendedAmountType value)
          Sets the value of the tax property.
 void setTaxExempt(Boolean value)
          Sets the value of the taxExempt property.
 void setTransactionStatus(String value)
          Sets the value of the transactionStatus property.
 void setTransactionType(String value)
          Sets the value of the transactionType property.
 void setTransId(String value)
          Sets the value of the transId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transId

protected String transId

refTransId

protected String refTransId

splitTenderId

protected String splitTenderId

submitTimeUTC

protected XMLGregorianCalendar submitTimeUTC

submitTimeLocal

protected XMLGregorianCalendar submitTimeLocal

transactionType

protected String transactionType

transactionStatus

protected String transactionStatus

responseCode

protected int responseCode

responseReasonCode

protected int responseReasonCode

subscription

protected SubscriptionPaymentType subscription

responseReasonDescription

protected String responseReasonDescription

authCode

protected String authCode

avsResponse

protected String avsResponse

cardCodeResponse

protected String cardCodeResponse

cavvResponse

protected String cavvResponse

fdsFilterAction

protected String fdsFilterAction

fdsFilters

protected ArrayOfFDSFilter fdsFilters

batch

protected BatchDetailsType batch

order

protected OrderExType order

requestedAmount

protected BigDecimal requestedAmount

authAmount

protected BigDecimal authAmount

settleAmount

protected BigDecimal settleAmount

tax

protected ExtendedAmountType tax

shipping

protected ExtendedAmountType shipping

duty

protected ExtendedAmountType duty

lineItems

protected ArrayOfLineItem lineItems

prepaidBalanceRemaining

protected BigDecimal prepaidBalanceRemaining

taxExempt

protected Boolean taxExempt

payment

protected PaymentMaskedType payment

customer

protected CustomerDataType customer

billTo

protected CustomerAddressType billTo

shipTo

protected NameAndAddressType shipTo

recurringBilling

protected Boolean recurringBilling

customerIP

protected String customerIP

product

protected String product

marketType

protected String marketType

mobileDeviceId

protected String mobileDeviceId

returnedItems

protected ArrayOfReturnedItem returnedItems

solution

protected SolutionType solution
Constructor Detail

TransactionDetailsType

public TransactionDetailsType()
Method Detail

getTransId

public String getTransId()
Gets the value of the transId property.

Returns:
possible object is String

setTransId

public void setTransId(String value)
Sets the value of the transId property.

Parameters:
value - allowed object is String

getRefTransId

public String getRefTransId()
Gets the value of the refTransId property.

Returns:
possible object is String

setRefTransId

public void setRefTransId(String value)
Sets the value of the refTransId property.

Parameters:
value - allowed object is String

getSplitTenderId

public String getSplitTenderId()
Gets the value of the splitTenderId property.

Returns:
possible object is String

setSplitTenderId

public void setSplitTenderId(String value)
Sets the value of the splitTenderId property.

Parameters:
value - allowed object is String

getSubmitTimeUTC

public XMLGregorianCalendar getSubmitTimeUTC()
Gets the value of the submitTimeUTC property.

Returns:
possible object is XMLGregorianCalendar

setSubmitTimeUTC

public void setSubmitTimeUTC(XMLGregorianCalendar value)
Sets the value of the submitTimeUTC property.

Parameters:
value - allowed object is XMLGregorianCalendar

getSubmitTimeLocal

public XMLGregorianCalendar getSubmitTimeLocal()
Gets the value of the submitTimeLocal property.

Returns:
possible object is XMLGregorianCalendar

setSubmitTimeLocal

public void setSubmitTimeLocal(XMLGregorianCalendar value)
Sets the value of the submitTimeLocal property.

Parameters:
value - allowed object is XMLGregorianCalendar

getTransactionType

public String getTransactionType()
Gets the value of the transactionType property.

Returns:
possible object is String

setTransactionType

public void setTransactionType(String value)
Sets the value of the transactionType property.

Parameters:
value - allowed object is String

getTransactionStatus

public String getTransactionStatus()
Gets the value of the transactionStatus property.

Returns:
possible object is String

setTransactionStatus

public void setTransactionStatus(String value)
Sets the value of the transactionStatus property.

Parameters:
value - allowed object is String

getResponseCode

public int getResponseCode()
Gets the value of the responseCode property.


setResponseCode

public void setResponseCode(int value)
Sets the value of the responseCode property.


getResponseReasonCode

public int getResponseReasonCode()
Gets the value of the responseReasonCode property.


setResponseReasonCode

public void setResponseReasonCode(int value)
Sets the value of the responseReasonCode property.


getSubscription

public SubscriptionPaymentType getSubscription()
Gets the value of the subscription property.

Returns:
possible object is SubscriptionPaymentType

setSubscription

public void setSubscription(SubscriptionPaymentType value)
Sets the value of the subscription property.

Parameters:
value - allowed object is SubscriptionPaymentType

getResponseReasonDescription

public String getResponseReasonDescription()
Gets the value of the responseReasonDescription property.

Returns:
possible object is String

setResponseReasonDescription

public void setResponseReasonDescription(String value)
Sets the value of the responseReasonDescription property.

Parameters:
value - allowed object is String

getAuthCode

public String getAuthCode()
Gets the value of the authCode property.

Returns:
possible object is String

setAuthCode

public void setAuthCode(String value)
Sets the value of the authCode property.

Parameters:
value - allowed object is String

getAVSResponse

public String getAVSResponse()
Gets the value of the avsResponse property.

Returns:
possible object is String

setAVSResponse

public void setAVSResponse(String value)
Sets the value of the avsResponse property.

Parameters:
value - allowed object is String

getCardCodeResponse

public String getCardCodeResponse()
Gets the value of the cardCodeResponse property.

Returns:
possible object is String

setCardCodeResponse

public void setCardCodeResponse(String value)
Sets the value of the cardCodeResponse property.

Parameters:
value - allowed object is String

getCAVVResponse

public String getCAVVResponse()
Gets the value of the cavvResponse property.

Returns:
possible object is String

setCAVVResponse

public void setCAVVResponse(String value)
Sets the value of the cavvResponse property.

Parameters:
value - allowed object is String

getFDSFilterAction

public String getFDSFilterAction()
Gets the value of the fdsFilterAction property.

Returns:
possible object is String

setFDSFilterAction

public void setFDSFilterAction(String value)
Sets the value of the fdsFilterAction property.

Parameters:
value - allowed object is String

getFDSFilters

public ArrayOfFDSFilter getFDSFilters()
Gets the value of the fdsFilters property.

Returns:
possible object is ArrayOfFDSFilter

setFDSFilters

public void setFDSFilters(ArrayOfFDSFilter value)
Sets the value of the fdsFilters property.

Parameters:
value - allowed object is ArrayOfFDSFilter

getBatch

public BatchDetailsType getBatch()
Gets the value of the batch property.

Returns:
possible object is BatchDetailsType

setBatch

public void setBatch(BatchDetailsType value)
Sets the value of the batch property.

Parameters:
value - allowed object is BatchDetailsType

getOrder

public OrderExType getOrder()
Gets the value of the order property.

Returns:
possible object is OrderExType

setOrder

public void setOrder(OrderExType value)
Sets the value of the order property.

Parameters:
value - allowed object is OrderExType

getRequestedAmount

public BigDecimal getRequestedAmount()
Gets the value of the requestedAmount property.

Returns:
possible object is BigDecimal

setRequestedAmount

public void setRequestedAmount(BigDecimal value)
Sets the value of the requestedAmount property.

Parameters:
value - allowed object is BigDecimal

getAuthAmount

public BigDecimal getAuthAmount()
Gets the value of the authAmount property.

Returns:
possible object is BigDecimal

setAuthAmount

public void setAuthAmount(BigDecimal value)
Sets the value of the authAmount property.

Parameters:
value - allowed object is BigDecimal

getSettleAmount

public BigDecimal getSettleAmount()
Gets the value of the settleAmount property.

Returns:
possible object is BigDecimal

setSettleAmount

public void setSettleAmount(BigDecimal value)
Sets the value of the settleAmount property.

Parameters:
value - allowed object is BigDecimal

getTax

public ExtendedAmountType getTax()
Gets the value of the tax property.

Returns:
possible object is ExtendedAmountType

setTax

public void setTax(ExtendedAmountType value)
Sets the value of the tax property.

Parameters:
value - allowed object is ExtendedAmountType

getShipping

public ExtendedAmountType getShipping()
Gets the value of the shipping property.

Returns:
possible object is ExtendedAmountType

setShipping

public void setShipping(ExtendedAmountType value)
Sets the value of the shipping property.

Parameters:
value - allowed object is ExtendedAmountType

getDuty

public ExtendedAmountType getDuty()
Gets the value of the duty property.

Returns:
possible object is ExtendedAmountType

setDuty

public void setDuty(ExtendedAmountType value)
Sets the value of the duty property.

Parameters:
value - allowed object is ExtendedAmountType

getLineItems

public ArrayOfLineItem getLineItems()
Gets the value of the lineItems property.

Returns:
possible object is ArrayOfLineItem

setLineItems

public void setLineItems(ArrayOfLineItem value)
Sets the value of the lineItems property.

Parameters:
value - allowed object is ArrayOfLineItem

getPrepaidBalanceRemaining

public BigDecimal getPrepaidBalanceRemaining()
Gets the value of the prepaidBalanceRemaining property.

Returns:
possible object is BigDecimal

setPrepaidBalanceRemaining

public void setPrepaidBalanceRemaining(BigDecimal value)
Sets the value of the prepaidBalanceRemaining property.

Parameters:
value - allowed object is BigDecimal

isTaxExempt

public Boolean isTaxExempt()
Gets the value of the taxExempt property.

Returns:
possible object is Boolean

setTaxExempt

public void setTaxExempt(Boolean value)
Sets the value of the taxExempt property.

Parameters:
value - allowed object is Boolean

getPayment

public PaymentMaskedType getPayment()
Gets the value of the payment property.

Returns:
possible object is PaymentMaskedType

setPayment

public void setPayment(PaymentMaskedType value)
Sets the value of the payment property.

Parameters:
value - allowed object is PaymentMaskedType

getCustomer

public CustomerDataType getCustomer()
Gets the value of the customer property.

Returns:
possible object is CustomerDataType

setCustomer

public void setCustomer(CustomerDataType value)
Sets the value of the customer property.

Parameters:
value - allowed object is CustomerDataType

getBillTo

public CustomerAddressType getBillTo()
Gets the value of the billTo property.

Returns:
possible object is CustomerAddressType

setBillTo

public void setBillTo(CustomerAddressType value)
Sets the value of the billTo property.

Parameters:
value - allowed object is CustomerAddressType

getShipTo

public NameAndAddressType getShipTo()
Gets the value of the shipTo property.

Returns:
possible object is NameAndAddressType

setShipTo

public void setShipTo(NameAndAddressType value)
Sets the value of the shipTo property.

Parameters:
value - allowed object is NameAndAddressType

isRecurringBilling

public Boolean isRecurringBilling()
Gets the value of the recurringBilling property.

Returns:
possible object is Boolean

setRecurringBilling

public void setRecurringBilling(Boolean value)
Sets the value of the recurringBilling property.

Parameters:
value - allowed object is Boolean

getCustomerIP

public String getCustomerIP()
Gets the value of the customerIP property.

Returns:
possible object is String

setCustomerIP

public void setCustomerIP(String value)
Sets the value of the customerIP property.

Parameters:
value - allowed object is String

getProduct

public String getProduct()
Gets the value of the product property.

Returns:
possible object is String

setProduct

public void setProduct(String value)
Sets the value of the product property.

Parameters:
value - allowed object is String

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

getMobileDeviceId

public String getMobileDeviceId()
Gets the value of the mobileDeviceId property.

Returns:
possible object is String

setMobileDeviceId

public void setMobileDeviceId(String value)
Sets the value of the mobileDeviceId property.

Parameters:
value - allowed object is String

getReturnedItems

public ArrayOfReturnedItem getReturnedItems()
Gets the value of the returnedItems property.

Returns:
possible object is ArrayOfReturnedItem

setReturnedItems

public void setReturnedItems(ArrayOfReturnedItem value)
Sets the value of the returnedItems property.

Parameters:
value - allowed object is ArrayOfReturnedItem

getSolution

public SolutionType getSolution()
Gets the value of the solution property.

Returns:
possible object is SolutionType

setSolution

public void setSolution(SolutionType value)
Sets the value of the solution property.

Parameters:
value - allowed object is SolutionType


Copyright © 2014. All Rights Reserved.