public class UpdateProjectConfiguration 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="projectID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="projectConfiguration" type="{http://Checkmarx.com}ProjectConfiguration" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ProjectConfiguration |
projectConfiguration |
protected long |
projectID |
protected String |
sessionID |
| Constructor and Description |
|---|
UpdateProjectConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ProjectConfiguration |
getProjectConfiguration()
Gets the value of the projectConfiguration property.
|
long |
getProjectID()
Gets the value of the projectID property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
void |
setProjectConfiguration(ProjectConfiguration value)
Sets the value of the projectConfiguration property.
|
void |
setProjectID(long value)
Sets the value of the projectID property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
protected String sessionID
protected long projectID
protected ProjectConfiguration projectConfiguration
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic long getProjectID()
public void setProjectID(long value)
public ProjectConfiguration getProjectConfiguration()
ProjectConfigurationpublic void setProjectConfiguration(ProjectConfiguration value)
value - allowed object is
ProjectConfigurationCopyright © 2020. All rights reserved.