public class CxWSResponsePreset extends CxWSBasicRepsonse
Java class for CxWSResponsePreset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponsePreset">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="Preset" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="OverridenCorpQueryNames" type="{http://Checkmarx.com}ArrayOfString" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfString |
overridenCorpQueryNames |
protected byte[] |
preset |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponsePreset() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfString |
getOverridenCorpQueryNames()
Gets the value of the overridenCorpQueryNames property.
|
byte[] |
getPreset()
Gets the value of the preset property.
|
void |
setOverridenCorpQueryNames(ArrayOfString value)
Sets the value of the overridenCorpQueryNames property.
|
void |
setPreset(byte[] value)
Sets the value of the preset property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected byte[] preset
protected ArrayOfString overridenCorpQueryNames
public byte[] getPreset()
public void setPreset(byte[] value)
value - allowed object is
byte[]public ArrayOfString getOverridenCorpQueryNames()
ArrayOfStringpublic void setOverridenCorpQueryNames(ArrayOfString value)
value - allowed object is
ArrayOfStringCopyright © 2020. All rights reserved.