public class UpdateStreamDefects extends Object
Java class for updateStreamDefects complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="updateStreamDefects">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="streamDefectIds" type="{http://ws.coverity.com/v5}streamDefectIdDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="defectStateSpec" type="{http://ws.coverity.com/v5}defectStateSpecDataObj" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DefectStateSpecDataObj |
defectStateSpec |
protected List<StreamDefectIdDataObj> |
streamDefectIds |
| Constructor and Description |
|---|
UpdateStreamDefects() |
| Modifier and Type | Method and Description |
|---|---|
DefectStateSpecDataObj |
getDefectStateSpec()
Gets the value of the defectStateSpec property.
|
List<StreamDefectIdDataObj> |
getStreamDefectIds()
Gets the value of the streamDefectIds property.
|
void |
setDefectStateSpec(DefectStateSpecDataObj value)
Sets the value of the defectStateSpec property.
|
protected List<StreamDefectIdDataObj> streamDefectIds
protected DefectStateSpecDataObj defectStateSpec
public List<StreamDefectIdDataObj> getStreamDefectIds()
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 streamDefectIds property.
For example, to add a new item, do as follows:
getStreamDefectIds().add(newItem);
Objects of the following type(s) are allowed in the list
StreamDefectIdDataObj
public DefectStateSpecDataObj getDefectStateSpec()
DefectStateSpecDataObjpublic void setDefectStateSpec(DefectStateSpecDataObj value)
value - allowed object is
DefectStateSpecDataObjCopyright © 2004-2013 Hudson. All Rights Reserved.