net.sf.mmm.util.xml.base.jaxb
Class PropertyList

java.lang.Object
  extended by net.sf.mmm.util.xml.base.jaxb.PropertyList

public class PropertyList
extends Object

This class represents Properties as JAXB bean.

Since:
2.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)

Field Summary
private  List<Property> propertyList
           
 
Constructor Summary
PropertyList()
          The constructor.
 
Method Summary
 List<Property> getPropertyList()
          This method gets the List of properties.
 void setPropertyList(List<Property> propertyList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyList

private List<Property> propertyList
See Also:
getPropertyList()
Constructor Detail

PropertyList

public PropertyList()
The constructor.

Method Detail

getPropertyList

public List<Property> getPropertyList()
This method gets the List of properties.

Returns:
the the List of properties.

setPropertyList

public void setPropertyList(List<Property> propertyList)
Parameters:
propertyList - is the propertyList to set


Copyright © 2001-2010 mmm-Team. All Rights Reserved.