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