Retep XMPP

jabber.x.event
Class X

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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-01-18T16:54:40+0000",
           comments="hudson-jaxb-ri-2.1-833 uk.org.retep.tools:jaxb:10.1")
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

protected String offline

delivered

protected String delivered

displayed

protected String displayed

composing

protected String composing

id

protected String id
Constructor Detail

X

public X()
Method Detail

getOffline

public String getOffline()
Gets the value of the offline property.

Returns:
possible object is String

setOffline

public void setOffline(String value)
Sets the value of the offline property.

Parameters:
value - allowed object is String

getDelivered

public String getDelivered()
Gets the value of the delivered property.

Returns:
possible object is String

setDelivered

public void setDelivered(String value)
Sets the value of the delivered property.

Parameters:
value - allowed object is String

getDisplayed

public String getDisplayed()
Gets the value of the displayed property.

Returns:
possible object is String

setDisplayed

public void setDisplayed(String value)
Sets the value of the displayed property.

Parameters:
value - allowed object is String

getComposing

public String getComposing()
Gets the value of the composing property.

Returns:
possible object is String

setComposing

public void setComposing(String value)
Sets the value of the composing property.

Parameters:
value - allowed object is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

Retep XMPP

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