public class

ItemType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.ItemType

Class Overview

Java class for ItemType complex type.

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

 <complexType name="ItemType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ApplicationData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ListOfAttributeSets" type="{urn:ebay:apis:eBLBaseComponents}ListOfAttributeSetType" minOccurs="0"/>
         <element name="AutoPay" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="BuyerProtection" type="{urn:ebay:apis:eBLBaseComponents}BuyerProtectionCodeType" minOccurs="0"/>
         <element name="BuyItNowPrice" type="{urn:ebay:apis:CoreComponentTypes}AmountType" minOccurs="0"/>
         <element name="Charity" type="{urn:ebay:apis:eBLBaseComponents}CharityType" minOccurs="0"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}Country" minOccurs="0"/>
         <element name="CrossPromotion" type="{urn:ebay:apis:eBLBaseComponents}CrossPromotionsType" minOccurs="0"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}Currency" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Escrow" type="{urn:ebay:apis:eBLBaseComponents}EscrowCodeType" minOccurs="0"/>
         <element name="GiftIcon" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="GiftServices" type="{urn:ebay:apis:eBLBaseComponents}GiftServicesCodeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="HitCounter" type="{urn:ebay:apis:eBLBaseComponents}HitCounterCodeType" minOccurs="0"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}ItemID" minOccurs="0"/>
         <element name="ListingDetails" type="{urn:ebay:apis:eBLBaseComponents}ListingDetailsType" minOccurs="0"/>
         <element name="ListingDesigner" type="{urn:ebay:apis:eBLBaseComponents}ListingDesignerType" minOccurs="0"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}ListingDuration" minOccurs="0"/>
         <element name="ListingEnhancement" type="{urn:ebay:apis:eBLBaseComponents}ListingEnhancementsCodeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ListingType" type="{urn:ebay:apis:eBLBaseComponents}ListingTypeCodeType" minOccurs="0"/>
         <element name="Location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PartnerCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PartnerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}PaymentMethods" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PayPalEmailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PrimaryCategory" type="{urn:ebay:apis:eBLBaseComponents}CategoryType" minOccurs="0"/>
         <element name="PrivateListing" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}RegionID" minOccurs="0"/>
         <element name="RelistLink" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ReservePrice" type="{urn:ebay:apis:CoreComponentTypes}AmountType" minOccurs="0"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}ReviseStatus" minOccurs="0"/>
         <element name="ScheduleTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="SecondaryCategory" type="{urn:ebay:apis:eBLBaseComponents}CategoryType" minOccurs="0"/>
         <element name="SiteHostedPicture" type="{urn:ebay:apis:eBLBaseComponents}SiteHostedPictureType" minOccurs="0"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}Seller" minOccurs="0"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}SellingStatus" minOccurs="0"/>
         <element name="ShippingOption" type="{urn:ebay:apis:eBLBaseComponents}ShippingOptionCodeType" minOccurs="0"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}ShippingDetails" minOccurs="0"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}ShippingRegions" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ShippingTerms" type="{urn:ebay:apis:eBLBaseComponents}ShippingTermsCodeType" minOccurs="0"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}Site" minOccurs="0"/>
         <element name="StartPrice" type="{urn:ebay:apis:CoreComponentTypes}AmountType" minOccurs="0"/>
         <element name="Storefront" type="{urn:ebay:apis:eBLBaseComponents}StorefrontType" minOccurs="0"/>
         <element name="SubTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TimeLeft" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
         <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}UUID" minOccurs="0"/>
         <element name="VATDetails" type="{urn:ebay:apis:eBLBaseComponents}VATDetailsType" minOccurs="0"/>
         <element name="VendorHostedPicture" type="{urn:ebay:apis:eBLBaseComponents}VendorHostedPictureType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String applicationData
protected Boolean autoPay
protected AmountType buyItNowPrice
protected BuyerProtectionCodeType buyerProtection
protected CharityType charity
protected CountryCodeType country
protected CrossPromotionsType crossPromotion
protected CurrencyCodeType currency
protected String description
protected EscrowCodeType escrow
protected Integer giftIcon
protected List<GiftServicesCodeType> giftServices
protected HitCounterCodeType hitCounter
protected String itemID
protected ListOfAttributeSetType listOfAttributeSets
protected ListingDesignerType listingDesigner
protected ListingDetailsType listingDetails
protected ListingDurationCodeType listingDuration
protected List<ListingEnhancementsCodeType> listingEnhancement
protected ListingTypeCodeType listingType
protected String location
protected String partnerCode
protected String partnerName
protected String payPalEmailAddress
protected List<BuyerPaymentMethodCodeType> paymentMethods
protected CategoryType primaryCategory
protected Boolean privateListing
protected Integer quantity
protected String regionID
protected Boolean relistLink
protected AmountType reservePrice
protected ReviseStatusType reviseStatus
protected XMLGregorianCalendar scheduleTime
protected CategoryType secondaryCategory
protected UserType seller
protected SellingStatusType sellingStatus
protected ShippingDetailsType shippingDetails
protected ShippingOptionCodeType shippingOption
protected List<ShippingRegionCodeType> shippingRegions
protected ShippingTermsCodeType shippingTerms
protected SiteCodeType site
protected SiteHostedPictureType siteHostedPicture
protected AmountType startPrice
protected StorefrontType storefront
protected String subTitle
protected Duration timeLeft
protected String title
protected String uuid
protected VATDetailsType vatDetails
protected VendorHostedPictureType vendorHostedPicture
Public Constructors
ItemType()
Public Methods
String getApplicationData()
Gets the value of the applicationData property.
AmountType getBuyItNowPrice()
Gets the value of the buyItNowPrice property.
BuyerProtectionCodeType getBuyerProtection()
Gets the value of the buyerProtection property.
CharityType getCharity()
Gets the value of the charity property.
CountryCodeType getCountry()
2-letter ISO 3166 Country Code.
CrossPromotionsType getCrossPromotion()
Gets the value of the crossPromotion property.
CurrencyCodeType getCurrency()
3-letter ISO Currency Code.
String getDescription()
Gets the value of the description property.
EscrowCodeType getEscrow()
Gets the value of the escrow property.
Integer getGiftIcon()
Gets the value of the giftIcon property.
List<GiftServicesCodeType> getGiftServices()
Gets the value of the giftServices property.
HitCounterCodeType getHitCounter()
Gets the value of the hitCounter property.
String getItemID()
The ID that uniquely identifies the item listing.
ListOfAttributeSetType getListOfAttributeSets()
Gets the value of the listOfAttributeSets property.
ListingDesignerType getListingDesigner()
Gets the value of the listingDesigner property.
ListingDetailsType getListingDetails()
Gets the value of the listingDetails property.
ListingDurationCodeType getListingDuration()
Describes the number of days the auction will be active.
List<ListingEnhancementsCodeType> getListingEnhancement()
Gets the value of the listingEnhancement property.
ListingTypeCodeType getListingType()
Gets the value of the listingType property.
String getLocation()
Gets the value of the location property.
String getPartnerCode()
Gets the value of the partnerCode property.
String getPartnerName()
Gets the value of the partnerName property.
String getPayPalEmailAddress()
Gets the value of the payPalEmailAddress property.
List<BuyerPaymentMethodCodeType> getPaymentMethods()
List of payment methods accepted by a seller from a buyer for a (checkout) transaction.
CategoryType getPrimaryCategory()
Gets the value of the primaryCategory property.
Integer getQuantity()
Gets the value of the quantity property.
String getRegionID()
Region where the item is listed.
AmountType getReservePrice()
Gets the value of the reservePrice property.
ReviseStatusType getReviseStatus()
Revise Status contains information about the item being revised.
XMLGregorianCalendar getScheduleTime()
Gets the value of the scheduleTime property.
CategoryType getSecondaryCategory()
Gets the value of the secondaryCategory property.
UserType getSeller()
Seller user.
SellingStatusType getSellingStatus()
Container for for selling status information (e.g., BidCount, BidIncrement, HighBidder, MinimimumToBid, etc).
ShippingDetailsType getShippingDetails()
Contains the shipping payment related information for the listed item.
ShippingOptionCodeType getShippingOption()
Gets the value of the shippingOption property.
List<ShippingRegionCodeType> getShippingRegions()
Regions that seller will ship to.
ShippingTermsCodeType getShippingTerms()
Gets the value of the shippingTerms property.
SiteCodeType getSite()
eBay site on which item is listed.
SiteHostedPictureType getSiteHostedPicture()
Gets the value of the siteHostedPicture property.
AmountType getStartPrice()
Gets the value of the startPrice property.
StorefrontType getStorefront()
Gets the value of the storefront property.
String getSubTitle()
Gets the value of the subTitle property.
Duration getTimeLeft()
Gets the value of the timeLeft property.
String getTitle()
Gets the value of the title property.
String getUUID()
Universally unique constraint tag.
VATDetailsType getVATDetails()
Gets the value of the vatDetails property.
VendorHostedPictureType getVendorHostedPicture()
Gets the value of the vendorHostedPicture property.
Boolean isAutoPay()
Gets the value of the autoPay property.
Boolean isPrivateListing()
Gets the value of the privateListing property.
Boolean isRelistLink()
Gets the value of the relistLink property.
void setApplicationData(String value)
Sets the value of the applicationData property.
void setAutoPay(Boolean value)
Sets the value of the autoPay property.
void setBuyItNowPrice(AmountType value)
Sets the value of the buyItNowPrice property.
void setBuyerProtection(BuyerProtectionCodeType value)
Sets the value of the buyerProtection property.
void setCharity(CharityType value)
Sets the value of the charity property.
void setCountry(CountryCodeType value)
Sets the value of the country property.
void setCrossPromotion(CrossPromotionsType value)
Sets the value of the crossPromotion property.
void setCurrency(CurrencyCodeType value)
Sets the value of the currency property.
void setDescription(String value)
Sets the value of the description property.
void setEscrow(EscrowCodeType value)
Sets the value of the escrow property.
void setGiftIcon(Integer value)
Sets the value of the giftIcon property.
void setHitCounter(HitCounterCodeType value)
Sets the value of the hitCounter property.
void setItemID(String value)
Sets the value of the itemID property.
void setListOfAttributeSets(ListOfAttributeSetType value)
Sets the value of the listOfAttributeSets property.
void setListingDesigner(ListingDesignerType value)
Sets the value of the listingDesigner property.
void setListingDetails(ListingDetailsType value)
Sets the value of the listingDetails property.
void setListingDuration(ListingDurationCodeType value)
Sets the value of the listingDuration property.
void setListingType(ListingTypeCodeType value)
Sets the value of the listingType property.
void setLocation(String value)
Sets the value of the location property.
void setPartnerCode(String value)
Sets the value of the partnerCode property.
void setPartnerName(String value)
Sets the value of the partnerName property.
void setPayPalEmailAddress(String value)
Sets the value of the payPalEmailAddress property.
void setPrimaryCategory(CategoryType value)
Sets the value of the primaryCategory property.
void setPrivateListing(Boolean value)
Sets the value of the privateListing property.
void setQuantity(Integer value)
Sets the value of the quantity property.
void setRegionID(String value)
Sets the value of the regionID property.
void setRelistLink(Boolean value)
Sets the value of the relistLink property.
void setReservePrice(AmountType value)
Sets the value of the reservePrice property.
void setReviseStatus(ReviseStatusType value)
Sets the value of the reviseStatus property.
void setScheduleTime(XMLGregorianCalendar value)
Sets the value of the scheduleTime property.
void setSecondaryCategory(CategoryType value)
Sets the value of the secondaryCategory property.
void setSeller(UserType value)
Sets the value of the seller property.
void setSellingStatus(SellingStatusType value)
Sets the value of the sellingStatus property.
void setShippingDetails(ShippingDetailsType value)
Sets the value of the shippingDetails property.
void setShippingOption(ShippingOptionCodeType value)
Sets the value of the shippingOption property.
void setShippingTerms(ShippingTermsCodeType value)
Sets the value of the shippingTerms property.
void setSite(SiteCodeType value)
Sets the value of the site property.
void setSiteHostedPicture(SiteHostedPictureType value)
Sets the value of the siteHostedPicture property.
void setStartPrice(AmountType value)
Sets the value of the startPrice property.
void setStorefront(StorefrontType value)
Sets the value of the storefront property.
void setSubTitle(String value)
Sets the value of the subTitle property.
void setTimeLeft(Duration value)
Sets the value of the timeLeft property.
void setTitle(String value)
Sets the value of the title property.
void setUUID(String value)
Sets the value of the uuid property.
void setVATDetails(VATDetailsType value)
Sets the value of the vatDetails property.
void setVendorHostedPicture(VendorHostedPictureType value)
Sets the value of the vendorHostedPicture property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String applicationData

protected Boolean autoPay

protected AmountType buyItNowPrice

protected BuyerProtectionCodeType buyerProtection

protected CharityType charity

protected CountryCodeType country

protected CrossPromotionsType crossPromotion

protected CurrencyCodeType currency

protected String description

protected EscrowCodeType escrow

protected Integer giftIcon

protected List<GiftServicesCodeType> giftServices

protected HitCounterCodeType hitCounter

protected String itemID

protected ListOfAttributeSetType listOfAttributeSets

protected ListingDesignerType listingDesigner

protected ListingDetailsType listingDetails

protected ListingDurationCodeType listingDuration

protected List<ListingEnhancementsCodeType> listingEnhancement

protected ListingTypeCodeType listingType

protected String location

protected String partnerCode

protected String partnerName

protected String payPalEmailAddress

protected List<BuyerPaymentMethodCodeType> paymentMethods

protected CategoryType primaryCategory

protected Boolean privateListing

protected Integer quantity

protected String regionID

protected Boolean relistLink

protected AmountType reservePrice

protected ReviseStatusType reviseStatus

protected XMLGregorianCalendar scheduleTime

protected CategoryType secondaryCategory

protected UserType seller

protected SellingStatusType sellingStatus

protected ShippingDetailsType shippingDetails

protected ShippingOptionCodeType shippingOption

protected List<ShippingRegionCodeType> shippingRegions

protected ShippingTermsCodeType shippingTerms

protected SiteCodeType site

protected SiteHostedPictureType siteHostedPicture

protected AmountType startPrice

protected StorefrontType storefront

protected String subTitle

protected Duration timeLeft

protected String title

protected String uuid

protected VATDetailsType vatDetails

protected VendorHostedPictureType vendorHostedPicture

Public Constructors

public ItemType ()

Public Methods

public String getApplicationData ()

Gets the value of the applicationData property.

Returns
  • possible object is String

public AmountType getBuyItNowPrice ()

Gets the value of the buyItNowPrice property.

Returns

public BuyerProtectionCodeType getBuyerProtection ()

Gets the value of the buyerProtection property.

Returns

public CharityType getCharity ()

Gets the value of the charity property.

Returns

public CountryCodeType getCountry ()

2-letter ISO 3166 Country Code.

Returns

public CrossPromotionsType getCrossPromotion ()

Gets the value of the crossPromotion property.

Returns

public CurrencyCodeType getCurrency ()

3-letter ISO Currency Code.

Returns

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public EscrowCodeType getEscrow ()

Gets the value of the escrow property.

Returns

public Integer getGiftIcon ()

Gets the value of the giftIcon property.

Returns
  • possible object is Integer

public List<GiftServicesCodeType> getGiftServices ()

Gets the value of the giftServices property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the giftServices property.

For example, to add a new item, do as follows:

    getGiftServices().add(newItem);
 

Objects of the following type(s) are allowed in the list GiftServicesCodeType

public HitCounterCodeType getHitCounter ()

Gets the value of the hitCounter property.

Returns

public String getItemID ()

The ID that uniquely identifies the item listing.

Returns
  • possible object is String

public ListOfAttributeSetType getListOfAttributeSets ()

Gets the value of the listOfAttributeSets property.

Returns

public ListingDesignerType getListingDesigner ()

Gets the value of the listingDesigner property.

Returns

public ListingDetailsType getListingDetails ()

Gets the value of the listingDetails property.

Returns

public ListingDurationCodeType getListingDuration ()

Describes the number of days the auction will be active.

Returns

public List<ListingEnhancementsCodeType> getListingEnhancement ()

Gets the value of the listingEnhancement property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the listingEnhancement property.

For example, to add a new item, do as follows:

    getListingEnhancement().add(newItem);
 

Objects of the following type(s) are allowed in the list ListingEnhancementsCodeType

public ListingTypeCodeType getListingType ()

Gets the value of the listingType property.

Returns

public String getLocation ()

Gets the value of the location property.

Returns
  • possible object is String

public String getPartnerCode ()

Gets the value of the partnerCode property.

Returns
  • possible object is String

public String getPartnerName ()

Gets the value of the partnerName property.

Returns
  • possible object is String

public String getPayPalEmailAddress ()

Gets the value of the payPalEmailAddress property.

Returns
  • possible object is String

public List<BuyerPaymentMethodCodeType> getPaymentMethods ()

List of payment methods accepted by a seller from a buyer for a (checkout) transaction. Gets the value of the paymentMethods property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the paymentMethods property.

For example, to add a new item, do as follows:

    getPaymentMethods().add(newItem);
 

Objects of the following type(s) are allowed in the list BuyerPaymentMethodCodeType

public CategoryType getPrimaryCategory ()

Gets the value of the primaryCategory property.

Returns

public Integer getQuantity ()

Gets the value of the quantity property.

Returns
  • possible object is Integer

public String getRegionID ()

Region where the item is listed. See Region Table for values. If the item is listed with a Region of 0 (zero), then this return field denotes no region association with the item, meaning that it is not listing the item regionally.

Returns
  • possible object is String

public AmountType getReservePrice ()

Gets the value of the reservePrice property.

Returns

public ReviseStatusType getReviseStatus ()

Revise Status contains information about the item being revised.

Returns

public XMLGregorianCalendar getScheduleTime ()

Gets the value of the scheduleTime property.

Returns
  • possible object is XMLGregorianCalendar

public CategoryType getSecondaryCategory ()

Gets the value of the secondaryCategory property.

Returns

public UserType getSeller ()

Seller user.

Returns

public SellingStatusType getSellingStatus ()

Container for for selling status information (e.g., BidCount, BidIncrement, HighBidder, MinimimumToBid, etc).

Returns

public ShippingDetailsType getShippingDetails ()

Contains the shipping payment related information for the listed item.

Returns

public ShippingOptionCodeType getShippingOption ()

Gets the value of the shippingOption property.

Returns

public List<ShippingRegionCodeType> getShippingRegions ()

Regions that seller will ship to. Gets the value of the shippingRegions property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the shippingRegions property.

For example, to add a new item, do as follows:

    getShippingRegions().add(newItem);
 

Objects of the following type(s) are allowed in the list ShippingRegionCodeType

public ShippingTermsCodeType getShippingTerms ()

Gets the value of the shippingTerms property.

Returns

public SiteCodeType getSite ()

eBay site on which item is listed.

Returns

public SiteHostedPictureType getSiteHostedPicture ()

Gets the value of the siteHostedPicture property.

Returns

public AmountType getStartPrice ()

Gets the value of the startPrice property.

Returns

public StorefrontType getStorefront ()

Gets the value of the storefront property.

Returns

public String getSubTitle ()

Gets the value of the subTitle property.

Returns
  • possible object is String

public Duration getTimeLeft ()

Gets the value of the timeLeft property.

Returns
  • possible object is Duration

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public String getUUID ()

Universally unique constraint tag. The UUID is unique to a category.

Returns
  • possible object is String

public VATDetailsType getVATDetails ()

Gets the value of the vatDetails property.

Returns

public VendorHostedPictureType getVendorHostedPicture ()

Gets the value of the vendorHostedPicture property.

Returns

public Boolean isAutoPay ()

Gets the value of the autoPay property.

Returns
  • possible object is Boolean

public Boolean isPrivateListing ()

Gets the value of the privateListing property.

Returns
  • possible object is Boolean

public Boolean isRelistLink ()

Gets the value of the relistLink property.

Returns
  • possible object is Boolean

public void setApplicationData (String value)

Sets the value of the applicationData property.

Parameters
value Allowed object is String

public void setAutoPay (Boolean value)

Sets the value of the autoPay property.

Parameters
value Allowed object is Boolean

public void setBuyItNowPrice (AmountType value)

Sets the value of the buyItNowPrice property.

Parameters
value Allowed object is AmountType

public void setBuyerProtection (BuyerProtectionCodeType value)

Sets the value of the buyerProtection property.

Parameters
value Allowed object is BuyerProtectionCodeType

public void setCharity (CharityType value)

Sets the value of the charity property.

Parameters
value Allowed object is CharityType

public void setCountry (CountryCodeType value)

Sets the value of the country property.

Parameters
value Allowed object is CountryCodeType

public void setCrossPromotion (CrossPromotionsType value)

Sets the value of the crossPromotion property.

Parameters
value Allowed object is CrossPromotionsType

public void setCurrency (CurrencyCodeType value)

Sets the value of the currency property.

Parameters
value Allowed object is CurrencyCodeType

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setEscrow (EscrowCodeType value)

Sets the value of the escrow property.

Parameters
value Allowed object is EscrowCodeType

public void setGiftIcon (Integer value)

Sets the value of the giftIcon property.

Parameters
value Allowed object is Integer

public void setHitCounter (HitCounterCodeType value)

Sets the value of the hitCounter property.

Parameters
value Allowed object is HitCounterCodeType

public void setItemID (String value)

Sets the value of the itemID property.

Parameters
value Allowed object is String

public void setListOfAttributeSets (ListOfAttributeSetType value)

Sets the value of the listOfAttributeSets property.

Parameters
value Allowed object is ListOfAttributeSetType

public void setListingDesigner (ListingDesignerType value)

Sets the value of the listingDesigner property.

Parameters
value Allowed object is ListingDesignerType

public void setListingDetails (ListingDetailsType value)

Sets the value of the listingDetails property.

Parameters
value Allowed object is ListingDetailsType

public void setListingDuration (ListingDurationCodeType value)

Sets the value of the listingDuration property.

Parameters
value Allowed object is ListingDurationCodeType

public void setListingType (ListingTypeCodeType value)

Sets the value of the listingType property.

Parameters
value Allowed object is ListingTypeCodeType

public void setLocation (String value)

Sets the value of the location property.

Parameters
value Allowed object is String

public void setPartnerCode (String value)

Sets the value of the partnerCode property.

Parameters
value Allowed object is String

public void setPartnerName (String value)

Sets the value of the partnerName property.

Parameters
value Allowed object is String

public void setPayPalEmailAddress (String value)

Sets the value of the payPalEmailAddress property.

Parameters
value Allowed object is String

public void setPrimaryCategory (CategoryType value)

Sets the value of the primaryCategory property.

Parameters
value Allowed object is CategoryType

public void setPrivateListing (Boolean value)

Sets the value of the privateListing property.

Parameters
value Allowed object is Boolean

public void setQuantity (Integer value)

Sets the value of the quantity property.

Parameters
value Allowed object is Integer

public void setRegionID (String value)

Sets the value of the regionID property.

Parameters
value Allowed object is String

public void setRelistLink (Boolean value)

Sets the value of the relistLink property.

Parameters
value Allowed object is Boolean

public void setReservePrice (AmountType value)

Sets the value of the reservePrice property.

Parameters
value Allowed object is AmountType

public void setReviseStatus (ReviseStatusType value)

Sets the value of the reviseStatus property.

Parameters
value Allowed object is ReviseStatusType

public void setScheduleTime (XMLGregorianCalendar value)

Sets the value of the scheduleTime property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setSecondaryCategory (CategoryType value)

Sets the value of the secondaryCategory property.

Parameters
value Allowed object is CategoryType

public void setSeller (UserType value)

Sets the value of the seller property.

Parameters
value Allowed object is UserType

public void setSellingStatus (SellingStatusType value)

Sets the value of the sellingStatus property.

Parameters
value Allowed object is SellingStatusType

public void setShippingDetails (ShippingDetailsType value)

Sets the value of the shippingDetails property.

Parameters
value Allowed object is ShippingDetailsType

public void setShippingOption (ShippingOptionCodeType value)

Sets the value of the shippingOption property.

Parameters
value Allowed object is ShippingOptionCodeType

public void setShippingTerms (ShippingTermsCodeType value)

Sets the value of the shippingTerms property.

Parameters
value Allowed object is ShippingTermsCodeType

public void setSite (SiteCodeType value)

Sets the value of the site property.

Parameters
value Allowed object is SiteCodeType

public void setSiteHostedPicture (SiteHostedPictureType value)

Sets the value of the siteHostedPicture property.

Parameters
value Allowed object is SiteHostedPictureType

public void setStartPrice (AmountType value)

Sets the value of the startPrice property.

Parameters
value Allowed object is AmountType

public void setStorefront (StorefrontType value)

Sets the value of the storefront property.

Parameters
value Allowed object is StorefrontType

public void setSubTitle (String value)

Sets the value of the subTitle property.

Parameters
value Allowed object is String

public void setTimeLeft (Duration value)

Sets the value of the timeLeft property.

Parameters
value Allowed object is Duration

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String

public void setUUID (String value)

Sets the value of the uuid property.

Parameters
value Allowed object is String

public void setVATDetails (VATDetailsType value)

Sets the value of the vatDetails property.

Parameters
value Allowed object is VATDetailsType

public void setVendorHostedPicture (VendorHostedPictureType value)

Sets the value of the vendorHostedPicture property.

Parameters
value Allowed object is VendorHostedPictureType