public class CxWSSingleResultData extends Object
Java class for CxWSSingleResultData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSSingleResultData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="QueryId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="PathId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="SourceFolder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SourceFile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SourceLine" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="SourceObject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DestFolder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DestFile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DestLine" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="NumberOfNodes" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="DestObject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="State" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Severity" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="AssignedUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ResultStatus" type="{CxDataTypes.xsd}CompareStatusType"/>
<element name="IssueTicketID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="QueryVersionCode" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
assignedUser |
protected String |
comment |
protected String |
destFile |
protected String |
destFolder |
protected long |
destLine |
protected String |
destObject |
protected String |
issueTicketID |
protected int |
numberOfNodes |
protected long |
pathId |
protected long |
queryId |
protected long |
queryVersionCode |
protected CompareStatusType |
resultStatus |
protected int |
severity |
protected String |
sourceFile |
protected String |
sourceFolder |
protected long |
sourceLine |
protected String |
sourceObject |
protected int |
state |
| Constructor and Description |
|---|
CxWSSingleResultData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssignedUser()
Gets the value of the assignedUser property.
|
String |
getComment()
Gets the value of the comment property.
|
String |
getDestFile()
Gets the value of the destFile property.
|
String |
getDestFolder()
Gets the value of the destFolder property.
|
long |
getDestLine()
Gets the value of the destLine property.
|
String |
getDestObject()
Gets the value of the destObject property.
|
String |
getIssueTicketID()
Gets the value of the issueTicketID property.
|
int |
getNumberOfNodes()
Gets the value of the numberOfNodes property.
|
long |
getPathId()
Gets the value of the pathId property.
|
long |
getQueryId()
Gets the value of the queryId property.
|
long |
getQueryVersionCode()
Gets the value of the queryVersionCode property.
|
CompareStatusType |
getResultStatus()
Gets the value of the resultStatus property.
|
int |
getSeverity()
Gets the value of the severity property.
|
String |
getSourceFile()
Gets the value of the sourceFile property.
|
String |
getSourceFolder()
Gets the value of the sourceFolder property.
|
long |
getSourceLine()
Gets the value of the sourceLine property.
|
String |
getSourceObject()
Gets the value of the sourceObject property.
|
int |
getState()
Gets the value of the state property.
|
void |
setAssignedUser(String value)
Sets the value of the assignedUser property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setDestFile(String value)
Sets the value of the destFile property.
|
void |
setDestFolder(String value)
Sets the value of the destFolder property.
|
void |
setDestLine(long value)
Sets the value of the destLine property.
|
void |
setDestObject(String value)
Sets the value of the destObject property.
|
void |
setIssueTicketID(String value)
Sets the value of the issueTicketID property.
|
void |
setNumberOfNodes(int value)
Sets the value of the numberOfNodes property.
|
void |
setPathId(long value)
Sets the value of the pathId property.
|
void |
setQueryId(long value)
Sets the value of the queryId property.
|
void |
setQueryVersionCode(long value)
Sets the value of the queryVersionCode property.
|
void |
setResultStatus(CompareStatusType value)
Sets the value of the resultStatus property.
|
void |
setSeverity(int value)
Sets the value of the severity property.
|
void |
setSourceFile(String value)
Sets the value of the sourceFile property.
|
void |
setSourceFolder(String value)
Sets the value of the sourceFolder property.
|
void |
setSourceLine(long value)
Sets the value of the sourceLine property.
|
void |
setSourceObject(String value)
Sets the value of the sourceObject property.
|
void |
setState(int value)
Sets the value of the state property.
|
protected long queryId
protected long pathId
protected String sourceFolder
protected String sourceFile
protected long sourceLine
protected String sourceObject
protected String destFolder
protected String destFile
protected long destLine
protected int numberOfNodes
protected String destObject
protected String comment
protected int state
protected int severity
protected String assignedUser
protected CompareStatusType resultStatus
protected String issueTicketID
protected long queryVersionCode
public long getQueryId()
public void setQueryId(long value)
public long getPathId()
public void setPathId(long value)
public String getSourceFolder()
Stringpublic void setSourceFolder(String value)
value - allowed object is
Stringpublic String getSourceFile()
Stringpublic void setSourceFile(String value)
value - allowed object is
Stringpublic long getSourceLine()
public void setSourceLine(long value)
public String getSourceObject()
Stringpublic void setSourceObject(String value)
value - allowed object is
Stringpublic String getDestFolder()
Stringpublic void setDestFolder(String value)
value - allowed object is
Stringpublic String getDestFile()
Stringpublic void setDestFile(String value)
value - allowed object is
Stringpublic long getDestLine()
public void setDestLine(long value)
public int getNumberOfNodes()
public void setNumberOfNodes(int value)
public String getDestObject()
Stringpublic void setDestObject(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic int getState()
public void setState(int value)
public int getSeverity()
public void setSeverity(int value)
public String getAssignedUser()
Stringpublic void setAssignedUser(String value)
value - allowed object is
Stringpublic CompareStatusType getResultStatus()
CompareStatusTypepublic void setResultStatus(CompareStatusType value)
value - allowed object is
CompareStatusTypepublic String getIssueTicketID()
Stringpublic void setIssueTicketID(String value)
value - allowed object is
Stringpublic long getQueryVersionCode()
public void setQueryVersionCode(long value)
Copyright © 2020. All rights reserved.