|
||||||||||
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 Integer |
maxchars
|
protected Integer |
maxstanzas
|
protected Integer |
seconds
|
protected XMLGregorianCalendar |
since
|
protected String |
value
|
Constructor Summary | |
---|---|
History()
|
Method Summary | |
---|---|
Integer |
getMaxchars()
Gets the value of the maxchars property. |
Integer |
getMaxstanzas()
Gets the value of the maxstanzas property. |
Integer |
getSeconds()
Gets the value of the seconds property. |
XMLGregorianCalendar |
getSince()
Gets the value of the since property. |
String |
getValue()
Gets the value of the value property. |
void |
setMaxchars(Integer value)
Sets the value of the maxchars property. |
void |
setMaxstanzas(Integer value)
Sets the value of the maxstanzas property. |
void |
setSeconds(Integer value)
Sets the value of the seconds property. |
void |
setSince(XMLGregorianCalendar value)
Sets the value of the since property. |
void |
setValue(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 String value
protected Integer maxchars
protected Integer maxstanzas
protected Integer seconds
protected XMLGregorianCalendar since
Constructor Detail |
---|
public History()
Method Detail |
---|
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public Integer getMaxchars()
Integer
public void setMaxchars(Integer value)
value
- allowed object is
Integer
public Integer getMaxstanzas()
Integer
public void setMaxstanzas(Integer value)
value
- allowed object is
Integer
public Integer getSeconds()
Integer
public void setSeconds(Integer value)
value
- allowed object is
Integer
public XMLGregorianCalendar getSince()
XMLGregorianCalendar
public void setSince(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |