Class JingleReason.AlternativeSession
- java.lang.Object
-
- org.jivesoftware.smackx.jingle.element.JingleReason
-
- org.jivesoftware.smackx.jingle.element.JingleReason.AlternativeSession
-
- All Implemented Interfaces:
Element
,FullyQualifiedElement
,NamedElement
,XmlLangElement
- Enclosing class:
- JingleReason
public static class JingleReason.AlternativeSession extends JingleReason
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jivesoftware.smackx.jingle.element.JingleReason
JingleReason.AlternativeSession, JingleReason.Reason
-
-
Field Summary
Fields Modifier and Type Field Description static String
SID
-
Fields inherited from class org.jivesoftware.smackx.jingle.element.JingleReason
Busy, Cancel, ConnectivityError, Decline, ELEMENT, Expired, FailedApplication, FailedTransport, GeneralError, Gone, IncompatibleParameters, MediaError, NAMESPACE, reason, SecurityError, Success, TEXT_ELEMENT, Timeout, UnsupportedApplications, UnsupportedTransports
-
-
Constructor Summary
Constructors Constructor Description AlternativeSession(String sessionId)
AlternativeSession(String sessionId, String text, ExtensionElement element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlternativeSessionId()
XmlStringBuilder
toXML(XmlEnvironment enclosingNamespace)
-
Methods inherited from class org.jivesoftware.smackx.jingle.element.JingleReason
AlternativeSession, asEnum, getElement, getElementName, getNamespace, getText
-
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
-
SID
public static final String SID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AlternativeSession
public AlternativeSession(String sessionId)
-
AlternativeSession
public AlternativeSession(String sessionId, String text, ExtensionElement element)
-
-
Method Detail
-
toXML
public XmlStringBuilder toXML(XmlEnvironment enclosingNamespace)
- Specified by:
toXML
in interfaceElement
- Overrides:
toXML
in classJingleReason
-
getAlternativeSessionId
public String getAlternativeSessionId()
-
-