com.ibm.cics.server
Class TransformInput
java.lang.Object
com.ibm.cics.server.TransformInput
public class TransformInput
- extends java.lang.Object
This class represents the input parameters for the TRANSFORM command.
- Version:
- 1.0
- Author:
- Paul Cooper
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransformInput
public TransformInput()
setChannel
public void setChannel(Channel channel)
- Parameters:
channel
- the Channel to use
setXmlContainer
public void setXmlContainer(Container xmlContainer)
- Parameters:
xmlContainer
- the name of the XML Container
setDataContainer
public void setDataContainer(Container dataContainer)
- Parameters:
dataContainer
- the name of the Data Container
setNsContainer
public void setNsContainer(Container nsContainer)
- Parameters:
nsContainer
- the name of the namespace prefixes container
setXmltransform
public void setXmltransform(XmlTransform xmltransform)
throws java.lang.IllegalArgumentException
- Parameters:
xmltransform
- the XMLTRANSFORM resource to use
- Throws:
java.lang.IllegalArgumentException
- if the XMLTRANSFORM name is not set
setElementName
public void setElementName(java.lang.String elemname)
- Parameters:
elemname
- the element local name to use
setElementNamespace
public void setElementNamespace(java.lang.String elemns)
- Parameters:
elemns
- the element namespace to use
setTypeName
public void setTypeName(java.lang.String typename)
- Parameters:
typename
- the type local name to use
setTypeNamespace
public void setTypeNamespace(java.lang.String typens)
- Parameters:
typens
- the type namespace to use