public class PlacementTagInfo extends Object implements Serializable
| Constructor and Description |
|---|
PlacementTagInfo() |
PlacementTagInfo(String clickThroughUrlTag,
String iframeJavaScriptTag,
String imageRedirectUrlTag,
String internalRedirectTag,
String javaScriptTag,
String motifInstructions,
PlacementBase placement,
String prefetchTag,
String standardTag) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClickThroughUrlTag()
Gets the clickThroughUrlTag value for this PlacementTagInfo.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getIframeJavaScriptTag()
Gets the iframeJavaScriptTag value for this PlacementTagInfo.
|
String |
getImageRedirectUrlTag()
Gets the imageRedirectUrlTag value for this PlacementTagInfo.
|
String |
getInternalRedirectTag()
Gets the internalRedirectTag value for this PlacementTagInfo.
|
String |
getJavaScriptTag()
Gets the javaScriptTag value for this PlacementTagInfo.
|
String |
getMotifInstructions()
Gets the motifInstructions value for this PlacementTagInfo.
|
PlacementBase |
getPlacement()
Gets the placement value for this PlacementTagInfo.
|
String |
getPrefetchTag()
Gets the prefetchTag value for this PlacementTagInfo.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getStandardTag()
Gets the standardTag value for this PlacementTagInfo.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setClickThroughUrlTag(String clickThroughUrlTag)
Sets the clickThroughUrlTag value for this PlacementTagInfo.
|
void |
setIframeJavaScriptTag(String iframeJavaScriptTag)
Sets the iframeJavaScriptTag value for this PlacementTagInfo.
|
void |
setImageRedirectUrlTag(String imageRedirectUrlTag)
Sets the imageRedirectUrlTag value for this PlacementTagInfo.
|
void |
setInternalRedirectTag(String internalRedirectTag)
Sets the internalRedirectTag value for this PlacementTagInfo.
|
void |
setJavaScriptTag(String javaScriptTag)
Sets the javaScriptTag value for this PlacementTagInfo.
|
void |
setMotifInstructions(String motifInstructions)
Sets the motifInstructions value for this PlacementTagInfo.
|
void |
setPlacement(PlacementBase placement)
Sets the placement value for this PlacementTagInfo.
|
void |
setPrefetchTag(String prefetchTag)
Sets the prefetchTag value for this PlacementTagInfo.
|
void |
setStandardTag(String standardTag)
Sets the standardTag value for this PlacementTagInfo.
|
public String getClickThroughUrlTag()
public void setClickThroughUrlTag(String clickThroughUrlTag)
clickThroughUrlTag - public String getIframeJavaScriptTag()
public void setIframeJavaScriptTag(String iframeJavaScriptTag)
iframeJavaScriptTag - public String getImageRedirectUrlTag()
public void setImageRedirectUrlTag(String imageRedirectUrlTag)
imageRedirectUrlTag - public String getInternalRedirectTag()
public void setInternalRedirectTag(String internalRedirectTag)
internalRedirectTag - public String getJavaScriptTag()
public void setJavaScriptTag(String javaScriptTag)
javaScriptTag - public String getMotifInstructions()
public void setMotifInstructions(String motifInstructions)
motifInstructions - public PlacementBase getPlacement()
public void setPlacement(PlacementBase placement)
placement - public String getPrefetchTag()
public void setPrefetchTag(String prefetchTag)
prefetchTag - public String getStandardTag()
public void setStandardTag(String standardTag)
standardTag - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.