public class ComponentMapSpecDataObj extends Object
Java class for componentMapSpecDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="componentMapSpecDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="componentMapName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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 String |
componentMapName |
protected List<ComponentPathRuleDataObj> |
componentPathRules |
protected List<ComponentDataObj> |
components |
protected List<ComponentDefectRuleDataObj> |
defectRules |
protected String |
description |
| Constructor and Description |
|---|
ComponentMapSpecDataObj() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentMapName()
Gets the value of the componentMapName 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 |
setComponentMapName(String value)
Sets the value of the componentMapName property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
protected String componentMapName
protected List<ComponentPathRuleDataObj> componentPathRules
protected List<ComponentDataObj> components
protected List<ComponentDefectRuleDataObj> defectRules
protected String description
public String getComponentMapName()
Stringpublic void setComponentMapName(String value)
value - allowed object is
Stringpublic 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.