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