public class ComponentMapDataObj extends Object
Java class for componentMapDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="componentMapDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="componentMapId" type="{http://ws.coverity.com/v5}componentMapIdDataObj"/>
<element name="componentPathRules" type="{http://ws.coverity.com/v5}componentPathRuleDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="components" type="{http://ws.coverity.com/v5}componentDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="defectRules" type="{http://ws.coverity.com/v5}componentDefectRuleDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ComponentMapIdDataObj |
componentMapId |
protected List<ComponentPathRuleDataObj> |
componentPathRules |
protected List<ComponentDataObj> |
components |
protected List<ComponentDefectRuleDataObj> |
defectRules |
protected String |
description |
| Constructor and Description |
|---|
ComponentMapDataObj() |
| Modifier and Type | Method and Description |
|---|---|
ComponentMapIdDataObj |
getComponentMapId()
Gets the value of the componentMapId property.
|
List<ComponentPathRuleDataObj> |
getComponentPathRules()
Gets the value of the componentPathRules property.
|
List<ComponentDataObj> |
getComponents()
Gets the value of the components property.
|
List<ComponentDefectRuleDataObj> |
getDefectRules()
Gets the value of the defectRules property.
|
String |
getDescription()
Gets the value of the description property.
|
void |
setComponentMapId(ComponentMapIdDataObj value)
Sets the value of the componentMapId property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
protected ComponentMapIdDataObj componentMapId
protected List<ComponentPathRuleDataObj> componentPathRules
protected List<ComponentDataObj> components
protected List<ComponentDefectRuleDataObj> defectRules
protected String description
public ComponentMapIdDataObj getComponentMapId()
ComponentMapIdDataObjpublic void setComponentMapId(ComponentMapIdDataObj value)
value - allowed object is
ComponentMapIdDataObjpublic List<ComponentPathRuleDataObj> getComponentPathRules()
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 componentPathRules property.
For example, to add a new item, do as follows:
getComponentPathRules().add(newItem);
Objects of the following type(s) are allowed in the list
ComponentPathRuleDataObj
public List<ComponentDataObj> getComponents()
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 components property.
For example, to add a new item, do as follows:
getComponents().add(newItem);
Objects of the following type(s) are allowed in the list
ComponentDataObj
public List<ComponentDefectRuleDataObj> getDefectRules()
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 defectRules property.
For example, to add a new item, do as follows:
getDefectRules().add(newItem);
Objects of the following type(s) are allowed in the list
ComponentDefectRuleDataObj
public String getDescription()
StringCopyright © 2004-2013 Hudson. All Rights Reserved.