|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sauronsoftware.feed4j.bean.RawAttribute
public class RawAttribute
This class is used to represent the attributes of a XML element.
Constructor Summary | |
---|---|
RawAttribute()
|
Method Summary | |
---|---|
java.lang.String |
getName()
This method returns the attribute name. |
java.lang.String |
getNamespaceURI()
This method returns the attribute namespace URI. |
java.lang.String |
getValue()
This method returns the attribute value. |
void |
setName(java.lang.String name)
This method sets the attribute name. |
void |
setNamespaceURI(java.lang.String namespaceURI)
This method sets the attribute namespace URI. |
void |
setValue(java.lang.String value)
This method sets the attribute value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RawAttribute()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The attribute name.public java.lang.String getNamespaceURI()
public void setNamespaceURI(java.lang.String namespaceURI)
namespaceURI
- The attribute namespace URI.public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- The attribute value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |