public class

AttributeSetType

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

Class Overview

AttributeSet.

Java class for AttributeSetType complex type.

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

 <complexType name="AttributeSetType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Attribute" type="{urn:ebay:apis:eBLBaseComponents}AttributeType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="AttributeSetID" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<AttributeType> attribute
protected String attributeSetID
Public Constructors
AttributeSetType()
Public Methods
List<AttributeType> getAttribute()
Gets the value of the attribute property.
String getAttributeSetID()
Gets the value of the attributeSetID property.
void setAttributeSetID(String value)
Sets the value of the attributeSetID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<AttributeType> attribute

protected String attributeSetID

Public Constructors

public AttributeSetType ()

Public Methods

public List<AttributeType> getAttribute ()

Gets the value of the attribute 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 attribute property.

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

    getAttribute().add(newItem);
 

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

public String getAttributeSetID ()

Gets the value of the attributeSetID property.

Returns
  • possible object is String

public void setAttributeSetID (String value)

Sets the value of the attributeSetID property.

Parameters
value Allowed object is String