public class AttributeDefinitionValueFilterMapDataObj extends Object
Java class for attributeDefinitionValueFilterMapDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attributeDefinitionValueFilterMapDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="attributeDefinitionId" type="{http://ws.coverity.com/v5}attributeDefinitionIdDataObj" minOccurs="0"/>
<element name="attributeValueIds" type="{http://ws.coverity.com/v5}attributeValueIdDataObj" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AttributeDefinitionIdDataObj |
attributeDefinitionId |
protected List<AttributeValueIdDataObj> |
attributeValueIds |
| Constructor and Description |
|---|
AttributeDefinitionValueFilterMapDataObj() |
| Modifier and Type | Method and Description |
|---|---|
AttributeDefinitionIdDataObj |
getAttributeDefinitionId()
Gets the value of the attributeDefinitionId property.
|
List<AttributeValueIdDataObj> |
getAttributeValueIds()
Gets the value of the attributeValueIds property.
|
void |
setAttributeDefinitionId(AttributeDefinitionIdDataObj value)
Sets the value of the attributeDefinitionId property.
|
protected AttributeDefinitionIdDataObj attributeDefinitionId
protected List<AttributeValueIdDataObj> attributeValueIds
public AttributeDefinitionValueFilterMapDataObj()
public AttributeDefinitionIdDataObj getAttributeDefinitionId()
AttributeDefinitionIdDataObjpublic void setAttributeDefinitionId(AttributeDefinitionIdDataObj value)
value - allowed object is
AttributeDefinitionIdDataObjpublic 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
Copyright © 2004-2013 Hudson. All Rights Reserved.