Class TransformOutput

java.lang.Object
com.ibm.cics.server.TransformOutput

public class TransformOutput extends Object

This class represents the output parameters for the TRANSFORM command.

Since CICS TS version:
4.1
  • Method Details

    • getElementName

      public String getElementName()
      Returns:
      the XML element local name
      Since CICS TS version:
      4.1
    • getElementNamespace

      public String getElementNamespace()
      Returns:
      the XML element namespace
      Since CICS TS version:
      4.1
    • getTypeName

      public String getTypeName()
      Returns:
      the XML data type local name
      Since CICS TS version:
      4.1
    • getTypeNamespace

      public String getTypeNamespace()
      Returns:
      the XML data type namespace
      Since CICS TS version:
      4.1