public class TransformDataWithTransformationProgram extends Object implements Serializable
| Constructor and Description |
|---|
TransformDataWithTransformationProgram() |
TransformDataWithTransformationProgram(String TPID,
boolean createReport,
Input input,
Output output,
Parameter[] tProgramUnboundParameters,
ContentType targetContentType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Input |
getInput()
Gets the input value for this TransformDataWithTransformationProgram.
|
Output |
getOutput()
Gets the output value for this TransformDataWithTransformationProgram.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
ContentType |
getTargetContentType()
Gets the targetContentType value for this TransformDataWithTransformationProgram.
|
String |
getTPID()
Gets the TPID value for this TransformDataWithTransformationProgram.
|
Parameter[] |
getTProgramUnboundParameters()
Gets the tProgramUnboundParameters value for this TransformDataWithTransformationProgram.
|
Parameter |
getTProgramUnboundParameters(int i) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isCreateReport()
Gets the createReport value for this TransformDataWithTransformationProgram.
|
void |
setCreateReport(boolean createReport)
Sets the createReport value for this TransformDataWithTransformationProgram.
|
void |
setInput(Input input)
Sets the input value for this TransformDataWithTransformationProgram.
|
void |
setOutput(Output output)
Sets the output value for this TransformDataWithTransformationProgram.
|
void |
setTargetContentType(ContentType targetContentType)
Sets the targetContentType value for this TransformDataWithTransformationProgram.
|
void |
setTPID(String TPID)
Sets the TPID value for this TransformDataWithTransformationProgram.
|
void |
setTProgramUnboundParameters(int i,
Parameter _value) |
void |
setTProgramUnboundParameters(Parameter[] tProgramUnboundParameters)
Sets the tProgramUnboundParameters value for this TransformDataWithTransformationProgram.
|
public TransformDataWithTransformationProgram()
public TransformDataWithTransformationProgram(String TPID, boolean createReport, Input input, Output output, Parameter[] tProgramUnboundParameters, ContentType targetContentType)
public Input getInput()
public void setInput(Input input)
input - public String getTPID()
public void setTPID(String TPID)
TPID - public ContentType getTargetContentType()
public void setTargetContentType(ContentType targetContentType)
targetContentType - public Parameter[] getTProgramUnboundParameters()
public void setTProgramUnboundParameters(Parameter[] tProgramUnboundParameters)
tProgramUnboundParameters - public Parameter getTProgramUnboundParameters(int i)
public void setTProgramUnboundParameters(int i,
Parameter _value)
public Output getOutput()
public void setOutput(Output output)
output - public boolean isCreateReport()
public void setCreateReport(boolean createReport)
createReport - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.