public class GetSharedFileSystemLayer 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="UserCredentials" type="{http://Checkmarx.com}Credentials" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
path |
protected String |
sessionID |
protected Credentials |
userCredentials |
| Constructor and Description |
|---|
GetSharedFileSystemLayer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Gets the value of the path property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
Credentials |
getUserCredentials()
Gets the value of the userCredentials property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
void |
setUserCredentials(Credentials value)
Sets the value of the userCredentials property.
|
protected String sessionID
protected String path
protected Credentials userCredentials
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 Credentials getUserCredentials()
Credentialspublic void setUserCredentials(Credentials value)
value - allowed object is
CredentialsCopyright © 2020. All rights reserved.