public class Content 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/table}head" minOccurs="0"/>
<element ref="{http://www.openfuxml.org/table}body" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org/table}foot" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Body> |
body |
protected Foot |
foot |
protected Head |
head |
| Constructor and Description |
|---|
Content() |
| Modifier and Type | Method and Description |
|---|---|
List<Body> |
getBody()
Gets the value of the body property.
|
Foot |
getFoot()
Gets the value of the foot property.
|
Head |
getHead()
Gets the value of the head property.
|
boolean |
isSetBody() |
boolean |
isSetFoot() |
boolean |
isSetHead() |
void |
setFoot(Foot value)
Sets the value of the foot property.
|
void |
setHead(Head value)
Sets the value of the head property.
|
void |
unsetBody() |
public void setHead(Head value)
value - allowed object is
Headpublic boolean isSetHead()
public List<Body> getBody()
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 body property.
For example, to add a new item, do as follows:
getBody().add(newItem);
Objects of the following type(s) are allowed in the list
Body
public boolean isSetBody()
public void unsetBody()
public void setFoot(Foot value)
value - allowed object is
Footpublic boolean isSetFoot()
Copyright © 2023. All rights reserved.