public class UploadProjectWithDefaultSettings extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="projectSettings" type="{http://Checkmarx.com}ProjectBasicSettings" minOccurs="0"/>
<element name="localCodeContainer" type="{http://Checkmarx.com}LocalCodeContainer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalCodeContainer |
localCodeContainer |
protected ProjectBasicSettings |
projectSettings |
protected String |
sessionId |
| Constructor and Description |
|---|
UploadProjectWithDefaultSettings() |
| Modifier and Type | Method and Description |
|---|---|
LocalCodeContainer |
getLocalCodeContainer()
Gets the value of the localCodeContainer property.
|
ProjectBasicSettings |
getProjectSettings()
Gets the value of the projectSettings property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
void |
setLocalCodeContainer(LocalCodeContainer value)
Sets the value of the localCodeContainer property.
|
void |
setProjectSettings(ProjectBasicSettings value)
Sets the value of the projectSettings property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
protected String sessionId
protected ProjectBasicSettings projectSettings
protected LocalCodeContainer localCodeContainer
public String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic ProjectBasicSettings getProjectSettings()
ProjectBasicSettingspublic void setProjectSettings(ProjectBasicSettings value)
value - allowed object is
ProjectBasicSettingspublic LocalCodeContainer getLocalCodeContainer()
LocalCodeContainerpublic void setLocalCodeContainer(LocalCodeContainer value)
value - allowed object is
LocalCodeContainerCopyright © 2020. All rights reserved.