public class TransformDataWithTransformationUnit extends Object implements Serializable
| Constructor and Description |
|---|
TransformDataWithTransformationUnit() |
TransformDataWithTransformationUnit(String TPID,
boolean createReport,
boolean filterSources,
Input[] inputs,
Output output,
Parameter[] tProgramUnboundParameters,
ContentType targetContentType,
String transformationUnitID) |
| 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[] |
getInputs()
Gets the inputs value for this TransformDataWithTransformationUnit.
|
Input |
getInputs(int i) |
Output |
getOutput()
Gets the output value for this TransformDataWithTransformationUnit.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
ContentType |
getTargetContentType()
Gets the targetContentType value for this TransformDataWithTransformationUnit.
|
String |
getTPID()
Gets the TPID value for this TransformDataWithTransformationUnit.
|
Parameter[] |
getTProgramUnboundParameters()
Gets the tProgramUnboundParameters value for this TransformDataWithTransformationUnit.
|
Parameter |
getTProgramUnboundParameters(int i) |
String |
getTransformationUnitID()
Gets the transformationUnitID value for this TransformDataWithTransformationUnit.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isCreateReport()
Gets the createReport value for this TransformDataWithTransformationUnit.
|
boolean |
isFilterSources()
Gets the filterSources value for this TransformDataWithTransformationUnit.
|
void |
setCreateReport(boolean createReport)
Sets the createReport value for this TransformDataWithTransformationUnit.
|
void |
setFilterSources(boolean filterSources)
Sets the filterSources value for this TransformDataWithTransformationUnit.
|
void |
setInputs(Input[] inputs)
Sets the inputs value for this TransformDataWithTransformationUnit.
|
void |
setInputs(int i,
Input _value) |
void |
setOutput(Output output)
Sets the output value for this TransformDataWithTransformationUnit.
|
void |
setTargetContentType(ContentType targetContentType)
Sets the targetContentType value for this TransformDataWithTransformationUnit.
|
void |
setTPID(String TPID)
Sets the TPID value for this TransformDataWithTransformationUnit.
|
void |
setTProgramUnboundParameters(int i,
Parameter _value) |
void |
setTProgramUnboundParameters(Parameter[] tProgramUnboundParameters)
Sets the tProgramUnboundParameters value for this TransformDataWithTransformationUnit.
|
void |
setTransformationUnitID(String transformationUnitID)
Sets the transformationUnitID value for this TransformDataWithTransformationUnit.
|
public Input[] getInputs()
public void setInputs(Input[] inputs)
inputs - public Input getInputs(int i)
public void setInputs(int i,
Input _value)
public String getTPID()
public void setTPID(String TPID)
TPID - public String getTransformationUnitID()
public void setTransformationUnitID(String transformationUnitID)
transformationUnitID - 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 isFilterSources()
public void setFilterSources(boolean filterSources)
filterSources - 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.