public class Tokens extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="edittoken" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
createaccounttoken |
protected String |
csrftoken |
protected String |
deletetoken |
protected String |
edittoken |
protected String |
logintoken |
protected String |
value |
| Constructor and Description |
|---|
Tokens() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreateaccounttoken() |
String |
getCsrftoken()
Ruft den Wert der csrftoken-Eigenschaft ab.
|
String |
getDeletetoken() |
String |
getEdittoken()
Gets the value of the edittoken property.
|
String |
getLogintoken()
return the login token
|
String |
getValue()
Gets the value of the value property.
|
void |
setCreateaccounttoken(String createaccounttoken) |
void |
setCsrftoken(String value)
Legt den Wert der csrftoken-Eigenschaft fest.
|
void |
setDeletetoken(String deletetoken) |
void |
setEdittoken(String value)
Sets the value of the edittoken property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String edittoken
protected String deletetoken
protected String csrftoken
protected String createaccounttoken
protected String logintoken
public String getCsrftoken()
Stringpublic void setCsrftoken(String value)
value - allowed object is
Stringpublic String getCreateaccounttoken()
public void setCreateaccounttoken(String createaccounttoken)
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getEdittoken()
Stringpublic void setEdittoken(String value)
value - allowed object is
Stringpublic String getDeletetoken()
public void setDeletetoken(String deletetoken)
deletetoken - the deletetoken to setpublic String getLogintoken()
Copyright © 2018 BITPlan GmbH. All rights reserved.