Class EPIBindingConstants
java.lang.Object
com.ibm.jakarta.connector2.cics.tools.EPIBindingConstants
This is an internal utility class that provides constants for the
various WSDL extensibility elements.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
AIDKEY is the string constant "key" which can be used to access the value of the matching interactionSpec propertystatic final String
static final String
static final String
CURSOR_COLUMN is the string constant "cursorColumn" which can be used to access the value of the matching interactionSpec propertystatic final String
CURSOR_ROW is the string constant "cursorRow" which can be used to access the value of the matching interactionSpec propertystatic final String
DEVICE_TYPE is the string constant "deviceType" which can be used to set the deviceType value of the connectionSpec when creating a connection.static final String
static final String
static final String
static final String
static final String
static final String
FUNCTION_NAME is the string constant "functionName" which can be used to access the value of the matching interactionSpec propertystatic final String
INTERACTION_VERB is the string constant "interactionVerb" which can be used to access the value of the matching interactionSpec propertystatic final String
MAP_NAME is the string constant "mapName" which can be used to access the value of the matching interactionSpec propertystatic final String
MAP_SET_NAME is the string constant "mapSetName" which can be used to access the value of the matching interactionSpec propertystatic final String
NETNAME is the string constant "netName" which can be used to set the NetName value of the connectionSpec when creating a connection.static final String
static final String
OUTPUT_ATTRIBUTE_TYPE is the string constant "outputAttributeType" which can be used to access the value of the matching interactionSpec propertystatic final String
PASSWORD is the string constant "password" which can be used to set the password value of the connectionSpec when creating a connection.static final QName
static final QName
static final QName
static final QName
static final QName
static final String
SCREEN_DEPTH is the string constant "screenDepth" which can be used to access the value of the matching interactionSpec propertystatic final String
SCREEN_WIDTH is the string constant "screenWidth" which can be used to access the value of the matching interactionSpec propertystatic final String
TERM_ID is the string constant "termId" which can be used to access the value of the matching interactionSpec propertystatic final String
USER_NAME is the string constant "userName" which can be used to set the userName value of the connectionSpec when creating a connection. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NS_URI_EPI
- See Also:
-
ELEM_BINDING
- See Also:
-
ELEM_OPERATION
- See Also:
-
ELEM_ADDRESS
- See Also:
-
ELEM_INTERACTIONSPEC_PROPERTY
- See Also:
-
ELEM_CONNECTIONSPEC_PROPERTY
- See Also:
-
ATTR_PART_NAME
- See Also:
-
ATTR_PROPERTY_NAME
- See Also:
-
AIDKEY
AIDKEY is the string constant "key" which can be used to access the value of the matching interactionSpec property- See Also:
-
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
CURSOR_ROW is the string constant "cursorRow" which can be used to access the value of the matching interactionSpec property- See Also:
-
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
INTERACTION_VERB is the string constant "interactionVerb" which can be used to access the value of the matching interactionSpec property- See Also:
-
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
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
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
SCREEN_DEPTH is the string constant "screenDepth" which can be used to access the value of the matching interactionSpec property- See Also:
-
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
TERM_ID is the string constant "termId" which can be used to access the value of the matching interactionSpec property- See Also:
-
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
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
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
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
-
Q_ELEM_EPI_OPERATION
-
Q_ELEM_EPI_ADDRESS
-
Q_ELEM_EPI_INTERACTIONSPEC_PROPERTY
-
Q_ELEM_EPI_CONNECTIONSPEC_PROPERTY
-
-
Constructor Details
-
EPIBindingConstants
public EPIBindingConstants()
-