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