Changes since
the last release

com.ebay.sdk.attributes.model
Class Attribute

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AttributeType
      extended by com.ebay.sdk.attributes.model.Attribute
All Implemented Interfaces:
Serializable

public class Attribute
extends AttributeType

Wraps eBL AttributeType.

Title: AttributesLib for Java

Description:

Copyright: Copyright (c) 2004

Company: eBay Inc.

See Also:
Serialized Form

Constructor Summary
Attribute()
          Constructor.
 
Method Summary
 void addValue(Value val)
          Adds to value list of the attribute.
 int getType()
          Gets the type of the attribute.
 void setType(int type)
          Sets the type of the attribute.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AttributeType
equals, get_any, getAttributeID, getAttributeLabel, getDeserializer, getSerializer, getTypeDesc, getValue, getValue, hashCode, set_any, setAttributeID, setAttributeLabel, setValue, setValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute()
Constructor.

Method Detail

setType

public void setType(int type)
Sets the type of the attribute. See AttributeType.

Parameters:
type - int

getType

public int getType()
Gets the type of the attribute. See AttributeType.

Returns:
int

addValue

public void addValue(Value val)
Adds to value list of the attribute.

Parameters:
val - Value

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