public class CxWSResultDisplayOptions extends Object
Java class for CxWSResultDisplayOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResultDisplayOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AssignedTo" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Comments" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Link2Online" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ResultDescription" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="SnippetsMode" type="{http://Checkmarx.com}CxWSSnippetsModeDisplayOptions"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
assignedTo |
protected boolean |
comments |
protected boolean |
link2Online |
protected boolean |
resultDescription |
protected CxWSSnippetsModeDisplayOptions |
snippetsMode |
| Constructor and Description |
|---|
CxWSResultDisplayOptions() |
| Modifier and Type | Method and Description |
|---|---|
CxWSSnippetsModeDisplayOptions |
getSnippetsMode()
Gets the value of the snippetsMode property.
|
boolean |
isAssignedTo()
Gets the value of the assignedTo property.
|
boolean |
isComments()
Gets the value of the comments property.
|
boolean |
isLink2Online()
Gets the value of the link2Online property.
|
boolean |
isResultDescription()
Gets the value of the resultDescription property.
|
void |
setAssignedTo(boolean value)
Sets the value of the assignedTo property.
|
void |
setComments(boolean value)
Sets the value of the comments property.
|
void |
setLink2Online(boolean value)
Sets the value of the link2Online property.
|
void |
setResultDescription(boolean value)
Sets the value of the resultDescription property.
|
void |
setSnippetsMode(CxWSSnippetsModeDisplayOptions value)
Sets the value of the snippetsMode property.
|
protected boolean assignedTo
protected boolean comments
protected boolean link2Online
protected boolean resultDescription
protected CxWSSnippetsModeDisplayOptions snippetsMode
public boolean isAssignedTo()
public void setAssignedTo(boolean value)
public boolean isComments()
public void setComments(boolean value)
public boolean isLink2Online()
public void setLink2Online(boolean value)
public boolean isResultDescription()
public void setResultDescription(boolean value)
public CxWSSnippetsModeDisplayOptions getSnippetsMode()
CxWSSnippetsModeDisplayOptionspublic void setSnippetsMode(CxWSSnippetsModeDisplayOptions value)
value - allowed object is
CxWSSnippetsModeDisplayOptionsCopyright © 2020. All rights reserved.