com.googlecode.jpattern.core.xml
Class XmlAttribute
java.lang.Object
com.googlecode.jpattern.core.xml.XmlAttribute
- All Implemented Interfaces:
- IXmlAttribute, Serializable
public class XmlAttribute
- extends Object
- implements IXmlAttribute
- Author:
- Francesco Cina'
16/giu/2010
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlAttribute
public XmlAttribute()
getName
public String getName()
- Specified by:
getName in interface IXmlAttribute
setName
public void setName(String name)
- Specified by:
setName in interface IXmlAttribute
getValue
public String getValue()
- Specified by:
getValue in interface IXmlAttribute
setValue
public void setValue(String value)
- Specified by:
setValue in interface IXmlAttribute
Copyright © 2011. All Rights Reserved.