public class Paragraph 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/layout}font"/>
<element ref="{http://www.openfuxml.org/text}emphasis" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org/text}symbol" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org}marginalia" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org/editorial}glossary" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org/editorial}acronym" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org/editorial}index" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org}reference" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org/media}image"/>
</sequence>
<attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="top" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="normal"/>
<enumeration value="small"/>
<enumeration value="mini"/>
<enumeration value="zero"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Serializable> |
content |
protected String |
lang |
protected String |
top |
| Constructor and Description |
|---|
Paragraph() |
| Modifier and Type | Method and Description |
|---|---|
List<Serializable> |
getContent()
Gets the value of the content property.
|
String |
getLang()
Gets the value of the lang property.
|
String |
getTop()
Gets the value of the top property.
|
boolean |
isSetContent() |
boolean |
isSetLang() |
boolean |
isSetTop() |
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setTop(String value)
Sets the value of the top property.
|
void |
unsetContent() |
protected List<Serializable> content
protected String lang
protected String top
public List<Serializable> getContent()
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 content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
Symbol
Reference
Marginalia
Acronym
Glossary
Image
String
Font
Emphasis
Index
public boolean isSetContent()
public void unsetContent()
public String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic boolean isSetLang()
public String getTop()
Stringpublic void setTop(String value)
value - allowed object is
Stringpublic boolean isSetTop()
Copyright © 2023. All rights reserved.