public class AttributeValueChangeSpecDataObj extends Object
Java class for attributeValueChangeSpecDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attributeValueChangeSpecDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="attributeValueIds" type="{http://ws.coverity.com/v5}attributeValueIdDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="attributeValues" type="{http://ws.coverity.com/v5}attributeValueSpecDataObj" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AttributeValueIdDataObj> |
attributeValueIds |
protected List<AttributeValueSpecDataObj> |
attributeValues |
| Constructor and Description |
|---|
AttributeValueChangeSpecDataObj() |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeValueIdDataObj> |
getAttributeValueIds()
Gets the value of the attributeValueIds property.
|
List<AttributeValueSpecDataObj> |
getAttributeValues()
Gets the value of the attributeValues property.
|
protected List<AttributeValueIdDataObj> attributeValueIds
protected List<AttributeValueSpecDataObj> attributeValues
public List<AttributeValueIdDataObj> getAttributeValueIds()
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 attributeValueIds property.
For example, to add a new item, do as follows:
getAttributeValueIds().add(newItem);
Objects of the following type(s) are allowed in the list
AttributeValueIdDataObj
public List<AttributeValueSpecDataObj> getAttributeValues()
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 attributeValues property.
For example, to add a new item, do as follows:
getAttributeValues().add(newItem);
Objects of the following type(s) are allowed in the list
AttributeValueSpecDataObj
Copyright © 2004-2013 Hudson. All Rights Reserved.