com.bea.b2b.rosettanet.templates
Class TemplateVariables

java.lang.Object
  |
  +--com.bea.b2b.rosettanet.templates.TemplateVariables

public class TemplateVariables
extends java.lang.Object

This class contains the list of workflow variables that are defined in the templates used for the example RosettaNet PIP workflows. The methods are invoked from the example workflows's business operations.

Author:
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
TemplateVariables(com.bea.b2b.wlpi.WorkflowInstance wi)
           
 
Method Summary
 java.lang.String getActionHeader()
          Get the actionHeader workflow instance variable
 java.lang.String getActionInstanceId()
          Get the actionInstanceId workflow instance variable
 java.lang.String getBusinessActionCode()
          Get the businessActionCode workflow instance variable
 java.lang.String getFromContactName()
          Get the fromContactName workflow instance variable
 java.lang.String getFromDocid()
          Get the fromDocid workflow instance variable
 java.lang.String getFromDocTimeStamp()
          Get the fromDocTimeStamp workflow instance variable
 java.lang.String getFromDUNS()
          Get the fromDUNS workflow instance variable
 java.lang.String getFromEmailAddress()
          Get the fromEmailAddress workflow instance variable
 java.lang.String getFromPartnerClassCode()
          Get the fromPartnerClassCode workflow instance variable
 java.lang.String getFromRoleClassCode()
          Get the fromRoleClassCode workflow instance variable
 java.lang.String getFromSupplyChainCode()
          Get the fromSupplyChainCode workflow instance variable
 java.lang.String getFromTeleNo()
          Get the fromTeleNo workflow instance variable
 java.lang.Boolean getIsException()
          Get the isException workflow instance variable
 java.lang.String getProcessIndicatorCode()
          Get the processIndicatorCode workflow instance variable
 java.lang.String getProcessInstanceId()
          Get the processInstanceId workflow instance variable
 java.lang.String getReason()
          Get the reason workflow instance variable
 java.lang.Integer getRetry()
          Get the retry workflow instance variable
 java.lang.String getServiceContent()
          Get the serviceContent workflow instance variable
 java.lang.String getSignalHeader()
          Get the signalHeader workflow instance variable
 java.lang.String getToDUNS()
          Get the toDUNS workflow instance variable
 java.lang.String getToPartnerClassCode()
          Get the toPartnerClassCode workflow instance variable
 java.lang.String getToRoleClassCode()
          Get the toRoleClassCode workflow instance variable
 java.lang.String getToSupplyChainCode()
          Get the toSupplyChainCode workflow instance variable
 java.lang.String getTransactionCode()
          Get the transactionCode workflow instance variable
 java.lang.String getTransactionInstanceId()
          Get the transactionInstanceId workflow instance variable
 void setActionHeader(java.lang.String data)
          Set the actionHeader workflow instance variable
 void setActionInstanceId(java.lang.String data)
          Set the actionInstanceId workflow instance variable
 void setBusinessActionCode(java.lang.String data)
          Set the businessActionCode workflow instance variable
 void setFromContactName(java.lang.String data)
          Set the fromContactName workflow instance variable
 void setFromDocid(java.lang.String data)
          Set the fromDocid workflow instance variable
 void setFromDocTimeStamp(java.lang.String data)
          Set the fromDocTimeStamp workflow instance variable
 void setFromDUNS(java.lang.String data)
          Set the fromDUNS workflow instance variable
 void setFromEmailAddress(java.lang.String data)
          Set the fromEmailAddress workflow instance variable
 void setFromPartnerClassCode(java.lang.String data)
          Set the fromPartnerClassCode workflow instance variable
 void setFromRoleClassCode(java.lang.String data)
          Set the fromRoleClassCode workflow instance variable
 void setFromSupplyChainCode(java.lang.String data)
          Set the fromSupplyChainCode workflow instance variable
 void setFromTeleNo(java.lang.String data)
          Set the fromTeleNo workflow instance variable
 void setIsException(java.lang.Boolean data)
          Set the isException workflow instance variable
 void setProcessIndicatorCode(java.lang.String data)
          Set the processIndicatorCode workflow instance variable
 void setProcessInstanceId(java.lang.String data)
          Set the processInstanceId workflow instance variable
 void setReason(java.lang.String data)
          Set the reason workflow instance variable
 void setRetry(java.lang.Integer data)
          Set the retry workflow instance variable
 void setServiceContent(java.lang.String data)
          Set the serviceContent workflow instance variable
 void setSignalHeader(java.lang.String data)
          Set the signalHeader workflow instance variable
 void setToDUNS(java.lang.String data)
          Set the toDUNS workflow instance variable
 void setToPartnerClassCode(java.lang.String data)
          Set the toPartnerClassCode workflow instance variable
 void setToRoleClassCode(java.lang.String data)
          Set the toRoleClassCode workflow instance variable
 void setToSupplyChainCode(java.lang.String data)
          Set the toSupplyChainCode workflow instance variable
 void setTransactionCode(java.lang.String data)
          Set the transactionCode workflow instance variable
 void setTransactionInstanceId(java.lang.String data)
          Set the transactionInstanceId workflow instance variable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateVariables

public TemplateVariables(com.bea.b2b.wlpi.WorkflowInstance wi)
Method Detail

setActionHeader

public void setActionHeader(java.lang.String data)
                     throws com.bea.b2b.wlpi.WLPIException
Set the actionHeader workflow instance variable

Parameters:
data - value to set the actionHeader workflow variable to

setSignalHeader

public void setSignalHeader(java.lang.String data)
                     throws com.bea.b2b.wlpi.WLPIException
Set the signalHeader workflow instance variable

Parameters:
data - value to set the signalHeader workflow variable to

setServiceContent

public void setServiceContent(java.lang.String data)
                       throws com.bea.b2b.wlpi.WLPIException
Set the serviceContent workflow instance variable

Parameters:
data - value to set the serviceContent workflow variable to

setActionInstanceId

public void setActionInstanceId(java.lang.String data)
                         throws com.bea.b2b.wlpi.WLPIException
Set the actionInstanceId workflow instance variable

Parameters:
data - value to set the actionInstanceId workflow variable to

setProcessInstanceId

public void setProcessInstanceId(java.lang.String data)
                          throws com.bea.b2b.wlpi.WLPIException
Set the processInstanceId workflow instance variable

Parameters:
data - value to set the processInstanceId workflow variable to

setTransactionInstanceId

public void setTransactionInstanceId(java.lang.String data)
                              throws com.bea.b2b.wlpi.WLPIException
Set the transactionInstanceId workflow instance variable

Parameters:
data - value to set the transactionInstanceId workflow variable to

setTransactionCode

public void setTransactionCode(java.lang.String data)
                        throws com.bea.b2b.wlpi.WLPIException
Set the transactionCode workflow instance variable

Parameters:
data - value to set the transactionCode workflow variable to

setBusinessActionCode

public void setBusinessActionCode(java.lang.String data)
                           throws com.bea.b2b.wlpi.WLPIException
Set the businessActionCode workflow instance variable

Parameters:
data - value to set the businessActionCode workflow variable to

setProcessIndicatorCode

public void setProcessIndicatorCode(java.lang.String data)
                             throws com.bea.b2b.wlpi.WLPIException
Set the processIndicatorCode workflow instance variable

Parameters:
data - value to set the processIndicatorCode workflow variable to

setFromEmailAddress

public void setFromEmailAddress(java.lang.String data)
                         throws com.bea.b2b.wlpi.WLPIException
Set the fromEmailAddress workflow instance variable

Parameters:
data - value to set the fromEmailAddress workflow variable to

setFromTeleNo

public void setFromTeleNo(java.lang.String data)
                   throws com.bea.b2b.wlpi.WLPIException
Set the fromTeleNo workflow instance variable

Parameters:
data - value to set the fromTeleNo workflow variable to

setFromContactName

public void setFromContactName(java.lang.String data)
                        throws com.bea.b2b.wlpi.WLPIException
Set the fromContactName workflow instance variable

Parameters:
data - value to set the fromContactName workflow variable to

setToRoleClassCode

public void setToRoleClassCode(java.lang.String data)
                        throws com.bea.b2b.wlpi.WLPIException
Set the toRoleClassCode workflow instance variable

Parameters:
data - value to set the toRoleClassCode workflow variable to

setToPartnerClassCode

public void setToPartnerClassCode(java.lang.String data)
                           throws com.bea.b2b.wlpi.WLPIException
Set the toPartnerClassCode workflow instance variable

Parameters:
data - value to set the toPartnerClassCode workflow variable to

setToSupplyChainCode

public void setToSupplyChainCode(java.lang.String data)
                          throws com.bea.b2b.wlpi.WLPIException
Set the toSupplyChainCode workflow instance variable

Parameters:
data - value to set the toSupplyChainCode workflow variable to

setFromRoleClassCode

public void setFromRoleClassCode(java.lang.String data)
                          throws com.bea.b2b.wlpi.WLPIException
Set the fromRoleClassCode workflow instance variable

Parameters:
data - value to set the fromRoleClassCode workflow variable to

setFromPartnerClassCode

public void setFromPartnerClassCode(java.lang.String data)
                             throws com.bea.b2b.wlpi.WLPIException
Set the fromPartnerClassCode workflow instance variable

Parameters:
data - value to set the fromPartnerClassCode workflow variable to

setFromSupplyChainCode

public void setFromSupplyChainCode(java.lang.String data)
                            throws com.bea.b2b.wlpi.WLPIException
Set the fromSupplyChainCode workflow instance variable

Parameters:
data - value to set the fromSupplyChainCode workflow variable to

setFromDocid

public void setFromDocid(java.lang.String data)
                  throws com.bea.b2b.wlpi.WLPIException
Set the fromDocid workflow instance variable

Parameters:
data - value to set the fromDocid workflow variable to

setFromDocTimeStamp

public void setFromDocTimeStamp(java.lang.String data)
                         throws com.bea.b2b.wlpi.WLPIException
Set the fromDocTimeStamp workflow instance variable

Parameters:
data - value to set the fromDocTimeStamp workflow variable to

setFromDUNS

public void setFromDUNS(java.lang.String data)
                 throws com.bea.b2b.wlpi.WLPIException
Set the fromDUNS workflow instance variable

Parameters:
data - value to set the fromDUNS workflow variable to

setToDUNS

public void setToDUNS(java.lang.String data)
               throws com.bea.b2b.wlpi.WLPIException
Set the toDUNS workflow instance variable

Parameters:
data - value to set the toDUNS workflow variable to

setReason

public void setReason(java.lang.String data)
               throws com.bea.b2b.wlpi.WLPIException
Set the reason workflow instance variable

Parameters:
data - value to set the reason workflow variable to

setIsException

public void setIsException(java.lang.Boolean data)
                    throws com.bea.b2b.wlpi.WLPIException
Set the isException workflow instance variable

Parameters:
data - value to set the isException workflow variable to

setRetry

public void setRetry(java.lang.Integer data)
              throws com.bea.b2b.wlpi.WLPIException
Set the retry workflow instance variable

Parameters:
data - value to set the retry workflow variable to

getTransactionCode

public java.lang.String getTransactionCode()
                                    throws com.bea.b2b.wlpi.WLPIException
Get the transactionCode workflow instance variable

Returns:
value associated with the transactionCode workflow variable

getBusinessActionCode

public java.lang.String getBusinessActionCode()
                                       throws com.bea.b2b.wlpi.WLPIException
Get the businessActionCode workflow instance variable

Returns:
value associated with the businessActionCode workflow variable

getProcessIndicatorCode

public java.lang.String getProcessIndicatorCode()
                                         throws com.bea.b2b.wlpi.WLPIException
Get the processIndicatorCode workflow instance variable

Returns:
value associated with the processIndicatorCode workflow variable

getToRoleClassCode

public java.lang.String getToRoleClassCode()
                                    throws com.bea.b2b.wlpi.WLPIException
Get the toRoleClassCode workflow instance variable

Returns:
value associated with the toRoleClassCode workflow variable

getToPartnerClassCode

public java.lang.String getToPartnerClassCode()
                                       throws com.bea.b2b.wlpi.WLPIException
Get the toPartnerClassCode workflow instance variable

Returns:
value associated with the toPartnerClassCode workflow variable

getToSupplyChainCode

public java.lang.String getToSupplyChainCode()
                                      throws com.bea.b2b.wlpi.WLPIException
Get the toSupplyChainCode workflow instance variable

Returns:
value associated with the toSupplyChainCode workflow variable

getFromRoleClassCode

public java.lang.String getFromRoleClassCode()
                                      throws com.bea.b2b.wlpi.WLPIException
Get the fromRoleClassCode workflow instance variable

Returns:
value associated with the fromRoleClassCode workflow variable

getFromPartnerClassCode

public java.lang.String getFromPartnerClassCode()
                                         throws com.bea.b2b.wlpi.WLPIException
Get the fromPartnerClassCode workflow instance variable

Returns:
value associated with the fromPartnerClassCode workflow variable

getFromSupplyChainCode

public java.lang.String getFromSupplyChainCode()
                                        throws com.bea.b2b.wlpi.WLPIException
Get the fromSupplyChainCode workflow instance variable

Returns:
value associated with the fromSupplyChainCode workflow variable

getFromDocid

public java.lang.String getFromDocid()
                              throws com.bea.b2b.wlpi.WLPIException
Get the fromDocid workflow instance variable

Returns:
value associated with the fromDocid workflow variable

getFromDocTimeStamp

public java.lang.String getFromDocTimeStamp()
                                     throws com.bea.b2b.wlpi.WLPIException
Get the fromDocTimeStamp workflow instance variable

Returns:
value associated with the fromDocTimeStamp workflow variable

getFromDUNS

public java.lang.String getFromDUNS()
                             throws com.bea.b2b.wlpi.WLPIException
Get the fromDUNS workflow instance variable

Returns:
value associated with the fromDUNS workflow variable

getToDUNS

public java.lang.String getToDUNS()
                           throws com.bea.b2b.wlpi.WLPIException
Get the toDUNS workflow instance variable

Returns:
value associated with the toDUNS workflow variable

getReason

public java.lang.String getReason()
                           throws com.bea.b2b.wlpi.WLPIException
Get the reason workflow instance variable

Returns:
value associated with the reason workflow variable

getFromEmailAddress

public java.lang.String getFromEmailAddress()
                                     throws com.bea.b2b.wlpi.WLPIException
Get the fromEmailAddress workflow instance variable

Returns:
value associated with the fromEmailAddress workflow variable

getFromTeleNo

public java.lang.String getFromTeleNo()
                               throws com.bea.b2b.wlpi.WLPIException
Get the fromTeleNo workflow instance variable

Returns:
value associated with the fromTeleNo workflow variable

getFromContactName

public java.lang.String getFromContactName()
                                    throws com.bea.b2b.wlpi.WLPIException
Get the fromContactName workflow instance variable

Returns:
value associated with the fromContactName workflow variable

getActionInstanceId

public java.lang.String getActionInstanceId()
                                     throws com.bea.b2b.wlpi.WLPIException
Get the actionInstanceId workflow instance variable

Returns:
value associated with the actionInstanceId workflow variable

getProcessInstanceId

public java.lang.String getProcessInstanceId()
                                      throws com.bea.b2b.wlpi.WLPIException
Get the processInstanceId workflow instance variable

Returns:
value associated with the processInstanceId workflow variable

getTransactionInstanceId

public java.lang.String getTransactionInstanceId()
                                          throws com.bea.b2b.wlpi.WLPIException
Get the transactionInstanceId workflow instance variable

Returns:
value associated with the transactionInstanceId workflow variable

getActionHeader

public java.lang.String getActionHeader()
                                 throws com.bea.b2b.wlpi.WLPIException
Get the actionHeader workflow instance variable

Returns:
value associated with the actionHeader workflow variable

getSignalHeader

public java.lang.String getSignalHeader()
                                 throws com.bea.b2b.wlpi.WLPIException
Get the signalHeader workflow instance variable

Returns:
value associated with the signalHeader workflow variable

getServiceContent

public java.lang.String getServiceContent()
                                   throws com.bea.b2b.wlpi.WLPIException
Get the serviceContent workflow instance variable

Returns:
value associated with the serviceContent workflow variable

getIsException

public java.lang.Boolean getIsException()
                                 throws com.bea.b2b.wlpi.WLPIException
Get the isException workflow instance variable

Returns:
value associated with the isException workflow variable

getRetry

public java.lang.Integer getRetry()
                           throws com.bea.b2b.wlpi.WLPIException
Get the retry workflow instance variable

Returns:
value associated with the retry workflow variable