public class BranchProject 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="Project" type="{http://Checkmarx.com}ProjectConfiguration" minOccurs="0"/>
<element name="originalProjectId" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
originalProjectId |
protected ProjectConfiguration |
project |
protected String |
sessionID |
| Constructor and Description |
|---|
BranchProject() |
| Modifier and Type | Method and Description |
|---|---|
long |
getOriginalProjectId()
Gets the value of the originalProjectId property.
|
ProjectConfiguration |
getProject()
Gets the value of the project property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
void |
setOriginalProjectId(long value)
Sets the value of the originalProjectId property.
|
void |
setProject(ProjectConfiguration value)
Sets the value of the project property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
protected String sessionID
protected ProjectConfiguration project
protected long originalProjectId
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic ProjectConfiguration getProject()
ProjectConfigurationpublic void setProject(ProjectConfiguration value)
value - allowed object is
ProjectConfigurationpublic long getOriginalProjectId()
public void setOriginalProjectId(long value)
Copyright © 2020. All rights reserved.