public class FindApplicableTransformationUnits extends Object implements Serializable
| Constructor and Description |
|---|
FindApplicableTransformationUnits() |
FindApplicableTransformationUnits(boolean createAndPublishCompositeTP,
ContentType sourceContentType,
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
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
ContentType |
getSourceContentType()
Gets the sourceContentType value for this FindApplicableTransformationUnits.
|
ContentType |
getTargetContentType()
Gets the targetContentType value for this FindApplicableTransformationUnits.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isCreateAndPublishCompositeTP()
Gets the createAndPublishCompositeTP value for this FindApplicableTransformationUnits.
|
void |
setCreateAndPublishCompositeTP(boolean createAndPublishCompositeTP)
Sets the createAndPublishCompositeTP value for this FindApplicableTransformationUnits.
|
void |
setSourceContentType(ContentType sourceContentType)
Sets the sourceContentType value for this FindApplicableTransformationUnits.
|
void |
setTargetContentType(ContentType targetContentType)
Sets the targetContentType value for this FindApplicableTransformationUnits.
|
public FindApplicableTransformationUnits()
public FindApplicableTransformationUnits(boolean createAndPublishCompositeTP,
ContentType sourceContentType,
ContentType targetContentType)
public ContentType getSourceContentType()
public void setSourceContentType(ContentType sourceContentType)
sourceContentType - public ContentType getTargetContentType()
public void setTargetContentType(ContentType targetContentType)
targetContentType - public boolean isCreateAndPublishCompositeTP()
public void setCreateAndPublishCompositeTP(boolean createAndPublishCompositeTP)
createAndPublishCompositeTP - 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.