Class EPIBindingConstants

java.lang.Object
com.ibm.jakarta.connector2.cics.tools.EPIBindingConstants

public class EPIBindingConstants extends Object
This is an internal utility class that provides constants for the various WSDL extensibility elements.
  • Field Details

    • NS_URI_EPI

      public static final String NS_URI_EPI
      See Also:
    • ELEM_BINDING

      public static final String ELEM_BINDING
      See Also:
    • ELEM_OPERATION

      public static final String ELEM_OPERATION
      See Also:
    • ELEM_ADDRESS

      public static final String ELEM_ADDRESS
      See Also:
    • ELEM_INTERACTIONSPEC_PROPERTY

      public static final String ELEM_INTERACTIONSPEC_PROPERTY
      See Also:
    • ELEM_CONNECTIONSPEC_PROPERTY

      public static final String ELEM_CONNECTIONSPEC_PROPERTY
      See Also:
    • ATTR_PART_NAME

      public static final String ATTR_PART_NAME
      See Also:
    • ATTR_PROPERTY_NAME

      public static final String ATTR_PROPERTY_NAME
      See Also:
    • AIDKEY

      public static final String AIDKEY
      AIDKEY is the string constant "key" which can be used to access the value of the matching interactionSpec property
      See Also:
    • CURSOR_COLUMN

      public static final String CURSOR_COLUMN
      CURSOR_COLUMN is the string constant "cursorColumn" which can be used to access the value of the matching interactionSpec property
      See Also:
    • CURSOR_ROW

      public static final String CURSOR_ROW
      CURSOR_ROW is the string constant "cursorRow" which can be used to access the value of the matching interactionSpec property
      See Also:
    • FUNCTION_NAME

      public static final String FUNCTION_NAME
      FUNCTION_NAME is the string constant "functionName" which can be used to access the value of the matching interactionSpec property
      See Also:
    • INTERACTION_VERB

      public static final String INTERACTION_VERB
      INTERACTION_VERB is the string constant "interactionVerb" which can be used to access the value of the matching interactionSpec property
      See Also:
    • MAP_NAME

      public static final String MAP_NAME
      MAP_NAME is the string constant "mapName" which can be used to access the value of the matching interactionSpec property
      See Also:
    • MAP_SET_NAME

      public static final String MAP_SET_NAME
      MAP_SET_NAME is the string constant "mapSetName" which can be used to access the value of the matching interactionSpec property
      See Also:
    • OUTPUT_ATTRIBUTE_TYPE

      public static final String OUTPUT_ATTRIBUTE_TYPE
      OUTPUT_ATTRIBUTE_TYPE is the string constant "outputAttributeType" which can be used to access the value of the matching interactionSpec property
      See Also:
    • SCREEN_DEPTH

      public static final String SCREEN_DEPTH
      SCREEN_DEPTH is the string constant "screenDepth" which can be used to access the value of the matching interactionSpec property
      See Also:
    • SCREEN_WIDTH

      public static final String SCREEN_WIDTH
      SCREEN_WIDTH is the string constant "screenWidth" which can be used to access the value of the matching interactionSpec property
      See Also:
    • TERM_ID

      public static final String TERM_ID
      TERM_ID is the string constant "termId" which can be used to access the value of the matching interactionSpec property
      See Also:
    • USER_NAME

      public static final String USER_NAME
      USER_NAME is the string constant "userName" which can be used to set the userName value of the connectionSpec when creating a connection.
      See Also:
    • NET_NAME

      public static final String NET_NAME
      NETNAME is the string constant "netName" which can be used to set the NetName value of the connectionSpec when creating a connection.
      See Also:
    • DEVICE_TYPE

      public static final String DEVICE_TYPE
      DEVICE_TYPE is the string constant "deviceType" which can be used to set the deviceType value of the connectionSpec when creating a connection.
      See Also:
    • PASSWORD

      public static final String PASSWORD
      PASSWORD is the string constant "password" which can be used to set the password value of the connectionSpec when creating a connection.
      See Also:
    • Q_ELEM_EPI_BINDING

      public static final QName Q_ELEM_EPI_BINDING
    • Q_ELEM_EPI_OPERATION

      public static final QName Q_ELEM_EPI_OPERATION
    • Q_ELEM_EPI_ADDRESS

      public static final QName Q_ELEM_EPI_ADDRESS
    • Q_ELEM_EPI_INTERACTIONSPEC_PROPERTY

      public static final QName Q_ELEM_EPI_INTERACTIONSPEC_PROPERTY
    • Q_ELEM_EPI_CONNECTIONSPEC_PROPERTY

      public static final QName Q_ELEM_EPI_CONNECTIONSPEC_PROPERTY
  • Constructor Details

    • EPIBindingConstants

      public EPIBindingConstants()