com.ebay.soap.eBLBaseComponents
Class ModifyNameArrayType
java.lang.Object
com.ebay.soap.eBLBaseComponents.ModifyNameArrayType
- All Implemented Interfaces:
- java.io.Serializable
public class ModifyNameArrayType
- extends java.lang.Object
- implements java.io.Serializable
This type is used by the ModifyNameList container in a ReviseFixedPriceItem or RelistFixedPriceItem call to rename one or more Variation Specific names for a multiple-variation listing.
Java class for ModifyNameArrayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModifyNameArrayType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ModifyName" type="{urn:ebay:apis:eBLBaseComponents}ModifyNameType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
modifyName
protected java.util.List<ModifyNameType> modifyName
ModifyNameArrayType
public ModifyNameArrayType()
getModifyName
public ModifyNameType[] getModifyName()
- Returns:
- array of
ModifyNameType
getModifyName
public ModifyNameType getModifyName(int idx)
- Returns:
- one of
ModifyNameType
getModifyNameLength
public int getModifyNameLength()
setModifyName
public void setModifyName(ModifyNameType[] values)
- Parameters:
values
- allowed objects are
ModifyNameType
_getModifyName
protected java.util.List<ModifyNameType> _getModifyName()
setModifyName
public ModifyNameType setModifyName(int idx,
ModifyNameType value)
- Parameters:
value
- allowed object is
ModifyNameType
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.