Retep XMPP

jabber.x.event
Class X

java.lang.Object
  extended by jabber.x.event.X

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-11-11T12:05:59+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-793")
public class X
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="offline" type="{jabber:x:event}empty" minOccurs="0"/>
         <element name="delivered" type="{jabber:x:event}empty" minOccurs="0"/>
         <element name="displayed" type="{jabber:x:event}empty" minOccurs="0"/>
         <element name="composing" type="{jabber:x:event}empty" minOccurs="0"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String composing
           
protected  String delivered
           
protected  String displayed
           
protected  String id
           
protected  String offline
           
 
Constructor Summary
X()
           
 
Method Summary
 String getComposing()
          Gets the value of the composing property.
 String getDelivered()
          Gets the value of the delivered property.
 String getDisplayed()
          Gets the value of the displayed property.
 String getId()
          Gets the value of the id property.
 String getOffline()
          Gets the value of the offline property.
 void setComposing(String value)
          Sets the value of the composing property.
 void setDelivered(String value)
          Sets the value of the delivered property.
 void setDisplayed(String value)
          Sets the value of the displayed property.
 void setId(String value)
          Sets the value of the id property.
 void setOffline(String value)
          Sets the value of the offline property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offline

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-11-11T12:05:59+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-793")
protected String offline

delivered

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-11-11T12:05:59+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-793")
protected String delivered

displayed

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-11-11T12:05:59+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-793")
protected String displayed

composing

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-11-11T12:05:59+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-793")
protected String composing

id

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-11-11T12:05:59+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-793")
protected String id
Constructor Detail

X

public X()
Method Detail

getOffline

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-11-11T12:05:59+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-793")
public String getOffline()
Gets the value of the offline property.

Returns:
possible object is String

setOffline

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-11-11T12:05:59+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-793")
public void setOffline(String value)
Sets the value of the offline property.

Parameters:
value - allowed object is String

getDelivered

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-11-11T12:05:59+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-793")
public String getDelivered()
Gets the value of the delivered property.

Returns:
possible object is String

setDelivered

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-11-11T12:05:59+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-793")
public void setDelivered(String value)
Sets the value of the delivered property.

Parameters:
value - allowed object is String

getDisplayed

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-11-11T12:05:59+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-793")
public String getDisplayed()
Gets the value of the displayed property.

Returns:
possible object is String

setDisplayed

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-11-11T12:05:59+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-793")
public void setDisplayed(String value)
Sets the value of the displayed property.

Parameters:
value - allowed object is String

getComposing

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-11-11T12:05:59+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-793")
public String getComposing()
Gets the value of the composing property.

Returns:
possible object is String

setComposing

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-11-11T12:05:59+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-793")
public void setComposing(String value)
Sets the value of the composing property.

Parameters:
value - allowed object is String

getId

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-11-11T12:05:59+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-793")
public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-11-11T12:05:59+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-793")
public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

Retep XMPP

Copyright © 2004-2009 Retep Development Group. All Rights Reserved.