public class CxWSResponseSourceContent extends CxWSBasicRepsonse
Java class for CxWSResponseSourceContent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseSourceContent">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="Source" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Encode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
encode |
protected String |
source |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseSourceContent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncode()
Gets the value of the encode property.
|
String |
getSource()
Gets the value of the source property.
|
void |
setEncode(String value)
Sets the value of the encode property.
|
void |
setSource(String value)
Sets the value of the source property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullpublic String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic String getEncode()
StringCopyright © 2020. All rights reserved.