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-06-09T03:53:30+0000",
           comments="hudson-jaxb-ri-2.2-146 uk.org.retep.tools:jaxb:10.6")
public class X
extends java.lang.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  java.lang.String composing
           
protected  java.lang.String delivered
           
protected  java.lang.String displayed
           
protected  java.lang.String id
           
protected  java.lang.String offline
           
 
Constructor Summary
X()
           
 
Method Summary
 java.lang.String getComposing()
          Gets the value of the composing property.
 java.lang.String getDelivered()
          Gets the value of the delivered property.
 java.lang.String getDisplayed()
          Gets the value of the displayed property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getOffline()
          Gets the value of the offline property.
 void setComposing(java.lang.String value)
          Sets the value of the composing property.
 void setDelivered(java.lang.String value)
          Sets the value of the delivered property.
 void setDisplayed(java.lang.String value)
          Sets the value of the displayed property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setOffline(java.lang.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 java.lang.String offline

delivered

protected java.lang.String delivered

displayed

protected java.lang.String displayed

composing

protected java.lang.String composing

id

protected java.lang.String id
Constructor Detail

X

public X()
Method Detail

getOffline

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

Returns:
possible object is String

setOffline

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

Parameters:
value - allowed object is String

getDelivered

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

Returns:
possible object is String

setDelivered

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

Parameters:
value - allowed object is String

getDisplayed

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

Returns:
possible object is String

setDisplayed

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

Parameters:
value - allowed object is String

getComposing

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

Returns:
possible object is String

setComposing

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

Parameters:
value - allowed object is String

getId

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

Returns:
possible object is String

setId

public void setId(java.lang.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.