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