public class List 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/layout}layout" minOccurs="0"/>
<element ref="{http://www.openfuxml.org/list}type"/>
<element ref="{http://www.openfuxml.org/list}item" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Comment |
comment |
protected List<Item> |
item |
protected Layout |
layout |
protected Type |
type |
| Constructor and Description |
|---|
List() |
| Modifier and Type | Method and Description |
|---|---|
Comment |
getComment()
Gets the value of the comment property.
|
List<Item> |
getItem()
Gets the value of the item property.
|
Layout |
getLayout()
Gets the value of the layout property.
|
Type |
getType()
Gets the value of the type property.
|
boolean |
isSetComment() |
boolean |
isSetItem() |
boolean |
isSetLayout() |
boolean |
isSetType() |
void |
setComment(Comment value)
Sets the value of the comment property.
|
void |
setLayout(Layout value)
Sets the value of the layout property.
|
void |
setType(Type value)
Sets the value of the type property.
|
void |
unsetItem() |
protected Comment comment
protected Layout layout
protected Type type
public Comment getComment()
Commentpublic void setComment(Comment value)
value - allowed object is
Commentpublic boolean isSetComment()
public Layout getLayout()
Layoutpublic void setLayout(Layout value)
value - allowed object is
Layoutpublic boolean isSetLayout()
public void setType(Type value)
value - allowed object is
Typepublic boolean isSetType()
public List<Item> getItem()
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 item property.
For example, to add a new item, do as follows:
getItem().add(newItem);
Objects of the following type(s) are allowed in the list
Item
public boolean isSetItem()
public void unsetItem()
Copyright © 2023. All rights reserved.