public class Item 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}paragraph" maxOccurs="unbounded"/>
</sequence>
<attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Serializable> |
content |
protected String |
lang |
protected String |
name |
| Constructor and Description |
|---|
Item() |
| 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 |
getName()
Gets the value of the name property.
|
boolean |
isSetContent() |
boolean |
isSetLang() |
boolean |
isSetName() |
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
unsetContent() |
protected List<Serializable> content
protected String lang
protected String name
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
Paragraph
public boolean isSetContent()
public void unsetContent()
public String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic boolean isSetLang()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
Copyright © 2023. All rights reserved.