public class AttributeSetType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<AttributeType> |
attribute |
protected java.lang.String |
attributeSetID |
| Constructor and Description |
|---|
AttributeSetType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AttributeType> |
getAttribute()
Gets the value of the attribute property.
|
java.lang.String |
getAttributeSetID()
Gets the value of the attributeSetID property.
|
void |
setAttributeSetID(java.lang.String value)
Sets the value of the attributeSetID property.
|
protected java.util.List<AttributeType> attribute
protected java.lang.String attributeSetID
public java.util.List<AttributeType> getAttribute()
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 java.lang.String getAttributeSetID()
Stringpublic void setAttributeSetID(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.