Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AdFormatLeadStatusCodeType

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

public class AdFormatLeadStatusCodeType
extends Object
implements Serializable

Contains information about the status of email correspondence for the lead.

See Also:
Serialized Form

Field Summary
static org.apache.axis.types.Token _CustomCode
           
static org.apache.axis.types.Token _New
           
static org.apache.axis.types.Token _Responded
           
static AdFormatLeadStatusCodeType CustomCode
          (out) Reserved for internal or future use.
static AdFormatLeadStatusCodeType New
          A new message from a prospective buyer that the seller has not yet responded to.
static AdFormatLeadStatusCodeType Responded
          A message from a prospective buyer that the seller has responded to.
 
Constructor Summary
protected AdFormatLeadStatusCodeType(org.apache.axis.types.Token value)
           
 
Method Summary
 boolean equals(Object obj)
           
static AdFormatLeadStatusCodeType fromString(String value)
           
static AdFormatLeadStatusCodeType fromValue(org.apache.axis.types.Token value)
           
static String getEnumErrorMsg(Object value)
           
 org.apache.axis.types.Token getValue()
           
 int hashCode()
           
 Object readResolve()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_New

public static final org.apache.axis.types.Token _New

_Responded

public static final org.apache.axis.types.Token _Responded

_CustomCode

public static final org.apache.axis.types.Token _CustomCode

New

public static final AdFormatLeadStatusCodeType New
A new message from a prospective buyer that the seller has not yet responded to.


Responded

public static final AdFormatLeadStatusCodeType Responded
A message from a prospective buyer that the seller has responded to.


CustomCode

public static final AdFormatLeadStatusCodeType CustomCode
(out) Reserved for internal or future use.

Constructor Detail

AdFormatLeadStatusCodeType

protected AdFormatLeadStatusCodeType(org.apache.axis.types.Token value)
Method Detail

getValue

public org.apache.axis.types.Token getValue()

fromValue

public static AdFormatLeadStatusCodeType fromValue(org.apache.axis.types.Token value)
                                            throws RuntimeException
Throws:
RuntimeException

fromString

public static AdFormatLeadStatusCodeType fromString(String value)
                                             throws RuntimeException
Throws:
RuntimeException

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException

getEnumErrorMsg

public static String getEnumErrorMsg(Object value)

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.