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