public class Preprocessor extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://exlp.sf.net/io}dir" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org/cmp}merge" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org/cmp}wiki"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<net.sf.exlp.xml.io.Dir> |
dir |
protected List<Merge> |
merge |
protected Wiki |
wiki |
| Constructor and Description |
|---|
Preprocessor() |
| Modifier and Type | Method and Description |
|---|---|
List<net.sf.exlp.xml.io.Dir> |
getDir()
Gets the value of the dir property.
|
List<Merge> |
getMerge()
Gets the value of the merge property.
|
Wiki |
getWiki()
Gets the value of the wiki property.
|
boolean |
isSetDir() |
boolean |
isSetMerge() |
boolean |
isSetWiki() |
void |
setWiki(Wiki value)
Sets the value of the wiki property.
|
void |
unsetDir() |
void |
unsetMerge() |
public List<net.sf.exlp.xml.io.Dir> getDir()
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 dir property.
For example, to add a new item, do as follows:
getDir().add(newItem);
Objects of the following type(s) are allowed in the list
Dir
public boolean isSetDir()
public void unsetDir()
public List<Merge> getMerge()
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 merge property.
For example, to add a new item, do as follows:
getMerge().add(newItem);
Objects of the following type(s) are allowed in the list
Merge
public boolean isSetMerge()
public void unsetMerge()
public void setWiki(Wiki value)
value - allowed object is
Wikipublic boolean isSetWiki()
Copyright © 2023. All rights reserved.