com.ibm.cics.server
Class TransformOutput

java.lang.Object
  extended by 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

Method Summary
 java.lang.String getElementName()
           
 java.lang.String getElementNamespace()
           
 java.lang.String getTypeName()
           
 java.lang.String getTypeNamespace()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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