public class CxWSCxMoveTeamResponse extends CxWSBasicRepsonse
Java class for CxWSCxMoveTeamResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSCxMoveTeamResponse">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
message |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSCxMoveTeamResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Gets the value of the message property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected String message
Copyright © 2020. All rights reserved.