|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlhammer.model.project.Input
public class Input
Java class for input element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="input">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://www.xmlhammer.org/2007/project}filter"/>
<sequence maxOccurs="unbounded">
<choice>
<sequence>
<element ref="{http://www.xmlhammer.org/2007/project}source"/>
</sequence>
<sequence>
<element ref="{http://www.xmlhammer.org/2007/project}source"/>
<element ref="{http://www.xmlhammer.org/2007/project}result"/>
</sequence>
</choice>
</sequence>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected Filter |
filter
|
protected java.util.List<Document> |
sourceOrSourceAndResult
|
| Constructor Summary | |
|---|---|
Input()
|
|
| Method Summary | |
|---|---|
Filter |
getFilter()
Gets the value of the filter property. |
java.util.List<Document> |
getSourceOrSourceAndResult()
Gets the value of the sourceOrSourceAndResult property. |
void |
setFilter(Filter value)
Sets the value of the filter property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Filter filter
protected java.util.List<Document> sourceOrSourceAndResult
| Constructor Detail |
|---|
public Input()
| Method Detail |
|---|
public Filter getFilter()
Filterpublic void setFilter(Filter value)
value - allowed object is
Filterpublic java.util.List<Document> getSourceOrSourceAndResult()
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 sourceOrSourceAndResult property.
For example, to add a new item, do as follows:
getSourceOrSourceAndResult().add(newItem);
Objects of the following type(s) are allowed in the list
Result
Source
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||