public class ProjectSettings extends Object
Java class for ProjectSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectSettings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="projectID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="ProjectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PresetID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="AssociatedGroupID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ScanConfigurationID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Owner" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsPublic" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="OpenSourceSettings" type="{http://Checkmarx.com}ProjectSharedLocation" minOccurs="0"/>
<element name="OpenSourceAnalysisOrigin" type="{http://Checkmarx.com}ProjectOrigin"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
associatedGroupID |
protected String |
description |
protected boolean |
isPublic |
protected ProjectOrigin |
openSourceAnalysisOrigin |
protected ProjectSharedLocation |
openSourceSettings |
protected String |
owner |
protected long |
presetID |
protected long |
projectID |
protected String |
projectName |
protected long |
scanConfigurationID |
| Constructor and Description |
|---|
ProjectSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssociatedGroupID()
Gets the value of the associatedGroupID property.
|
String |
getDescription()
Gets the value of the description property.
|
ProjectOrigin |
getOpenSourceAnalysisOrigin()
Gets the value of the openSourceAnalysisOrigin property.
|
ProjectSharedLocation |
getOpenSourceSettings()
Gets the value of the openSourceSettings property.
|
String |
getOwner()
Gets the value of the owner property.
|
long |
getPresetID()
Gets the value of the presetID property.
|
long |
getProjectID()
Gets the value of the projectID property.
|
String |
getProjectName()
Gets the value of the projectName property.
|
long |
getScanConfigurationID()
Gets the value of the scanConfigurationID property.
|
boolean |
isIsPublic()
Gets the value of the isPublic property.
|
void |
setAssociatedGroupID(String value)
Sets the value of the associatedGroupID property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setIsPublic(boolean value)
Sets the value of the isPublic property.
|
void |
setOpenSourceAnalysisOrigin(ProjectOrigin value)
Sets the value of the openSourceAnalysisOrigin property.
|
void |
setOpenSourceSettings(ProjectSharedLocation value)
Sets the value of the openSourceSettings property.
|
void |
setOwner(String value)
Sets the value of the owner property.
|
void |
setPresetID(long value)
Sets the value of the presetID property.
|
void |
setProjectID(long value)
Sets the value of the projectID property.
|
void |
setProjectName(String value)
Sets the value of the projectName property.
|
void |
setScanConfigurationID(long value)
Sets the value of the scanConfigurationID property.
|
protected long projectID
protected String projectName
protected long presetID
protected String associatedGroupID
protected long scanConfigurationID
protected String description
protected String owner
protected boolean isPublic
protected ProjectSharedLocation openSourceSettings
protected ProjectOrigin openSourceAnalysisOrigin
public long getProjectID()
public void setProjectID(long value)
public String getProjectName()
Stringpublic void setProjectName(String value)
value - allowed object is
Stringpublic long getPresetID()
public void setPresetID(long value)
public String getAssociatedGroupID()
Stringpublic void setAssociatedGroupID(String value)
value - allowed object is
Stringpublic long getScanConfigurationID()
public void setScanConfigurationID(long value)
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getOwner()
Stringpublic void setOwner(String value)
value - allowed object is
Stringpublic boolean isIsPublic()
public void setIsPublic(boolean value)
public ProjectSharedLocation getOpenSourceSettings()
ProjectSharedLocationpublic void setOpenSourceSettings(ProjectSharedLocation value)
value - allowed object is
ProjectSharedLocationpublic ProjectOrigin getOpenSourceAnalysisOrigin()
ProjectOriginpublic void setOpenSourceAnalysisOrigin(ProjectOrigin value)
value - allowed object is
ProjectOriginCopyright © 2020. All rights reserved.