|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectit.avutils.jmapper.xml.beans.XmlAttribute
public class XmlAttribute
This bean represents the attribute node.
| Field Summary | |
|---|---|
List<XmlAttributeName> |
attributes
list of target attributes |
List<XmlClassName> |
classes
list of target classes |
String |
name
name attribute |
XmlValueName |
value
value node |
| Constructor Summary | |
|---|---|
XmlAttribute()
|
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@XStreamAsAttribute public String name
public XmlValueName value
public List<XmlAttributeName> attributes
public List<XmlClassName> classes
| Constructor Detail |
|---|
public XmlAttribute()
| Method Detail |
|---|
public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||