com.ibm.broker.config.appdev.nodes

Class CDInputNode

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable


    public class CDInputNode
    extends Node

    CDInputNode instance

    Use the CDInput node to receive transfers from a Connect Direct server

     Change Activity:
     -------- ----------- -------------   ------------------------------------
     Reason:  Date:       Originator:     Comments:
     -------- ----------- -------------   ------------------------------------
     xxxxx.x  2010-08-10  dstorey         creation
     xxxxx.x  xxxx-xx-xx  generated       8.0.0.0 Release
     
    See Also:
    Serialized Form
    • Constructor Detail

      • CDInputNode

        public CDInputNode()
    • Method Detail

      • getParserXmlnscOpaqueElementsTable

        public CDInputNode.ParserXmlnscOpaqueElementsTable getParserXmlnscOpaqueElementsTable()
        Retrieve the Opaque elements table for the node CDInputNode
        Returns:
        ParserXmlnscOpaqueElementsTable instance which contains OpaqueElementsRow rows
      • getInputTerminals

        public InputTerminal[] getInputTerminals()
        Description copied from class: Node
        Gets the full list of available InputTerminals for this Node
        Specified by:
        getInputTerminals in class Node
        Returns:
        InputTerminal[]
      • getOutputTerminals

        public OutputTerminal[] getOutputTerminals()
        Description copied from class: Node
        Gets the full list of available OutputTerminals for this Node
        Specified by:
        getOutputTerminals in class Node
        Returns:
        OutputTerminal[]
      • getTypeName

        public java.lang.String getTypeName()
        Description copied from class: Node
        Gets the node type of this node
        Specified by:
        getTypeName in class Node
        Returns:
        String; the node type
      • setInputDirectory

        public CDInputNode setInputDirectory(java.lang.String value)
        Set the CDInputNode "Directory filter" property
        Parameters:
        value - String ; the value to set the property "Directory filter"
      • getInputDirectory

        public java.lang.String getInputDirectory()
        Get the CDInputNode "Directory filter" property
        Returns:
        String; the value of the property "Directory filter"
      • setFilenamePattern

        public CDInputNode setFilenamePattern(java.lang.String value)
        Set the CDInputNode "File name filter" property
        Parameters:
        value - String ; the value to set the property "File name filter"
      • getFilenamePattern

        public java.lang.String getFilenamePattern()
        Get the CDInputNode "File name filter" property
        Returns:
        String; the value of the property "File name filter"
      • setConfigurableService

        public CDInputNode setConfigurableService(java.lang.String value)
        Set the CDInputNode "Configurable service " property
        Parameters:
        value - String ; the value to set the property "Configurable service "
      • getConfigurableService

        public java.lang.String getConfigurableService()
        Get the CDInputNode "Configurable service " property
        Returns:
        String; the value of the property "Configurable service "
      • setProcessedFileAction

        public CDInputNode setProcessedFileAction(CDInputNode.ENUM_CDINPUT_PROCESSEDFILEACTION value)
        Set the CDInputNode "Action on successful processing" property
        Parameters:
        value - ENUM_CDINPUT_PROCESSEDFILEACTION ; the value to set the property "Action on successful processing"
      • getProcessedFileAction

        public CDInputNode.ENUM_CDINPUT_PROCESSEDFILEACTION getProcessedFileAction()
        Get the CDInputNode "Action on successful processing" property
        Returns:
        ENUM_CDINPUT_PROCESSEDFILEACTION; the value of the property "Action on successful processing"
      • setMessageDomainProperty

        public CDInputNode setMessageDomainProperty(java.lang.String value)
        Set the CDInputNode "Message domain" property
        Parameters:
        value - String ; the value to set the property "Message domain"
      • getMessageDomainProperty

        public java.lang.String getMessageDomainProperty()
        Get the CDInputNode "Message domain" property
        Returns:
        String; the value of the property "Message domain"
      • setMessageSetProperty

        public CDInputNode setMessageSetProperty(java.lang.String value)
        Set the CDInputNode "Message model" property
        Parameters:
        value - String ; the value to set the property "Message model"
      • getMessageSetProperty

        public java.lang.String getMessageSetProperty()
        Get the CDInputNode "Message model" property
        Returns:
        String; the value of the property "Message model"
      • setMessageTypeProperty

        public CDInputNode setMessageTypeProperty(java.lang.String value)
        Set the CDInputNode "Message" property
        Parameters:
        value - String ; the value to set the property "Message"
      • getMessageTypeProperty

        public java.lang.String getMessageTypeProperty()
        Get the CDInputNode "Message" property
        Returns:
        String; the value of the property "Message"
      • setMessageFormatProperty

        public CDInputNode setMessageFormatProperty(java.lang.String value)
        Set the CDInputNode "Physical format" property
        Parameters:
        value - String ; the value to set the property "Physical format"
      • getMessageFormatProperty

        public java.lang.String getMessageFormatProperty()
        Get the CDInputNode "Physical format" property
        Returns:
        String; the value of the property "Physical format"
      • setMessageCodedCharSetIdProperty

        public CDInputNode setMessageCodedCharSetIdProperty(java.lang.String value)
        Set the CDInputNode "Message coded character set ID" property
        Parameters:
        value - String ; the value to set the property "Message coded character set ID"
      • getMessageCodedCharSetIdProperty

        public java.lang.String getMessageCodedCharSetIdProperty()
        Get the CDInputNode "Message coded character set ID" property
        Returns:
        String; the value of the property "Message coded character set ID"
      • setMessageEncodingProperty

        public CDInputNode setMessageEncodingProperty(java.lang.String value)
        Set the CDInputNode "Message encoding" property
        Parameters:
        value - String ; the value to set the property "Message encoding"
      • getMessageEncodingProperty

        public java.lang.String getMessageEncodingProperty()
        Get the CDInputNode "Message encoding" property
        Returns:
        String; the value of the property "Message encoding"
      • getValidateTiming

        public CDInputNode.ENUM_CDINPUT_VALIDATETIMING getValidateTiming()
        Get the CDInputNode "Parse timing" property
        Returns:
        ENUM_CDINPUT_VALIDATETIMING; the value of the property "Parse timing"
      • setParserXmlnscBuildTreeUsingXMLSchema

        public CDInputNode setParserXmlnscBuildTreeUsingXMLSchema(boolean value)
        Set the CDInputNode "Build tree using XML schema data types" property
        Parameters:
        value - boolean ; the value to set the property "Build tree using XML schema data types"
      • getParserXmlnscBuildTreeUsingXMLSchema

        public boolean getParserXmlnscBuildTreeUsingXMLSchema()
        Get the CDInputNode "Build tree using XML schema data types" property
        Returns:
        boolean; the value of the property "Build tree using XML schema data types"
      • setParserXmlnscUseForXmlnsDomain

        public CDInputNode setParserXmlnscUseForXmlnsDomain(boolean value)
        Set the CDInputNode "Use XMLNSC compact parser for XMLNS domain" property
        Parameters:
        value - boolean ; the value to set the property "Use XMLNSC compact parser for XMLNS domain"
      • getParserXmlnscUseForXmlnsDomain

        public boolean getParserXmlnscUseForXmlnsDomain()
        Get the CDInputNode "Use XMLNSC compact parser for XMLNS domain" property
        Returns:
        boolean; the value of the property "Use XMLNSC compact parser for XMLNS domain"
      • getParserXmlnscMixedContentRetainMode

        public CDInputNode.ENUM_CDINPUT_PARSERXMLNSCMIXEDCONTENTRETAINMODE getParserXmlnscMixedContentRetainMode()
        Get the CDInputNode "Retain mixed content" property
        Returns:
        ENUM_CDINPUT_PARSERXMLNSCMIXEDCONTENTRETAINMODE; the value of the property "Retain mixed content"
      • getParserXmlnscCommentsRetainMode

        public CDInputNode.ENUM_CDINPUT_PARSERXMLNSCCOMMENTSRETAINMODE getParserXmlnscCommentsRetainMode()
        Get the CDInputNode "Retain comments" property
        Returns:
        ENUM_CDINPUT_PARSERXMLNSCCOMMENTSRETAINMODE; the value of the property "Retain comments"
      • setParserXmlnscProcessingInstructionsRetainMode

        public CDInputNode setParserXmlnscProcessingInstructionsRetainMode(CDInputNode.ENUM_CDINPUT_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE value)
        Set the CDInputNode "Retain processing instructions" property
        Parameters:
        value - ENUM_CDINPUT_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE ; the value to set the property "Retain processing instructions"
      • getParserXmlnscProcessingInstructionsRetainMode

        public CDInputNode.ENUM_CDINPUT_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE getParserXmlnscProcessingInstructionsRetainMode()
        Get the CDInputNode "Retain processing instructions" property
        Returns:
        ENUM_CDINPUT_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE; the value of the property "Retain processing instructions"
      • setRetryMechanism

        public CDInputNode setRetryMechanism(CDInputNode.ENUM_CDINPUT_RETRYMECHANISM value)
        Set the CDInputNode "Retry mechanism" property
        Parameters:
        value - ENUM_CDINPUT_RETRYMECHANISM ; the value to set the property "Retry mechanism"
      • getRetryMechanism

        public CDInputNode.ENUM_CDINPUT_RETRYMECHANISM getRetryMechanism()
        Get the CDInputNode "Retry mechanism" property
        Returns:
        ENUM_CDINPUT_RETRYMECHANISM; the value of the property "Retry mechanism"
      • setRetryThreshold

        public CDInputNode setRetryThreshold(int value)
        Set the CDInputNode "Retry threshold" property
        Parameters:
        value - int ; the value to set the property "Retry threshold"
      • getRetryThreshold

        public int getRetryThreshold()
        Get the CDInputNode Retry threshold property
        Returns:
        int; the value of the property "Retry threshold"
      • setShortRetryInterval

        public CDInputNode setShortRetryInterval(int value)
        Set the CDInputNode "Short retry interval (seconds)" property
        Parameters:
        value - int ; the value to set the property "Short retry interval (seconds)"
      • getShortRetryInterval

        public int getShortRetryInterval()
        Get the CDInputNode Short retry interval (seconds) property
        Returns:
        int; the value of the property "Short retry interval (seconds)"
      • setLongRetryInterval

        public CDInputNode setLongRetryInterval(int value)
        Set the CDInputNode "Long retry interval (seconds)" property
        Parameters:
        value - int ; the value to set the property "Long retry interval (seconds)"
      • getLongRetryInterval

        public int getLongRetryInterval()
        Get the CDInputNode Long retry interval (seconds) property
        Returns:
        int; the value of the property "Long retry interval (seconds)"
      • setFailedFileAction

        public CDInputNode setFailedFileAction(CDInputNode.ENUM_CDINPUT_FAILEDFILEACTION value)
        Set the CDInputNode "Action on failing file" property
        Parameters:
        value - ENUM_CDINPUT_FAILEDFILEACTION ; the value to set the property "Action on failing file"
      • getFailedFileAction

        public CDInputNode.ENUM_CDINPUT_FAILEDFILEACTION getFailedFileAction()
        Get the CDInputNode "Action on failing file" property
        Returns:
        ENUM_CDINPUT_FAILEDFILEACTION; the value of the property "Action on failing file"
      • setRecordDetection

        public CDInputNode setRecordDetection(CDInputNode.ENUM_CDINPUT_RECORDDETECTION value)
        Set the CDInputNode "Record detection" property
        Parameters:
        value - ENUM_CDINPUT_RECORDDETECTION ; the value to set the property "Record detection"
      • getRecordDetection

        public CDInputNode.ENUM_CDINPUT_RECORDDETECTION getRecordDetection()
        Get the CDInputNode "Record detection" property
        Returns:
        ENUM_CDINPUT_RECORDDETECTION; the value of the property "Record detection"
      • setSkipFirstRecord

        public CDInputNode setSkipFirstRecord(boolean value)
        Set the CDInputNode "Skip first record" property
        Parameters:
        value - boolean ; the value to set the property "Skip first record"
      • getSkipFirstRecord

        public boolean getSkipFirstRecord()
        Get the CDInputNode "Skip first record" property
        Returns:
        boolean; the value of the property "Skip first record"
      • setRecordLength

        public CDInputNode setRecordLength(int value)
        Set the CDInputNode "Length (bytes)" property
        Parameters:
        value - int ; the value to set the property "Length (bytes)"
      • getRecordLength

        public int getRecordLength()
        Get the CDInputNode Length (bytes) property
        Returns:
        int; the value of the property "Length (bytes)"
      • getRecordDelimiter

        public CDInputNode.ENUM_CDINPUT_RECORDDELIMITER getRecordDelimiter()
        Get the CDInputNode "Delimiter" property
        Returns:
        ENUM_CDINPUT_RECORDDELIMITER; the value of the property "Delimiter"
      • setCustomDelimiter

        public CDInputNode setCustomDelimiter(java.lang.String value)
        Set the CDInputNode "Custom delimiter (hexadecimal)" property
        Parameters:
        value - String ; the value to set the property "Custom delimiter (hexadecimal)"
      • getCustomDelimiter

        public java.lang.String getCustomDelimiter()
        Get the CDInputNode "Custom delimiter (hexadecimal)" property
        Returns:
        String; the value of the property "Custom delimiter (hexadecimal)"
      • setDelimiterType

        public CDInputNode setDelimiterType(CDInputNode.ENUM_CDINPUT_DELIMITERTYPE value)
        Set the CDInputNode "Delimiter type" property
        Parameters:
        value - ENUM_CDINPUT_DELIMITERTYPE ; the value to set the property "Delimiter type"
      • getDelimiterType

        public CDInputNode.ENUM_CDINPUT_DELIMITERTYPE getDelimiterType()
        Get the CDInputNode "Delimiter type" property
        Returns:
        ENUM_CDINPUT_DELIMITERTYPE; the value of the property "Delimiter type"
      • getValidateMaster

        public CDInputNode.ENUM_CDINPUT_VALIDATEMASTER getValidateMaster()
        Get the CDInputNode "Validate" property
        Returns:
        ENUM_CDINPUT_VALIDATEMASTER; the value of the property "Validate"
      • getValidateFailureAction

        public CDInputNode.ENUM_CDINPUT_VALIDATEFAILUREACTION getValidateFailureAction()
        Get the CDInputNode "Failure action" property
        Returns:
        ENUM_CDINPUT_VALIDATEFAILUREACTION; the value of the property "Failure action"
      • setTransactionMode

        public CDInputNode setTransactionMode(CDInputNode.ENUM_CDINPUT_TRANSACTIONMODE value)
        Set the CDInputNode "Transaction mode" property
        Parameters:
        value - ENUM_CDINPUT_TRANSACTIONMODE ; the value to set the property "Transaction mode"
      • getTransactionMode

        public CDInputNode.ENUM_CDINPUT_TRANSACTIONMODE getTransactionMode()
        Get the CDInputNode "Transaction mode" property
        Returns:
        ENUM_CDINPUT_TRANSACTIONMODE; the value of the property "Transaction mode"
      • setComponentLevel

        public CDInputNode setComponentLevel(CDInputNode.ENUM_CDINPUT_COMPONENTLEVEL value)
        Set the CDInputNode "Additional instances pool" property
        Parameters:
        value - ENUM_CDINPUT_COMPONENTLEVEL ; the value to set the property "Additional instances pool"
      • getComponentLevel

        public CDInputNode.ENUM_CDINPUT_COMPONENTLEVEL getComponentLevel()
        Get the CDInputNode "Additional instances pool" property
        Returns:
        ENUM_CDINPUT_COMPONENTLEVEL; the value of the property "Additional instances pool"
      • setAdditionalInstances

        public CDInputNode setAdditionalInstances(int value)
        Set the CDInputNode "Additional instances" property
        Parameters:
        value - int ; the value to set the property "Additional instances"
      • getAdditionalInstances

        public int getAdditionalInstances()
        Get the CDInputNode Additional instances property
        Returns:
        int; the value of the property "Additional instances"
      • getNodeName

        public java.lang.String getNodeName()
        Description copied from class: Node
        Gets the label name of this node
          MessageFlow mf1 = patternInstanceManager.getMessageFlow("MyFlowProject", "mf1.msgflow");
          Node inputMQNode = mf1.getNodeByName("My Input Node");
          inputMQNode.setNodeName("Renamed Input Node");
         
        Overrides:
        getNodeName in class Node
        Returns:
        String; the node name