public class RenameCompany 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="teamID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="newTeamName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
newTeamName |
protected String |
sessionID |
protected String |
teamID |
| Constructor and Description |
|---|
RenameCompany() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNewTeamName()
Gets the value of the newTeamName property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
String |
getTeamID()
Gets the value of the teamID property.
|
void |
setNewTeamName(String value)
Sets the value of the newTeamName 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 String teamID
protected String newTeamName
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic String getTeamID()
Stringpublic void setTeamID(String value)
value - allowed object is
Stringpublic String getNewTeamName()
StringCopyright © 2020. All rights reserved.