public class GetComponentMetricsForProject extends Object
Java class for getComponentMetricsForProject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getComponentMetricsForProject">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="projectId" type="{http://ws.coverity.com/v5}projectIdDataObj" minOccurs="0"/>
<element name="componentIds" type="{http://ws.coverity.com/v5}componentIdDataObj" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ComponentIdDataObj> |
componentIds |
protected ProjectIdDataObj |
projectId |
| Constructor and Description |
|---|
GetComponentMetricsForProject() |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentIdDataObj> |
getComponentIds()
Gets the value of the componentIds property.
|
ProjectIdDataObj |
getProjectId()
Gets the value of the projectId property.
|
void |
setProjectId(ProjectIdDataObj value)
Sets the value of the projectId property.
|
protected ProjectIdDataObj projectId
protected List<ComponentIdDataObj> componentIds
public ProjectIdDataObj getProjectId()
ProjectIdDataObjpublic void setProjectId(ProjectIdDataObj value)
value - allowed object is
ProjectIdDataObjpublic List<ComponentIdDataObj> getComponentIds()
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 componentIds property.
For example, to add a new item, do as follows:
getComponentIds().add(newItem);
Objects of the following type(s) are allowed in the list
ComponentIdDataObj
Copyright © 2004-2013 Hudson. All Rights Reserved.