public class Page 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}section"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
file |
protected String |
id |
protected String |
name |
protected Section |
section |
| Constructor and Description |
|---|
Page() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFile()
Gets the value of the file property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
Section |
getSection()
Gets the value of the section property.
|
boolean |
isSetFile() |
boolean |
isSetId() |
boolean |
isSetName() |
boolean |
isSetSection() |
void |
setFile(String value)
Sets the value of the file property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSection(Section value)
Sets the value of the section property.
|
protected Section section
protected String id
protected String name
protected String file
public Section getSection()
Sectionpublic void setSection(Section value)
value - allowed object is
Sectionpublic boolean isSetSection()
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()
public String getFile()
Stringpublic void setFile(String value)
value - allowed object is
Stringpublic boolean isSetFile()
Copyright © 2023. All rights reserved.