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