public class VerifySupportedVersion extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="clientType" type="{http://Checkmarx.com}CxClientType"/>
<element name="clientVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="APIVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
apiVersion |
protected CxClientType |
clientType |
protected String |
clientVersion |
| Constructor and Description |
|---|
VerifySupportedVersion() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAPIVersion()
Gets the value of the apiVersion property.
|
CxClientType |
getClientType()
Gets the value of the clientType property.
|
String |
getClientVersion()
Gets the value of the clientVersion property.
|
void |
setAPIVersion(String value)
Sets the value of the apiVersion property.
|
void |
setClientType(CxClientType value)
Sets the value of the clientType property.
|
void |
setClientVersion(String value)
Sets the value of the clientVersion property.
|
protected CxClientType clientType
protected String clientVersion
protected String apiVersion
public CxClientType getClientType()
CxClientTypepublic void setClientType(CxClientType value)
value - allowed object is
CxClientTypepublic String getClientVersion()
Stringpublic void setClientVersion(String value)
value - allowed object is
Stringpublic String getAPIVersion()
StringCopyright © 2020. All rights reserved.