org.xmlhammer.model.project
Class ParameterisedDocument
java.lang.Object
org.xmlhammer.model.project.Document
org.xmlhammer.model.project.ParameterisedDocument
- Direct Known Subclasses:
- ParameterisedSource
public class ParameterisedDocument
- extends Document
Java class for parameterisedDocument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="parameterisedDocument">
<complexContent>
<extension base="{http://www.xmlhammer.org/2007/project}document">
<sequence maxOccurs="unbounded">
<element ref="{http://www.xmlhammer.org/2007/project}parameter"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields inherited from class org.xmlhammer.model.project.Document |
src |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parameter
protected java.util.List<Parameter> parameter
ParameterisedDocument
public ParameterisedDocument()
getParameter
public java.util.List<Parameter> getParameter()
- Gets the value of the parameter 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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
Parameter
Copyright 2005-2005-2008 Edwin Dankert. All Rights Reserved.