public class XmlTag extends Object
| Constructor and Description |
|---|
XmlTag()
Creates a new instance of XmlTag.
|
XmlTag(String name)
Creates a new instance of XmlTag.
|
XmlTag(String name,
String owner)
Creates a new instance of XmlTag.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Getter for tag name.
|
String |
getOwner()
Getter for tag owner.
|
XmlChannels |
getXmlChannels()
Getter for tag's XmlChannels.
|
void |
setName(String name)
Setter for tag name.
|
void |
setOwner(String owner)
Setter for tag owner.
|
void |
setXmlChannels(XmlChannels channels)
Setter for tag's XmlChannels.
|
static String |
toLog(XmlTag data)
Creates a compact string representation for the log.
|
public XmlTag()
public XmlTag(String name)
name - public String getName()
public void setName(String name)
name - tag namepublic String getOwner()
public void setOwner(String owner)
owner - tag ownerpublic XmlChannels getXmlChannels()
public void setXmlChannels(XmlChannels channels)
channels - XmlChannels objectCopyright © 2012. All Rights Reserved.