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