com.googlecode.jpattern.core.xml
Class XmlAttribute

java.lang.Object
  extended by 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

Constructor Summary
XmlAttribute()
           
 
Method Summary
 String getName()
           
 String getValue()
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlAttribute

public XmlAttribute()
Method Detail

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.