public class GetQueryCollectionForLanguageByTeamId 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="projectType" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="teamId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
projectType |
protected String |
sessionId |
protected String |
teamId |
| Constructor and Description |
|---|
GetQueryCollectionForLanguageByTeamId() |
| Modifier and Type | Method and Description |
|---|---|
int |
getProjectType()
Gets the value of the projectType property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
String |
getTeamId()
Gets the value of the teamId property.
|
void |
setProjectType(int value)
Sets the value of the projectType property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
void |
setTeamId(String value)
Sets the value of the teamId property.
|
protected String sessionId
protected int projectType
protected String teamId
public GetQueryCollectionForLanguageByTeamId()
public String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic int getProjectType()
public void setProjectType(int value)
public String getTeamId()
StringCopyright © 2020. All rights reserved.