com.googlecode.jpattern.core.xml
Class XmlAttribute

java.lang.Object
  extended by com.googlecode.jpattern.core.xml.XmlAttribute
All Implemented Interfaces:
IXmlAttribute, java.io.Serializable

public class XmlAttribute
extends java.lang.Object
implements IXmlAttribute

Author:
Francesco Cina' 16/giu/2010
See Also:
Serialized Form

Constructor Summary
XmlAttribute()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void setName(java.lang.String name)
           
 void setValue(java.lang.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 java.lang.String getName()
Specified by:
getName in interface IXmlAttribute

setName

public void setName(java.lang.String name)
Specified by:
setName in interface IXmlAttribute

getValue

public java.lang.String getValue()
Specified by:
getValue in interface IXmlAttribute

setValue

public void setValue(java.lang.String value)
Specified by:
setValue in interface IXmlAttribute


Copyright © 2011. All Rights Reserved.