public class GetMergedDefectsForProjectResponse extends Object
Java class for getMergedDefectsForProjectResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getMergedDefectsForProjectResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="return" type="{http://ws.coverity.com/v5}mergedDefectsPageDataObj" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MergedDefectsPageDataObj |
_return |
| Constructor and Description |
|---|
GetMergedDefectsForProjectResponse() |
| Modifier and Type | Method and Description |
|---|---|
MergedDefectsPageDataObj |
getReturn()
Gets the value of the return property.
|
void |
setReturn(MergedDefectsPageDataObj value)
Sets the value of the return property.
|
protected MergedDefectsPageDataObj _return
public MergedDefectsPageDataObj getReturn()
MergedDefectsPageDataObjpublic void setReturn(MergedDefectsPageDataObj value)
value - allowed object is
MergedDefectsPageDataObjCopyright © 2004-2013 Hudson. All Rights Reserved.