public class GetRepositoryFileSystemLayer 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="Path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SourceControlSettings" type="{http://Checkmarx.com}SourceControlSettings" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
path |
protected String |
sessionID |
protected SourceControlSettings |
sourceControlSettings |
| Constructor and Description |
|---|
GetRepositoryFileSystemLayer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Gets the value of the path property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
SourceControlSettings |
getSourceControlSettings()
Gets the value of the sourceControlSettings property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
void |
setSourceControlSettings(SourceControlSettings value)
Sets the value of the sourceControlSettings property.
|
protected String sessionID
protected String path
protected SourceControlSettings sourceControlSettings
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic SourceControlSettings getSourceControlSettings()
SourceControlSettingspublic void setSourceControlSettings(SourceControlSettings value)
value - allowed object is
SourceControlSettingsCopyright © 2020. All rights reserved.