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