public class GetChildNodes 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="pTeamId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pLevel" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="pTeamPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
pLevel |
protected String |
pTeamId |
protected String |
pTeamPath |
protected String |
sessionID |
| Constructor and Description |
|---|
GetChildNodes() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPLevel()
Gets the value of the pLevel property.
|
String |
getPTeamId()
Gets the value of the pTeamId property.
|
String |
getPTeamPath()
Gets the value of the pTeamPath property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
void |
setPLevel(int value)
Sets the value of the pLevel property.
|
void |
setPTeamId(String value)
Sets the value of the pTeamId property.
|
void |
setPTeamPath(String value)
Sets the value of the pTeamPath property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
protected String sessionID
protected String pTeamId
protected int pLevel
protected String pTeamPath
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic String getPTeamId()
Stringpublic void setPTeamId(String value)
value - allowed object is
Stringpublic int getPLevel()
public void setPLevel(int value)
public String getPTeamPath()
StringCopyright © 2020. All rights reserved.