public class Replacements 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}wikireplace" 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<Wikireplace> |
wikireplace |
| Constructor and Description |
|---|
Replacements() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSource()
Gets the value of the source property.
|
List<Wikireplace> |
getWikireplace()
Gets the value of the wikireplace property.
|
boolean |
isExternal()
Gets the value of the external property.
|
boolean |
isSetExternal() |
boolean |
isSetSource() |
boolean |
isSetWikireplace() |
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 |
unsetWikireplace() |
protected List<Wikireplace> wikireplace
protected Boolean external
protected String source
public List<Wikireplace> getWikireplace()
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 wikireplace property.
For example, to add a new item, do as follows:
getWikireplace().add(newItem);
Objects of the following type(s) are allowed in the list
Wikireplace
public boolean isSetWikireplace()
public void unsetWikireplace()
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.