public class CxWSHeaderDisplayOptions extends Object
Java class for CxWSHeaderDisplayOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSHeaderDisplayOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Link2OnlineResults" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Team" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="CheckmarxVersion" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ScanComments" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ScanType" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="SourceOrigin" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ScanDensity" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
checkmarxVersion |
protected boolean |
link2OnlineResults |
protected boolean |
scanComments |
protected boolean |
scanDensity |
protected boolean |
scanType |
protected boolean |
sourceOrigin |
protected boolean |
team |
| Constructor and Description |
|---|
CxWSHeaderDisplayOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCheckmarxVersion()
Gets the value of the checkmarxVersion property.
|
boolean |
isLink2OnlineResults()
Gets the value of the link2OnlineResults property.
|
boolean |
isScanComments()
Gets the value of the scanComments property.
|
boolean |
isScanDensity()
Gets the value of the scanDensity property.
|
boolean |
isScanType()
Gets the value of the scanType property.
|
boolean |
isSourceOrigin()
Gets the value of the sourceOrigin property.
|
boolean |
isTeam()
Gets the value of the team property.
|
void |
setCheckmarxVersion(boolean value)
Sets the value of the checkmarxVersion property.
|
void |
setLink2OnlineResults(boolean value)
Sets the value of the link2OnlineResults property.
|
void |
setScanComments(boolean value)
Sets the value of the scanComments property.
|
void |
setScanDensity(boolean value)
Sets the value of the scanDensity property.
|
void |
setScanType(boolean value)
Sets the value of the scanType property.
|
void |
setSourceOrigin(boolean value)
Sets the value of the sourceOrigin property.
|
void |
setTeam(boolean value)
Sets the value of the team property.
|
protected boolean link2OnlineResults
protected boolean team
protected boolean checkmarxVersion
protected boolean scanComments
protected boolean scanType
protected boolean sourceOrigin
protected boolean scanDensity
public boolean isLink2OnlineResults()
public void setLink2OnlineResults(boolean value)
public boolean isTeam()
public void setTeam(boolean value)
public boolean isCheckmarxVersion()
public void setCheckmarxVersion(boolean value)
public boolean isScanComments()
public void setScanComments(boolean value)
public boolean isScanType()
public void setScanType(boolean value)
public boolean isSourceOrigin()
public void setSourceOrigin(boolean value)
public boolean isScanDensity()
public void setScanDensity(boolean value)
Copyright © 2020. All rights reserved.