public class GetUserByIdResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GetUserByIdResult" type="{http://Checkmarx.com}CxWSResponseSingleUserData" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseSingleUserData |
getUserByIdResult |
| Constructor and Description |
|---|
GetUserByIdResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseSingleUserData |
getGetUserByIdResult()
Gets the value of the getUserByIdResult property.
|
void |
setGetUserByIdResult(CxWSResponseSingleUserData value)
Sets the value of the getUserByIdResult property.
|
protected CxWSResponseSingleUserData getUserByIdResult
public CxWSResponseSingleUserData getGetUserByIdResult()
CxWSResponseSingleUserDatapublic void setGetUserByIdResult(CxWSResponseSingleUserData value)
value - allowed object is
CxWSResponseSingleUserDataCopyright © 2020. All rights reserved.