org.jabber.protocol.muc
Class History

java.lang.Object
  extended by org.jabber.protocol.muc.History

public class History
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <simpleContent>
     <extension base="<http://jabber.org/protocol/muc>empty">
       <attribute name="maxchars" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="maxstanzas" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="seconds" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="since" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  java.lang.Integer maxchars
           
protected  java.lang.Integer maxstanzas
           
protected  java.lang.Integer seconds
           
protected  javax.xml.datatype.XMLGregorianCalendar since
           
protected  java.lang.String value
           
 
Constructor Summary
History()
           
 
Method Summary
 java.lang.Integer getMaxchars()
          Gets the value of the maxchars property.
 java.lang.Integer getMaxstanzas()
          Gets the value of the maxstanzas property.
 java.lang.Integer getSeconds()
          Gets the value of the seconds property.
 javax.xml.datatype.XMLGregorianCalendar getSince()
          Gets the value of the since property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setMaxchars(java.lang.Integer value)
          Sets the value of the maxchars property.
 void setMaxstanzas(java.lang.Integer value)
          Sets the value of the maxstanzas property.
 void setSeconds(java.lang.Integer value)
          Sets the value of the seconds property.
 void setSince(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the since property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected java.lang.String value

maxchars

protected java.lang.Integer maxchars

maxstanzas

protected java.lang.Integer maxstanzas

seconds

protected java.lang.Integer seconds

since

protected javax.xml.datatype.XMLGregorianCalendar since
Constructor Detail

History

public History()
Method Detail

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

getMaxchars

public java.lang.Integer getMaxchars()
Gets the value of the maxchars property.

Returns:
possible object is Integer

setMaxchars

public void setMaxchars(java.lang.Integer value)
Sets the value of the maxchars property.

Parameters:
value - allowed object is Integer

getMaxstanzas

public java.lang.Integer getMaxstanzas()
Gets the value of the maxstanzas property.

Returns:
possible object is Integer

setMaxstanzas

public void setMaxstanzas(java.lang.Integer value)
Sets the value of the maxstanzas property.

Parameters:
value - allowed object is Integer

getSeconds

public java.lang.Integer getSeconds()
Gets the value of the seconds property.

Returns:
possible object is Integer

setSeconds

public void setSeconds(java.lang.Integer value)
Sets the value of the seconds property.

Parameters:
value - allowed object is Integer

getSince

public javax.xml.datatype.XMLGregorianCalendar getSince()
Gets the value of the since property.

Returns:
possible object is XMLGregorianCalendar

setSince

public void setSince(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the since property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2005-2012 FuseSource, Corp.. All Rights Reserved.