public class ProjectBasicSettings extends Object
Java class for ProjectBasicSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectBasicSettings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProjectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AssociatedGroupID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
associatedGroupID |
protected String |
projectName |
| Constructor and Description |
|---|
ProjectBasicSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssociatedGroupID()
Gets the value of the associatedGroupID property.
|
String |
getProjectName()
Gets the value of the projectName property.
|
void |
setAssociatedGroupID(String value)
Sets the value of the associatedGroupID property.
|
void |
setProjectName(String value)
Sets the value of the projectName property.
|
protected String projectName
protected String associatedGroupID
public String getProjectName()
Stringpublic void setProjectName(String value)
value - allowed object is
Stringpublic String getAssociatedGroupID()
StringCopyright © 2020. All rights reserved.