EBMSPartnershipData

public class EBMSPartnershipData extends KVPairData

The EBMSPartnershipData is a duplicate-class data-structures for representing a EBMS partnership DVO object. It reduces the dependency from “corvus-ebms-core.jar” which changed quite frequently.

Author:Twinsen Tsang

Fields

PARAM_CLASS_SET

static final Class[] PARAM_CLASS_SET

PARAM_KEY_SET

public static final String[] PARAM_KEY_SET

This is the key set for XML serialization / de-serialization.

PARAM_PREFIX

public static final String PARAM_PREFIX

This is the parameter prefix for serialization / de-serialization.

Constructors

EBMSPartnershipData

public EBMSPartnershipData()

Default constructor.

Methods

getAckRequested

public String getAckRequested()
Returns:The acknowledgment requested.

getAckSignRequested

public String getAckSignRequested()
Returns:The acknowledgment signing requested.

getAction

public String getAction()
Returns:Returns the action.

getActor

public String getActor()
Returns:The actor.

getCpaId

public String getCpaId()
Returns:Returns the CPA ID.

getDisabled

public String getDisabled()
Returns:Returns the disabled.

getDsAlgorithm

public String getDsAlgorithm()
Returns:The digital signing algorithm.

getDupElimination

public String getDupElimination()
Returns:The duplicated elimination.

getEncryptAlgorithm

public String getEncryptAlgorithm()
Returns:The encryption algorithm.

getEncryptCert

public byte[] getEncryptCert()
Returns:The certificate for encryption in byte array.

getEncryptRequested

public String getEncryptRequested()
Returns:The checksum algorithm.

getIsHostnameVerified

public String getIsHostnameVerified()
Returns:True if the hostname is verified.

getMdAlgorithm

public String getMdAlgorithm()
Returns:The digital signing algorithm.

getMessageOrder

public String getMessageOrder()
Returns:The messageOrder.

getPartnershipId

public String getPartnershipId()
Returns:Returns the channel ID.

getPersistDuration

public String getPersistDuration()
Returns:The persistDuration.

getRetries

public int getRetries()
Returns:The retries.

getRetryInterval

public int getRetryInterval()
Returns:The retryInterval.

getService

public String getService()
Returns:Returns the service.

getSignCert

public byte[] getSignCert()
Returns:The certificate for verification in byte array.

getSignRequested

public String getSignRequested()
Returns:The signing requested.

getSyncReplyMode

public String getSyncReplyMode()
Returns:Returns the syncReplyMode.

getTransportEndpoint

public String getTransportEndpoint()
Returns:The transportEndpoint.

getTransportProtocol

public String getTransportProtocol()
Returns:The transportProtocol.

setAckRequested

public void setAckRequested(String ackRequested)
Parameters:
  • ackRequested – The acknowledgment requested to set.

setAckSignRequested

public void setAckSignRequested(String ackSignRequested)
Parameters:
  • ackSignRequested – The acknowledgment signing requested to set.

setAction

public void setAction(String action)
Parameters:
  • action – The action to set.

setActor

public void setActor(String actor)
Parameters:
  • actor – The actor to set.

setCpaId

public void setCpaId(String cpaId)
Parameters:
  • cpaId – The CPA ID to set.

setDisabled

public void setDisabled(String disabled)
Parameters:
  • disabled – The disabled to set.

setDsAlgorithm

public void setDsAlgorithm(String dsAlgorithm)
Parameters:
  • dsAlgorithm – The digital signing algorithm to set.

setDupElimination

public void setDupElimination(String dupElimination)
Parameters:
  • dupElimination – The duplicated elimination to set.

setEncryptAlgorithm

public void setEncryptAlgorithm(String encryptAlgorithm)
Parameters:
  • encryptAlgorithm – The encryption algorithm to set.

setEncryptCert

public void setEncryptCert(byte[] encryptCert)
Parameters:
  • encryptCert – The certificate for encryption in byte array.

setEncryptRequested

public void setEncryptRequested(String encryptRequested)
Parameters:
  • encryptRequested – The encryption requested to set.

setIsHostnameVerified

public void setIsHostnameVerified(String isHostnameVerified)
Parameters:
  • isHostnameVerified – True if the hostname verified to set.

setMdAlgorithm

public void setMdAlgorithm(String mdAlgorithm)
Parameters:
  • mdAlgorithm – The checksum algorithm to set.

setMessageOrder

public void setMessageOrder(String messageOrder)
Parameters:
  • messageOrder – The messageOrder to set.

setPartnershipId

public void setPartnershipId(String partnershipId)
Parameters:
  • partnershipId – The partnership ID to set.

setPersistDuration

public void setPersistDuration(String persistDuration)
Parameters:
  • persistDuration – The persistDuration to set.

setRetries

public void setRetries(int retries)
Parameters:
  • retries – The retries to set.

setRetryInterval

public void setRetryInterval(int retryInterval)
Parameters:
  • retryInterval – The retryInterval to set.

setService

public void setService(String service)
Parameters:
  • service – The service to set.

setSignCert

public void setSignCert(byte[] signCert)
Parameters:
  • signCert – The certificate for verification to set in byte array.

setSignRequested

public void setSignRequested(String signRequested)
Parameters:
  • signRequested – The signing requested to set.

setSyncReplyMode

public void setSyncReplyMode(String syncReplyMode)
Parameters:
  • syncReplyMode – The syncReplyMode to set.

setTransportEndpoint

public void setTransportEndpoint(String transportEndpoint)
Parameters:
  • transportEndpoint – The transportEndpoint to set.

setTransportProtocol

public void setTransportProtocol(String transportProtocol)
Parameters:
  • transportProtocol – The transportProtocol to set.