My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Item  
Updated Jun 15, 2009 by conrad.w...@gmail.com
package asaxb.demo
{

	[XmlRootNode(name='item')]
	public class Item
	{
		
		[XmlAttribute(name='quantity')]
		public var quantity:int;
		
		[XmlAttribute(name='unit-cost')]
		public var unitCost:Number;

	}

}

Sign in to add a comment
Powered by Google Project Hosting