public class Category 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 name="table" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="section" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element ref="{http://www.openfuxml.org/wiki}page" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" 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 String |
id |
protected String |
name |
protected List<Page> |
page |
protected Object |
section |
protected Object |
table |
| Constructor and Description |
|---|
Category() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
List<Page> |
getPage()
Gets the value of the page property.
|
Object |
getSection()
Gets the value of the section property.
|
Object |
getTable()
Gets the value of the table property.
|
boolean |
isSetId() |
boolean |
isSetName() |
boolean |
isSetPage() |
boolean |
isSetSection() |
boolean |
isSetTable() |
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSection(Object value)
Sets the value of the section property.
|
void |
setTable(Object value)
Sets the value of the table property.
|
void |
unsetPage() |
protected Object table
protected Object section
protected String id
protected String name
public Object getTable()
Objectpublic void setTable(Object value)
value - allowed object is
Objectpublic boolean isSetTable()
public Object getSection()
Objectpublic void setSection(Object value)
value - allowed object is
Objectpublic boolean isSetSection()
public List<Page> getPage()
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 page property.
For example, to add a new item, do as follows:
getPage().add(newItem);
Objects of the following type(s) are allowed in the list
Page
public boolean isSetPage()
public void unsetPage()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
Copyright © 2023. All rights reserved.