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