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