public class CreateAndRunProject 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}ProjectSettings" minOccurs="0"/>
<element name="LocalCodeContainer" type="{http://Checkmarx.com}LocalCodeContainer" minOccurs="0"/>
<element name="visibleToOtherUsers" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalCodeContainer |
localCodeContainer |
protected ProjectSettings |
projectSettings |
protected String |
sessionID |
protected boolean |
visibleToOtherUsers |
| Constructor and Description |
|---|
CreateAndRunProject() |
| Modifier and Type | Method and Description |
|---|---|
LocalCodeContainer |
getLocalCodeContainer()
Gets the value of the localCodeContainer property.
|
ProjectSettings |
getProjectSettings()
Gets the value of the projectSettings property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
boolean |
isVisibleToOtherUsers()
Gets the value of the visibleToOtherUsers property.
|
void |
setLocalCodeContainer(LocalCodeContainer value)
Sets the value of the localCodeContainer property.
|
void |
setProjectSettings(ProjectSettings value)
Sets the value of the projectSettings property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
void |
setVisibleToOtherUsers(boolean value)
Sets the value of the visibleToOtherUsers property.
|
protected String sessionID
protected ProjectSettings projectSettings
protected LocalCodeContainer localCodeContainer
protected boolean visibleToOtherUsers
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic ProjectSettings getProjectSettings()
ProjectSettingspublic void setProjectSettings(ProjectSettings value)
value - allowed object is
ProjectSettingspublic LocalCodeContainer getLocalCodeContainer()
LocalCodeContainerpublic void setLocalCodeContainer(LocalCodeContainer value)
value - allowed object is
LocalCodeContainerpublic boolean isVisibleToOtherUsers()
public void setVisibleToOtherUsers(boolean value)
Copyright © 2020. All rights reserved.