public class AttributeType
extends java.lang.Object
Java class for AttributeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Value" type="{urn:ebay:apis:eBLBaseComponents}ValType" maxOccurs="unbounded"/> </sequence> <attribute name="AttributeID" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
attributeID |
protected java.util.List<ValType> |
value |
Constructor and Description |
---|
AttributeType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeID()
Gets the value of the attributeID property.
|
java.util.List<ValType> |
getValue()
Gets the value of the value property.
|
void |
setAttributeID(java.lang.String value)
Sets the value of the attributeID property.
|
protected java.util.List<ValType> value
protected java.lang.String attributeID
public java.util.List<ValType> getValue()
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 value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
ValType
public java.lang.String getAttributeID()
String
public void setAttributeID(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.