Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ListingDurationReferenceType

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

public class ListingDurationReferenceType
extends Object
implements Serializable

Identifies the type of listing as an attribute on the ListingDuration node.

Java class for ListingDurationReferenceType complex type.

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

 <complexType name="ListingDurationReferenceType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>int">
       <attribute name="type" type="{urn:ebay:apis:eBLBaseComponents}ListingTypeCodeType" />
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  ListingTypeCodeType type
           
protected  int value
           
 
Constructor Summary
ListingDurationReferenceType()
           
 
Method Summary
 ListingTypeCodeType getType()
          Gets the value of the type property.
 int getValue()
          Gets the value of the value property.
 void setType(ListingTypeCodeType value)
          Sets the value of the type property.
 void setValue(int value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected int value

type

protected ListingTypeCodeType type
Constructor Detail

ListingDurationReferenceType

public ListingDurationReferenceType()
Method Detail

getValue

public int getValue()
Gets the value of the value property.


setValue

public void setValue(int value)
Sets the value of the value property.


getType

public ListingTypeCodeType getType()
Gets the value of the type property.

Returns:
possible object is ListingTypeCodeType

setType

public void setType(ListingTypeCodeType value)
Sets the value of the type property.

Parameters:
value - allowed object is ListingTypeCodeType

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.