Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AffiliateTrackingDetailsType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AffiliateTrackingDetailsType
All Implemented Interfaces:
Serializable

public class AffiliateTrackingDetailsType
extends Object
implements Serializable

Container for fields related to affiliate tracking. For additional information, see the annotations to the elements in this type.

See Also:
Serialized Form

Constructor Summary
AffiliateTrackingDetailsType()
           
 
Method Summary
 boolean equals(Object obj)
           
 MessageElement[] get_any()
          Gets the _any value for this AffiliateTrackingDetailsType.
 String getAffiliateUserID()
          Gets the affiliateUserID value for this AffiliateTrackingDetailsType.
 ApplicationDeviceTypeCodeType getApplicationDeviceType()
          Gets the applicationDeviceType value for this AffiliateTrackingDetailsType.
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 getTrackingID()
          Gets the trackingID value for this AffiliateTrackingDetailsType.
 String getTrackingPartnerCode()
          Gets the trackingPartnerCode value for this AffiliateTrackingDetailsType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void set_any(MessageElement[] _any)
          Sets the _any value for this AffiliateTrackingDetailsType.
 void setAffiliateUserID(String affiliateUserID)
          Sets the affiliateUserID value for this AffiliateTrackingDetailsType.
 void setApplicationDeviceType(ApplicationDeviceTypeCodeType applicationDeviceType)
          Sets the applicationDeviceType value for this AffiliateTrackingDetailsType.
 void setTrackingID(String trackingID)
          Sets the trackingID value for this AffiliateTrackingDetailsType.
 void setTrackingPartnerCode(String trackingPartnerCode)
          Sets the trackingPartnerCode value for this AffiliateTrackingDetailsType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AffiliateTrackingDetailsType

public AffiliateTrackingDetailsType()
Method Detail

getTrackingID

public String getTrackingID()
Gets the trackingID value for this AffiliateTrackingDetailsType.

Returns:
trackingID

setTrackingID

public void setTrackingID(String trackingID)
Sets the trackingID value for this AffiliateTrackingDetailsType.

Parameters:
trackingID -

getTrackingPartnerCode

public String getTrackingPartnerCode()
Gets the trackingPartnerCode value for this AffiliateTrackingDetailsType.

Returns:
trackingPartnerCode

setTrackingPartnerCode

public void setTrackingPartnerCode(String trackingPartnerCode)
Sets the trackingPartnerCode value for this AffiliateTrackingDetailsType.

Parameters:
trackingPartnerCode -

getApplicationDeviceType

public ApplicationDeviceTypeCodeType getApplicationDeviceType()
Gets the applicationDeviceType value for this AffiliateTrackingDetailsType.

Returns:
applicationDeviceType Device used.

setApplicationDeviceType

public void setApplicationDeviceType(ApplicationDeviceTypeCodeType applicationDeviceType)
Sets the applicationDeviceType value for this AffiliateTrackingDetailsType.

Parameters:
applicationDeviceType - Device used.

getAffiliateUserID

public String getAffiliateUserID()
Gets the affiliateUserID value for this AffiliateTrackingDetailsType.

Returns:
affiliateUserID

setAffiliateUserID

public void setAffiliateUserID(String affiliateUserID)
Sets the affiliateUserID value for this AffiliateTrackingDetailsType.

Parameters:
affiliateUserID -

get_any

public MessageElement[] get_any()
Gets the _any value for this AffiliateTrackingDetailsType.

Returns:
_any

set_any

public void set_any(MessageElement[] _any)
Sets the _any value for this AffiliateTrackingDetailsType.

Parameters:
_any -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer


Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations:developer-relations@ebay.com
© 2004-2006 eBay Inc. All rights reserved.