public static class MessageArchivingModule.Settings extends ElementWrapper
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutoSave() |
String |
getChildAttr(String childName,
String attr) |
Long |
getExpire() |
SaveMode |
getSaveMode() |
MessageArchivingModule.Settings |
setAutoSave(boolean value) |
MessageArchivingModule.Settings |
setChildAttr(String childName,
String attr,
String value) |
MessageArchivingModule.Settings |
setExpire(Long value) |
MessageArchivingModule.Settings |
setSaveMode(SaveMode mode) |
addChild, equals, findChild, getAsString, getAttribute, getAttributes, getChildAfter, getChildElementValue, getChildElementValue, getChildren, getChildren, getChildrenNS, getChildrenNS, getFirstChild, getFirstChild, getName, getNextSibling, getParent, getValue, getWrappedElement, getXMLNS, hashCode, removeAttribute, removeChild, setAttribute, setAttributes, setChildElementValue, setChildElementValue, setParent, setValue, setXMLNSpublic Settings()
throws XMLException
XMLExceptionpublic Settings(Element element)
public boolean getAutoSave()
throws XMLException
XMLExceptionpublic MessageArchivingModule.Settings setAutoSave(boolean value) throws XMLException
XMLExceptionpublic Long getExpire() throws XMLException
XMLExceptionpublic MessageArchivingModule.Settings setExpire(Long value) throws XMLException
XMLExceptionpublic SaveMode getSaveMode() throws XMLException
XMLExceptionpublic MessageArchivingModule.Settings setSaveMode(SaveMode mode) throws XMLException
XMLExceptionpublic String getChildAttr(String childName, String attr) throws XMLException
XMLExceptionpublic MessageArchivingModule.Settings setChildAttr(String childName, String attr, String value) throws XMLException
XMLExceptionCopyright © 2006–2016 Tigase. All rights reserved.