public class Wikiinjection 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 name="wikicontent">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
</extension>
</simpleContent>
</complexType>
</element>
<element ref="{http://www.openfuxml.org/wiki}ofxchart" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org/wiki}ofxgallery" maxOccurs="unbounded"/>
</sequence>
<attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="article" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="wikitag" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ofxtag" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Wikiinjection.Wikicontent
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
article |
protected String |
format |
protected String |
id |
protected List<Ofxchart> |
ofxchart |
protected List<Ofxgallery> |
ofxgallery |
protected String |
ofxtag |
protected Wikiinjection.Wikicontent |
wikicontent |
protected String |
wikitag |
| Constructor and Description |
|---|
Wikiinjection() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArticle()
Gets the value of the article property.
|
String |
getFormat()
Gets the value of the format property.
|
String |
getId()
Gets the value of the id property.
|
List<Ofxchart> |
getOfxchart()
Gets the value of the ofxchart property.
|
List<Ofxgallery> |
getOfxgallery()
Gets the value of the ofxgallery property.
|
String |
getOfxtag()
Gets the value of the ofxtag property.
|
Wikiinjection.Wikicontent |
getWikicontent()
Gets the value of the wikicontent property.
|
String |
getWikitag()
Gets the value of the wikitag property.
|
boolean |
isSetArticle() |
boolean |
isSetFormat() |
boolean |
isSetId() |
boolean |
isSetOfxchart() |
boolean |
isSetOfxgallery() |
boolean |
isSetOfxtag() |
boolean |
isSetWikicontent() |
boolean |
isSetWikitag() |
void |
setArticle(String value)
Sets the value of the article property.
|
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setOfxtag(String value)
Sets the value of the ofxtag property.
|
void |
setWikicontent(Wikiinjection.Wikicontent value)
Sets the value of the wikicontent property.
|
void |
setWikitag(String value)
Sets the value of the wikitag property.
|
void |
unsetOfxchart() |
void |
unsetOfxgallery() |
protected Wikiinjection.Wikicontent wikicontent
protected List<Ofxgallery> ofxgallery
protected String format
protected String article
protected String id
protected String wikitag
protected String ofxtag
public Wikiinjection.Wikicontent getWikicontent()
Wikiinjection.Wikicontentpublic void setWikicontent(Wikiinjection.Wikicontent value)
value - allowed object is
Wikiinjection.Wikicontentpublic boolean isSetWikicontent()
public List<Ofxchart> getOfxchart()
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 ofxchart property.
For example, to add a new item, do as follows:
getOfxchart().add(newItem);
Objects of the following type(s) are allowed in the list
Ofxchart
public boolean isSetOfxchart()
public void unsetOfxchart()
public List<Ofxgallery> getOfxgallery()
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 ofxgallery property.
For example, to add a new item, do as follows:
getOfxgallery().add(newItem);
Objects of the following type(s) are allowed in the list
Ofxgallery
public boolean isSetOfxgallery()
public void unsetOfxgallery()
public String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic boolean isSetFormat()
public String getArticle()
Stringpublic void setArticle(String value)
value - allowed object is
Stringpublic boolean isSetArticle()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getWikitag()
Stringpublic void setWikitag(String value)
value - allowed object is
Stringpublic boolean isSetWikitag()
public String getOfxtag()
Stringpublic void setOfxtag(String value)
value - allowed object is
Stringpublic boolean isSetOfxtag()
Copyright © 2023. All rights reserved.