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/wiki}server"/>
<element ref="{http://www.openfuxml.org/wiki}page"/>
<element ref="{http://www.openfuxml.org/wiki}category"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Category |
category |
protected String |
id |
protected Page |
page |
protected Server |
server |
protected String |
source |
| Constructor and Description |
|---|
Content() |
| Modifier and Type | Method and Description |
|---|---|
Category |
getCategory()
Gets the value of the category property.
|
String |
getId()
Gets the value of the id property.
|
Page |
getPage()
Gets the value of the page property.
|
Server |
getServer()
Gets the value of the server property.
|
String |
getSource()
Gets the value of the source property.
|
boolean |
isSetCategory() |
boolean |
isSetId() |
boolean |
isSetPage() |
boolean |
isSetServer() |
boolean |
isSetSource() |
void |
setCategory(Category value)
Sets the value of the category property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPage(Page value)
Sets the value of the page property.
|
void |
setServer(Server value)
Sets the value of the server property.
|
void |
setSource(String value)
Sets the value of the source property.
|
protected Server server
protected Page page
protected Category category
protected String id
protected String source
public Server getServer()
Serverpublic void setServer(Server value)
value - allowed object is
Serverpublic boolean isSetServer()
public void setPage(Page value)
value - allowed object is
Pagepublic boolean isSetPage()
public Category getCategory()
Categorypublic void setCategory(Category value)
value - allowed object is
Categorypublic boolean isSetCategory()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic boolean isSetSource()
Copyright © 2023. All rights reserved.