All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bitplan.mediawiki.japi.api.Createaccount Maven / Gradle / Ivy

//
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 generiert 
// Siehe http://java.sun.com/xml/jaxb 
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 
// Generiert: 2015.05.07 um 11:22:12 PM CEST 
//


package com.bitplan.mediawiki.japi.api;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.XmlValue;


/**
 * 

Java-Klasse für anonymous complex type. * *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

 * <complexType>
 *   <simpleContent>
 *     <extension base="<http://www.w3.org/2001/XMLSchema>string">
 *       <attribute name="token" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="result" type="{http://www.w3.org/2001/XMLSchema}string" />
 *     </extension>
 *   </simpleContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "value" }) public class Createaccount { @XmlValue protected String value; @XmlAttribute(name = "token") protected String token; @XmlAttribute(name = "result") protected String result; /** * Ruft den Wert der value-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getValue() { return value; } /** * Legt den Wert der value-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setValue(String value) { this.value = value; } /** * Ruft den Wert der token-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getToken() { return token; } /** * Legt den Wert der token-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setToken(String value) { this.token = value; } /** * Ruft den Wert der result-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getResult() { return result; } /** * Legt den Wert der result-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ public void setResult(String value) { this.result = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy