umontreal.iro.lecuyer.xmlbind.params
Class PropertiesParams
java.lang.Object
umontreal.iro.lecuyer.xmlbind.params.PropertiesParams
public class PropertiesParams
- extends Object
Represents a set of properties associated with some
entity.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyList
protected List<AbstractProperty> propertyList
PropertiesParams
public PropertiesParams()
getPropertyList
public List<AbstractProperty> getPropertyList()
- Gets the value of the propertyList property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the propertyList property.
For example, to add a new item, do as follows:
getPropertyList().add(newItem);
Objects of the following type(s) are allowed in the list
NumberArrayProperty
DateTimeProperty
StringProperty
BooleanArrayProperty
NumberListProperty
BooleanProperty
IntegerProperty
DurationListProperty
StringListProperty
IntegerListProperty
BooleanListProperty
NumberProperty
DurationProperty
IntegerArrayProperty
isSetPropertyList
public boolean isSetPropertyList()
unsetPropertyList
public void unsetPropertyList()
To submit a bug or ask questions, send an e-mail to
Richard Simard.