it.avutils.jmapper.xml.beans
Class XmlAttribute

java.lang.Object
  extended by it.avutils.jmapper.xml.beans.XmlAttribute

public class XmlAttribute
extends Object

This bean represents the attribute node.

Author:
Alessandro Vurro

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

name

@XStreamAsAttribute
public String name
name attribute


value

public XmlValueName value
value node


attributes

public List<XmlAttributeName> attributes
list of target attributes


classes

public List<XmlClassName> classes
list of target classes

Constructor Detail

XmlAttribute

public XmlAttribute()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.