public class Section 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}comment" minOccurs="0"/>
<element ref="{http://www.openfuxml.org}title" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org/wiki}content" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org}marginalia" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org}highlight" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org}paragraph" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org}section" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org}listing" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org}sections" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org}include" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org/table}table" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org/media}image" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org/list}list" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org/wiki}template" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="classifier" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="external" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="include" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="container" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
classifier |
protected Boolean |
container |
protected List<Serializable> |
content |
protected Boolean |
external |
protected String |
id |
protected String |
include |
protected String |
lang |
protected String |
source |
| Constructor and Description |
|---|
Section() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassifier()
Gets the value of the classifier property.
|
List<Serializable> |
getContent()
Gets the value of the content property.
|
String |
getId()
Gets the value of the id property.
|
String |
getInclude()
Gets the value of the include property.
|
String |
getLang()
Gets the value of the lang property.
|
String |
getSource()
Gets the value of the source property.
|
boolean |
isContainer()
Gets the value of the container property.
|
boolean |
isExternal()
Gets the value of the external property.
|
boolean |
isSetClassifier() |
boolean |
isSetContainer() |
boolean |
isSetContent() |
boolean |
isSetExternal() |
boolean |
isSetId() |
boolean |
isSetInclude() |
boolean |
isSetLang() |
boolean |
isSetSource() |
void |
setClassifier(String value)
Sets the value of the classifier property.
|
void |
setContainer(boolean value)
Sets the value of the container property.
|
void |
setExternal(boolean value)
Sets the value of the external property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInclude(String value)
Sets the value of the include property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setSource(String value)
Sets the value of the source property.
|
void |
unsetContainer() |
void |
unsetContent() |
void |
unsetExternal() |
protected List<Serializable> content
protected String id
protected String classifier
protected String lang
protected Boolean external
protected String source
protected String include
protected Boolean container
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
Listing
Comment
Section
Include
Sections
Marginalia
Paragraph
Highlight
Image
String
List
Table
Content
Title
Template
public boolean isSetContent()
public void unsetContent()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getClassifier()
Stringpublic void setClassifier(String value)
value - allowed object is
Stringpublic boolean isSetClassifier()
public String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic boolean isSetLang()
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()
public String getInclude()
Stringpublic void setInclude(String value)
value - allowed object is
Stringpublic boolean isSetInclude()
public boolean isContainer()
Booleanpublic void setContainer(boolean value)
value - allowed object is
Booleanpublic boolean isSetContainer()
public void unsetContainer()
Copyright © 2023. All rights reserved.