|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jabber.protocol.muc.History
public class History
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 |
|---|
protected java.lang.String value
protected java.lang.Integer maxchars
protected java.lang.Integer maxstanzas
protected java.lang.Integer seconds
protected javax.xml.datatype.XMLGregorianCalendar since
| Constructor Detail |
|---|
public History()
| Method Detail |
|---|
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getMaxchars()
Integerpublic void setMaxchars(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getMaxstanzas()
Integerpublic void setMaxstanzas(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getSeconds()
Integerpublic void setSeconds(java.lang.Integer value)
value - allowed object is
Integerpublic javax.xml.datatype.XMLGregorianCalendar getSince()
XMLGregorianCalendarpublic void setSince(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||