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