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