com.ibm.tivoli.maximo.interaction.generate

Class IntGeneratorInfo

  • java.lang.Object
    • com.ibm.tivoli.maximo.interaction.generate.IntGeneratorInfo
  • All Implemented Interfaces:
    java.io.Serializable


    public final class IntGeneratorInfo
    extends java.lang.Object
    implements java.io.Serializable
    Holds information for a given MaxIntObject object
    See Also:
    Serialized Form
    • Constructor Detail

      • IntGeneratorInfo

        public IntGeneratorInfo()
        Constructor
    • Method Detail

      • setInteractionName

        public void setInteractionName(java.lang.String intrName)
        Set Interaction Name
        Parameters:
        intrName - Interaction Name
      • setProcessResponse

        public void setProcessResponse(boolean hasResponse)
        Set Process response
        Parameters:
        hasResponse - Process Response flag
      • setReqRelationName

        public void setReqRelationName(java.lang.String relName)
        Set Request Relation Name
        Parameters:
        relName - Request Relation Name
      • setDefaultAttributeLength

        public void setDefaultAttributeLength(java.lang.String length)
        Set Default Attribute Length
        Parameters:
        length - Default Attribute Length
      • setInteractionMainObject

        public void setInteractionMainObject(java.lang.String mainObjName)
        Set Interaction Main Object Name
        Parameters:
        mainObjName - Interaction Main Object Name
      • setReqOSName

        public void setReqOSName(java.lang.String osName)
        Set Request Object Structure Name
        Parameters:
        osName - Request Object Structure Name
      • setRespOSName

        public void setRespOSName(java.lang.String osName)
        Set Response Object Structure Name
        Parameters:
        osName - Response Object Structure Name
      • setInvkChannelName

        public void setInvkChannelName(java.lang.String channelName)
        Set Invoke Channel Name
        Parameters:
        channelName - Invoke Channel Name
      • setEndPointName

        public void setEndPointName(java.lang.String epName)
        Set End Point Name
        Parameters:
        epName - End Point Name
      • setEndpointInfo

        public void setEndpointInfo(EndpointInfo epInfo)
        Set End Point Info
        Parameters:
        epInfo - End Point Info
      • getInteractionName

        public java.lang.String getInteractionName()
        Get the Interaction Name
        Returns:
        Interaction Name
      • getReqOSName

        public java.lang.String getReqOSName()
        Get the Request Object Structure Name
        Returns:
        Request Object Structure Name
      • getRespOSName

        public java.lang.String getRespOSName()
        Get the Response Object Structure Name
        Returns:
        Response Object Structure Name
      • getDefaultAttributeLength

        public java.lang.String getDefaultAttributeLength()
        Get Default Attribute Length
        Returns:
        Default Attribute Length
      • getEndPointName

        public java.lang.String getEndPointName()
        Get the End Point Name
        Returns:
        End Point Name
      • getInvokeChannelName

        public java.lang.String getInvokeChannelName()
        Get the Invoke Channel name
        Returns:
        Invoke Channel name
      • isProcessResponse

        public boolean isProcessResponse()
        get Process response
        Returns:
        Process Response flag
      • getReqRelationName

        public java.lang.String getReqRelationName()
        Get the Request Relation name
        Returns:
        Request Relation name
      • getInteractionMainObject

        public java.lang.String getInteractionMainObject()
        Get the Interaction main Object Name
        Returns:
        Interaction main Object Name
      • getEndPointInfo

        public EndpointInfo getEndPointInfo()
        Get the End Point Info
        Returns:
        End Point Info