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.

Version:
1.0
Author:
Paul Cooper

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

getElementNamespace

public java.lang.String getElementNamespace()
Returns:
the XML element namespace

getTypeName

public java.lang.String getTypeName()
Returns:
the XML data type local name

getTypeNamespace

public java.lang.String getTypeNamespace()
Returns:
the XML data type namespace