public class GetUserProfileDataResponse 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="GetUserProfileDataResult" type="{http://Checkmarx.com}CxWSResponseProfileData" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseProfileData |
getUserProfileDataResult |
| Constructor and Description |
|---|
GetUserProfileDataResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseProfileData |
getGetUserProfileDataResult()
Gets the value of the getUserProfileDataResult property.
|
void |
setGetUserProfileDataResult(CxWSResponseProfileData value)
Sets the value of the getUserProfileDataResult property.
|
protected CxWSResponseProfileData getUserProfileDataResult
public CxWSResponseProfileData getGetUserProfileDataResult()
CxWSResponseProfileDatapublic void setGetUserProfileDataResult(CxWSResponseProfileData value)
value - allowed object is
CxWSResponseProfileDataCopyright © 2020. All rights reserved.