public class Sections 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}section" 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 List<Serializable> |
content |
protected Boolean |
external |
protected String |
source |
| Constructor and Description |
|---|
Sections() |
| Modifier and Type | Method and Description |
|---|---|
List<Serializable> |
getContent()
Gets the value of the content property.
|
String |
getSource()
Gets the value of the source property.
|
boolean |
isExternal()
Gets the value of the external property.
|
boolean |
isSetContent() |
boolean |
isSetExternal() |
boolean |
isSetSource() |
void |
setExternal(boolean value)
Sets the value of the external property.
|
void |
setSource(String value)
Sets the value of the source property.
|
void |
unsetContent() |
void |
unsetExternal() |
protected List<Serializable> content
protected Boolean external
protected String source
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
String
Section
public boolean isSetContent()
public void unsetContent()
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.