public class CxWSResponseCache extends CxWSBasicRepsonse
Java class for CxWSResponseCache complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseCache">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="Cache" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
cache |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseCache() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCache()
Gets the value of the cache property.
|
void |
setCache(byte[] value)
Sets the value of the cache property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullCopyright © 2020. All rights reserved.