com.ibm.cics.server
Class TransformOutput
java.lang.Object
com.ibm.cics.server.TransformOutput
public class TransformOutput
- extends java.lang.Object
This class represents the output parameters for the TRANSFORM command.
- Since CICS TS version:
- 4.1
- Since package version:
- 1.200
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getElementName
public java.lang.String getElementName()
- Returns:
- the XML element local name
- Since CICS TS version:
- 4.1
- Since package version:
- 1.200
getElementNamespace
public java.lang.String getElementNamespace()
- Returns:
- the XML element namespace
- Since CICS TS version:
- 4.1
- Since package version:
- 1.200
getTypeName
public java.lang.String getTypeName()
- Returns:
- the XML data type local name
- Since CICS TS version:
- 4.1
- Since package version:
- 1.200
getTypeNamespace
public java.lang.String getTypeNamespace()
- Returns:
- the XML data type namespace
- Since CICS TS version:
- 4.1
- Since package version:
- 1.200