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

jabber.server.Body Maven / Gradle / Ivy

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-793 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2009.11.11 at 12:11:12 AM GMT 
//


package jabber.server;

import javax.annotation.Generated;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.XmlValue;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;


/**
 * 

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType>
 *   <simpleContent>
 *     <extension base="<jabber:server>nonEmptyString">
 *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
 *     </extension>
 *   </simpleContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "value" }) @XmlRootElement(name = "body") @Generated(value = "com.sun.tools.xjc.Driver", date = "2009-11-11T12:11:11+00:00", comments = "JAXB RI vhudson-jaxb-ri-2.1-793") public class Body implements uk.org.retep.xmpp.message.Body { @XmlValue @Generated(value = "com.sun.tools.xjc.Driver", date = "2009-11-11T12:11:11+00:00", comments = "JAXB RI vhudson-jaxb-ri-2.1-793") protected String value; @XmlAttribute(namespace = "http://www.w3.org/XML/1998/namespace") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "language") @Generated(value = "com.sun.tools.xjc.Driver", date = "2009-11-11T12:11:11+00:00", comments = "JAXB RI vhudson-jaxb-ri-2.1-793") protected String lang; /** * Gets the value of the value property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2009-11-11T12:11:11+00:00", comments = "JAXB RI vhudson-jaxb-ri-2.1-793") public String getValue() { return value; } /** * Sets the value of the value property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2009-11-11T12:11:11+00:00", comments = "JAXB RI vhudson-jaxb-ri-2.1-793") public void setValue(String value) { this.value = value; } /** * Gets the value of the lang property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2009-11-11T12:11:11+00:00", comments = "JAXB RI vhudson-jaxb-ri-2.1-793") public String getLang() { return lang; } /** * Sets the value of the lang property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2009-11-11T12:11:11+00:00", comments = "JAXB RI vhudson-jaxb-ri-2.1-793") public void setLang(String value) { this.lang = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy