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.0
    • 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.0
      • getElementNamespace

        public java.lang.String getElementNamespace()
        Returns:
        the XML element namespace
        Since CICS TS version:
        4.1
        Since package version:
        1.200.0
      • getTypeName

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

        public java.lang.String getTypeNamespace()
        Returns:
        the XML data type namespace
        Since CICS TS version:
        4.1
        Since package version:
        1.200.0