public class ProjectSharedLocation extends Object
Java class for ProjectSharedLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectSharedLocation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Path" type="{http://Checkmarx.com}ArrayOfString" minOccurs="0"/>
<element name="Credentials" type="{http://Checkmarx.com}Credentials" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Credentials |
credentials |
protected ArrayOfString |
path |
| Constructor and Description |
|---|
ProjectSharedLocation() |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
getCredentials()
Gets the value of the credentials property.
|
ArrayOfString |
getPath()
Gets the value of the path property.
|
void |
setCredentials(Credentials value)
Sets the value of the credentials property.
|
void |
setPath(ArrayOfString value)
Sets the value of the path property.
|
protected ArrayOfString path
protected Credentials credentials
public ArrayOfString getPath()
ArrayOfStringpublic void setPath(ArrayOfString value)
value - allowed object is
ArrayOfStringpublic Credentials getCredentials()
Credentialspublic void setCredentials(Credentials value)
value - allowed object is
CredentialsCopyright © 2020. All rights reserved.