|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.woli.xml.XMLDataAttribute
public class XMLDataAttribute
XMLDataAttribute
to store an Attribute of an element. This class is used by XMLDataElement.
Field Summary | |
---|---|
private String |
attributeName
Name of the XMLDataAttribute |
private String |
attributeValue
Value of the XMLDataAttribute |
Constructor Summary | |
---|---|
XMLDataAttribute()
Standard constructor all variables are initialized with 0. |
|
XMLDataAttribute(String attributeName,
String attributeValue)
|
Method Summary | |
---|---|
String |
getAttributeName()
Returns the name of the attribute |
String |
getAttributeValue()
Returns the value of the attribute |
void |
setAttributeName(String attributeName)
Sets the name of the attribute |
void |
setAttributeValue(String attributeValue)
Sets the value of the attribute. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String attributeName
private String attributeValue
Constructor Detail |
---|
public XMLDataAttribute()
public XMLDataAttribute(String attributeName, String attributeValue)
attributeName
- The Name of the new attributeattributeValue
- The Value of the new attributeMethod Detail |
---|
public String getAttributeName()
public void setAttributeName(String attributeName)
attributeName
- the new name of the attributepublic String getAttributeValue()
public void setAttributeValue(String attributeValue)
attributeValue
- the new value of the attribute
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |