public class Wiki 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://www.openfuxml.org/wiki}markupProcessor"/>
<element ref="{http://www.openfuxml.org/wiki}xhtmlProcessor"/>
<element ref="{http://www.openfuxml.org/wiki}templates"/>
<element ref="{http://www.openfuxml.org/wiki}servers"/>
</sequence>
<attribute name="fetchArticle" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
fetchArticle |
protected MarkupProcessor |
markupProcessor |
protected Servers |
servers |
protected Templates |
templates |
protected XhtmlProcessor |
xhtmlProcessor |
| Constructor and Description |
|---|
Wiki() |
| Modifier and Type | Method and Description |
|---|---|
MarkupProcessor |
getMarkupProcessor()
Gets the value of the markupProcessor property.
|
Servers |
getServers()
Gets the value of the servers property.
|
Templates |
getTemplates()
Gets the value of the templates property.
|
XhtmlProcessor |
getXhtmlProcessor()
Gets the value of the xhtmlProcessor property.
|
boolean |
isFetchArticle()
Gets the value of the fetchArticle property.
|
boolean |
isSetFetchArticle() |
boolean |
isSetMarkupProcessor() |
boolean |
isSetServers() |
boolean |
isSetTemplates() |
boolean |
isSetXhtmlProcessor() |
void |
setFetchArticle(boolean value)
Sets the value of the fetchArticle property.
|
void |
setMarkupProcessor(MarkupProcessor value)
Sets the value of the markupProcessor property.
|
void |
setServers(Servers value)
Sets the value of the servers property.
|
void |
setTemplates(Templates value)
Sets the value of the templates property.
|
void |
setXhtmlProcessor(XhtmlProcessor value)
Sets the value of the xhtmlProcessor property.
|
void |
unsetFetchArticle() |
protected MarkupProcessor markupProcessor
protected XhtmlProcessor xhtmlProcessor
protected Templates templates
protected Servers servers
protected Boolean fetchArticle
public MarkupProcessor getMarkupProcessor()
MarkupProcessorpublic void setMarkupProcessor(MarkupProcessor value)
value - allowed object is
MarkupProcessorpublic boolean isSetMarkupProcessor()
public XhtmlProcessor getXhtmlProcessor()
XhtmlProcessorpublic void setXhtmlProcessor(XhtmlProcessor value)
value - allowed object is
XhtmlProcessorpublic boolean isSetXhtmlProcessor()
public Templates getTemplates()
Templatespublic void setTemplates(Templates value)
value - allowed object is
Templatespublic boolean isSetTemplates()
public Servers getServers()
Serverspublic void setServers(Servers value)
value - allowed object is
Serverspublic boolean isSetServers()
public boolean isFetchArticle()
Booleanpublic void setFetchArticle(boolean value)
value - allowed object is
Booleanpublic boolean isSetFetchArticle()
public void unsetFetchArticle()
Copyright © 2023. All rights reserved.