com.wm.app.tn.profile
Class WSDeliveryData

java.lang.Object
  extended by com.wm.app.tn.profile.WSDeliveryData

public class WSDeliveryData
extends java.lang.Object

This class represents the data for a webService Delivery method, which is stored as CustomData.

Objects of this class contain data that appear on the WebService Delivery Methods in MWS.


Constructor Summary
WSDeliveryData()
           
 
Method Summary
 com.wm.data.IData getIData()
          Creates an IData out of the data from member variables.
 java.lang.String getMappingService()
           
 java.lang.Object getServiceData()
           
 java.lang.String getWscInputParam()
           
 java.lang.String getWscName()
           
 java.lang.String getWscOutputParam()
           
 boolean isCreateNewDocument()
           
 boolean isDecrypt()
           
 boolean isEncrypt()
           
 boolean isSecure()
           
 boolean isSign()
           
 boolean isVerify()
           
 void setCreateNewDocument(boolean createNewDocument)
           
 void setDecrypt(boolean shouldDecrypt)
           
 void setEncrypt(boolean shouldEncrypt)
           
 void setIData(com.wm.data.IData data)
          Sets the data to member variables from the input IData
 void setMappingService(java.lang.String mappingService)
           
 void setSecure(boolean isSecure)
           
 void setServiceData(java.lang.Object serviceData)
           
 void setSign(boolean shouldSign)
           
 void setVerify(boolean shouldVerify)
           
 void setWscInputParam(java.lang.String wscInputParam)
           
 void setWscName(java.lang.String wscName)
           
 void setWscOutputParam(java.lang.String wscOutputParam)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDeliveryData

public WSDeliveryData()
Method Detail

getWscName

public java.lang.String getWscName()
Returns:
the wscName

setWscName

public void setWscName(java.lang.String wscName)
Parameters:
wscName - the wscName to set

getWscInputParam

public java.lang.String getWscInputParam()
Returns:
the wscInputParam

setWscInputParam

public void setWscInputParam(java.lang.String wscInputParam)
Parameters:
wscInputParam - the wscInputParam to set

getWscOutputParam

public java.lang.String getWscOutputParam()
Returns:
the wscOutputParam

setWscOutputParam

public void setWscOutputParam(java.lang.String wscOutputParam)
Parameters:
wscOutputParam - the wscOutputParam to set

isSecure

public boolean isSecure()
Returns:
the isSecure

setSecure

public void setSecure(boolean isSecure)
Parameters:
isSecure - the isSecure to set

isCreateNewDocument

public boolean isCreateNewDocument()
Returns:
the createNewDocument

setCreateNewDocument

public void setCreateNewDocument(boolean createNewDocument)
Parameters:
createNewDocument - the createNewDocument to set

getServiceData

public java.lang.Object getServiceData()
Returns:
the serviceData

setServiceData

public void setServiceData(java.lang.Object serviceData)
Parameters:
serviceData - the serviceData to set

getMappingService

public java.lang.String getMappingService()
Returns:
the mappingService

setMappingService

public void setMappingService(java.lang.String mappingService)
Parameters:
mappingService - the mappingService to set

isSign

public boolean isSign()
Returns:
the shouldSign

setSign

public void setSign(boolean shouldSign)
Parameters:
shouldSign - the shouldSign to set

isVerify

public boolean isVerify()
Returns:
the shouldVerify

setVerify

public void setVerify(boolean shouldVerify)
Parameters:
shouldVerify - the shouldVerify to set

isEncrypt

public boolean isEncrypt()
Returns:
the shouldEncrypt

setEncrypt

public void setEncrypt(boolean shouldEncrypt)
Parameters:
shouldEncrypt - the shouldEncrypt to set

isDecrypt

public boolean isDecrypt()
Returns:
the shouldDecrypt

setDecrypt

public void setDecrypt(boolean shouldDecrypt)
Parameters:
shouldDecrypt - the shouldDecrypt to set

setIData

public void setIData(com.wm.data.IData data)
Sets the data to member variables from the input IData

Parameters:
data - IData that will be the custom data for a WS Delivery Method.

getIData

public com.wm.data.IData getIData()
Creates an IData out of the data from member variables.

Returns:
IData that represents the custom data of the WS Delivery Method.