Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ListingTipFieldType

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

public class ListingTipFieldType
extends Object
implements Serializable

This type is deprecated.

Java class for ListingTipFieldType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ListingTipFieldType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ListingTipFieldID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FieldTip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CurrentFieldText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CurrentFieldValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Object> any
           
protected  String currentFieldText
           
protected  String currentFieldValue
           
protected  String fieldTip
           
protected  String listingTipFieldID
           
 
Constructor Summary
ListingTipFieldType()
           
 
Method Summary
protected  List<Object> _getAny()
           
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 String getCurrentFieldText()
          Gets the value of the currentFieldText property.
 String getCurrentFieldValue()
          Gets the value of the currentFieldValue property.
 String getFieldTip()
          Gets the value of the fieldTip property.
 String getListingTipFieldID()
          Gets the value of the listingTipFieldID property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setCurrentFieldText(String value)
          Sets the value of the currentFieldText property.
 void setCurrentFieldValue(String value)
          Sets the value of the currentFieldValue property.
 void setFieldTip(String value)
          Sets the value of the fieldTip property.
 void setListingTipFieldID(String value)
          Sets the value of the listingTipFieldID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listingTipFieldID

protected String listingTipFieldID

fieldTip

protected String fieldTip

currentFieldText

protected String currentFieldText

currentFieldValue

protected String currentFieldValue

any

protected List<Object> any
Constructor Detail

ListingTipFieldType

public ListingTipFieldType()
Method Detail

getListingTipFieldID

public String getListingTipFieldID()
Gets the value of the listingTipFieldID property.

Returns:
possible object is String

setListingTipFieldID

public void setListingTipFieldID(String value)
Sets the value of the listingTipFieldID property.

Parameters:
value - allowed object is String

getFieldTip

public String getFieldTip()
Gets the value of the fieldTip property.

Returns:
possible object is String

setFieldTip

public void setFieldTip(String value)
Sets the value of the fieldTip property.

Parameters:
value - allowed object is String

getCurrentFieldText

public String getCurrentFieldText()
Gets the value of the currentFieldText property.

Returns:
possible object is String

setCurrentFieldText

public void setCurrentFieldText(String value)
Sets the value of the currentFieldText property.

Parameters:
value - allowed object is String

getCurrentFieldValue

public String getCurrentFieldValue()
Gets the value of the currentFieldValue property.

Returns:
possible object is String

setCurrentFieldValue

public void setCurrentFieldValue(String value)
Sets the value of the currentFieldValue property.

Parameters:
value - allowed object is String

getAny

public Object[] getAny()
Returns:
array of Element Object

getAny

public Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(Object[] values)
Parameters:
values - allowed objects are Element Object

_getAny

protected List<Object> _getAny()

setAny

public Object setAny(int idx,
                     Object value)
Parameters:
value - allowed object is Element Object

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-2009 eBay Inc. All rights reserved.