Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ListingTipFieldType

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

public class ListingTipFieldType
extends java.lang.Object
implements java.io.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  java.util.List<java.lang.Object> any
           
protected  java.lang.String currentFieldText
           
protected  java.lang.String currentFieldValue
           
protected  java.lang.String fieldTip
           
protected  java.lang.String listingTipFieldID
           
 
Constructor Summary
ListingTipFieldType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 java.lang.String getCurrentFieldText()
          Gets the value of the currentFieldText property.
 java.lang.String getCurrentFieldValue()
          Gets the value of the currentFieldValue property.
 java.lang.String getFieldTip()
          Gets the value of the fieldTip property.
 java.lang.String getListingTipFieldID()
          Gets the value of the listingTipFieldID property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setCurrentFieldText(java.lang.String value)
          Sets the value of the currentFieldText property.
 void setCurrentFieldValue(java.lang.String value)
          Sets the value of the currentFieldValue property.
 void setFieldTip(java.lang.String value)
          Sets the value of the fieldTip property.
 void setListingTipFieldID(java.lang.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 java.lang.String listingTipFieldID

fieldTip

protected java.lang.String fieldTip

currentFieldText

protected java.lang.String currentFieldText

currentFieldValue

protected java.lang.String currentFieldValue

any

protected java.util.List<java.lang.Object> any
Constructor Detail

ListingTipFieldType

public ListingTipFieldType()
Method Detail

getListingTipFieldID

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

Returns:
possible object is String

setListingTipFieldID

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

Parameters:
value - allowed object is String

getFieldTip

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

Returns:
possible object is String

setFieldTip

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

Parameters:
value - allowed object is String

getCurrentFieldText

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

Returns:
possible object is String

setCurrentFieldText

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

Parameters:
value - allowed object is String

getCurrentFieldValue

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

Returns:
possible object is String

setCurrentFieldValue

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

Parameters:
value - allowed object is String

getAny

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

getAny

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

getAnyLength

public int getAnyLength()

setAny

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

_getAny

protected java.util.List<java.lang.Object> _getAny()

setAny

public java.lang.Object setAny(int idx,
                               java.lang.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.