Uses of Class
org.cxml.ControlKeys
-
Packages that use ControlKeys Package Description org.cxml -
-
Uses of ControlKeys in org.cxml
Fields in org.cxml declared as ControlKeys Modifier and Type Field Description protected ControlKeysItemOut. controlKeysprotected ControlKeysOrderRequestHeader. controlKeysMethods in org.cxml that return ControlKeys Modifier and Type Method Description ControlKeysObjectFactory. createControlKeys()Create an instance ofControlKeysControlKeysItemOut. getControlKeys()Gets the value of the controlKeys property.ControlKeysOrderRequestHeader. getControlKeys()Gets the value of the controlKeys property.Methods in org.cxml with parameters of type ControlKeys Modifier and Type Method Description voidItemOut. setControlKeys(ControlKeys value)Sets the value of the controlKeys property.voidOrderRequestHeader. setControlKeys(ControlKeys value)Sets the value of the controlKeys property.
-