Class FileTooLargeError_V0_2
- java.lang.Object
-
- org.jivesoftware.smackx.httpfileupload.element.FileTooLargeError
-
- org.jivesoftware.smackx.httpfileupload.element.FileTooLargeError_V0_2
-
- All Implemented Interfaces:
Element
,ExtensionElement
,FullyQualifiedElement
,NamedElement
,XmlLangElement
public class FileTooLargeError_V0_2 extends FileTooLargeError
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAMESPACE
-
Fields inherited from class org.jivesoftware.smackx.httpfileupload.element.FileTooLargeError
ELEMENT
-
-
Constructor Summary
Constructors Constructor Description FileTooLargeError_V0_2(long maxFileSize)
-
Method Summary
-
Methods inherited from class org.jivesoftware.smackx.httpfileupload.element.FileTooLargeError
from, getElementName, getMaxFileSize, getNamespace, toXML
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jivesoftware.smack.packet.FullyQualifiedElement
getLanguage, getQName
-
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FileTooLargeError_V0_2
public FileTooLargeError_V0_2(long maxFileSize)
-
-