public class CxWSResponseProfileData extends CxWSBasicRepsonse
Java class for CxWSResponseProfileData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseProfileData">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="ProfileData" type="{http://Checkmarx.com}ProfileData" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ProfileData |
profileData |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseProfileData() |
| Modifier and Type | Method and Description |
|---|---|
ProfileData |
getProfileData()
Gets the value of the profileData property.
|
void |
setProfileData(ProfileData value)
Sets the value of the profileData property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected ProfileData profileData
public ProfileData getProfileData()
ProfileDatapublic void setProfileData(ProfileData value)
value - allowed object is
ProfileDataCopyright © 2020. All rights reserved.