public class CxWSIssueTrackingSystemMetaResponse extends CxWSIssueTrackingSystemResponse
Java class for CxWSIssueTrackingSystemMetaResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSIssueTrackingSystemMetaResponse">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSIssueTrackingSystemResponse">
<sequence>
<element name="MetaData" type="{http://Checkmarx.com}CxWSIssueTrackingSystemMeta" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSIssueTrackingSystemMeta |
metaData |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSIssueTrackingSystemMetaResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSIssueTrackingSystemMeta |
getMetaData()
Gets the value of the metaData property.
|
void |
setMetaData(CxWSIssueTrackingSystemMeta value)
Sets the value of the metaData property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected CxWSIssueTrackingSystemMeta metaData
public CxWSIssueTrackingSystemMeta getMetaData()
CxWSIssueTrackingSystemMetapublic void setMetaData(CxWSIssueTrackingSystemMeta value)
value - allowed object is
CxWSIssueTrackingSystemMetaCopyright © 2020. All rights reserved.