xml
Class XMLAttribute

java.lang.Object
  extended by xml.XMLAttribute

public class XMLAttribute
extends java.lang.Object

Author:
puginca

Field Summary
private  XMLIdentifier name
          Fields
private  java.lang.String value
           
 
Constructor Summary
XMLAttribute()
          Creates a new instance of XMLAttribute
 
Method Summary
 XMLIdentifier getName()
           
 java.lang.String getValue()
           
 void setName(XMLIdentifier id)
           
 void setValue(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private XMLIdentifier name
Fields


value

private java.lang.String value
Constructor Detail

XMLAttribute

public XMLAttribute()
Creates a new instance of XMLAttribute

Method Detail

setName

public void setName(XMLIdentifier id)

setValue

public void setValue(java.lang.String s)

getName

public XMLIdentifier getName()

getValue

public java.lang.String getValue()