public class TPAndTransformationUnit extends Object implements Serializable
| Constructor and Description |
|---|
TPAndTransformationUnit() |
TPAndTransformationUnit(String transformationProgramID,
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
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTransformationProgramID()
Gets the transformationProgramID value for this TPAndTransformationUnit.
|
String |
getTransformationUnitID()
Gets the transformationUnitID value for this TPAndTransformationUnit.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setTransformationProgramID(String transformationProgramID)
Sets the transformationProgramID value for this TPAndTransformationUnit.
|
void |
setTransformationUnitID(String transformationUnitID)
Sets the transformationUnitID value for this TPAndTransformationUnit.
|
public String getTransformationProgramID()
public void setTransformationProgramID(String transformationProgramID)
transformationProgramID - public String getTransformationUnitID()
public void setTransformationUnitID(String transformationUnitID)
transformationUnitID - 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.