it.avutils.jmapper.xml.beans
Class XmlAttributeName

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

public class XmlAttributeName
extends Object

This bean represents the name attribute of the attribute node.

Author:
Alessandro Vurro

Field Summary
 String name
          name attribute of attribute node
 
Constructor Summary
XmlAttributeName(String name)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

@XStreamAsAttribute
public String name
name attribute of attribute node

Constructor Detail

XmlAttributeName

public XmlAttributeName(String name)


Copyright © 2013. All Rights Reserved.