public class Injections 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}wikiinjection" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org/wiki}template" maxOccurs="unbounded"/>
</sequence>
<attribute name="external" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
external |
protected String |
source |
protected List<Template> |
template |
protected List<Wikiinjection> |
wikiinjection |
| Constructor and Description |
|---|
Injections() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSource()
Gets the value of the source property.
|
List<Template> |
getTemplate()
Gets the value of the template property.
|
List<Wikiinjection> |
getWikiinjection()
Gets the value of the wikiinjection property.
|
boolean |
isExternal()
Gets the value of the external property.
|
boolean |
isSetExternal() |
boolean |
isSetSource() |
boolean |
isSetTemplate() |
boolean |
isSetWikiinjection() |
void |
setExternal(boolean value)
Sets the value of the external property.
|
void |
setSource(String value)
Sets the value of the source property.
|
void |
unsetExternal() |
void |
unsetTemplate() |
void |
unsetWikiinjection() |
protected List<Wikiinjection> wikiinjection
protected Boolean external
protected String source
public List<Wikiinjection> getWikiinjection()
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 wikiinjection property.
For example, to add a new item, do as follows:
getWikiinjection().add(newItem);
Objects of the following type(s) are allowed in the list
Wikiinjection
public boolean isSetWikiinjection()
public void unsetWikiinjection()
public List<Template> getTemplate()
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 template property.
For example, to add a new item, do as follows:
getTemplate().add(newItem);
Objects of the following type(s) are allowed in the list
Template
public boolean isSetTemplate()
public void unsetTemplate()
public boolean isExternal()
Booleanpublic void setExternal(boolean value)
value - allowed object is
Booleanpublic boolean isSetExternal()
public void unsetExternal()
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic boolean isSetSource()
Copyright © 2023. All rights reserved.