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