com.konakart.wsapp
Class ExportOrderResponse

java.lang.Object
  extended by com.konakart.wsapp.ExportOrderResponse

public class ExportOrderResponse
extends java.lang.Object

The response from the exportOrder API call


Constructor Summary
ExportOrderResponse()
           
 
Method Summary
 int getCode()
           
 java.lang.String getConfirmationText()
           
 java.lang.String getCustom1()
           
 java.lang.String getCustom2()
           
 java.lang.String getCustom3()
           
 java.lang.String getOrderAsXml()
           
 int getOrderId()
           
 java.lang.String[] getParams()
           
 void setCode(int _code)
           
 void setConfirmationText(java.lang.String _confirmationText)
           
 void setCustom1(java.lang.String _custom1)
           
 void setCustom2(java.lang.String _custom2)
           
 void setCustom3(java.lang.String _custom3)
           
 void setOrderAsXml(java.lang.String _orderAsXml)
           
 void setOrderId(int _orderId)
           
 void setParams(java.lang.String[] _params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportOrderResponse

public ExportOrderResponse()
Method Detail

getCode

public int getCode()
Returns:
the code

setCode

public void setCode(int _code)
Parameters:
_code - the code to set

getParams

public java.lang.String[] getParams()
Returns:
the params

setParams

public void setParams(java.lang.String[] _params)
Parameters:
_params - the params to set

getCustom1

public java.lang.String getCustom1()
Returns:
the custom1

setCustom1

public void setCustom1(java.lang.String _custom1)
Parameters:
_custom1 - the custom1 to set

getCustom2

public java.lang.String getCustom2()
Returns:
the custom2

setCustom2

public void setCustom2(java.lang.String _custom2)
Parameters:
_custom2 - the custom2 to set

getCustom3

public java.lang.String getCustom3()
Returns:
the custom3

setCustom3

public void setCustom3(java.lang.String _custom3)
Parameters:
_custom3 - the custom3 to set

getConfirmationText

public java.lang.String getConfirmationText()
Returns:
the confirmationText

setConfirmationText

public void setConfirmationText(java.lang.String _confirmationText)
Parameters:
_confirmationText - the confirmationText to set

getOrderId

public int getOrderId()
Returns:
the orderId

setOrderId

public void setOrderId(int _orderId)
Parameters:
_orderId - the orderId to set

getOrderAsXml

public java.lang.String getOrderAsXml()
Returns:
the orderAsXml

setOrderAsXml

public void setOrderAsXml(java.lang.String _orderAsXml)
Parameters:
_orderAsXml - the orderAsXml to set


Copyright © 2011 DS Data Systems UK Ltd.