Class Tag
- java.lang.Object
-
- org.jivesoftware.smackx.iot.discovery.element.Tag
-
- All Implemented Interfaces:
Element
,NamedElement
public class Tag extends Object implements NamedElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Tag.Type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getElementName()
Returns the root element name.String
getName()
Tag.Type
getType()
String
getValue()
String
toString()
XmlStringBuilder
toXML(XmlEnvironment enclosingNamespace)
-
-
-
Method Detail
-
toXML
public XmlStringBuilder toXML(XmlEnvironment enclosingNamespace)
-
getElementName
public String getElementName()
Description copied from interface:NamedElement
Returns the root element name.- Specified by:
getElementName
in interfaceNamedElement
- Returns:
- the element name.
-
-