public class Page extends Object
Java class for Page complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Page">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PageName" type="{}TokenMaxLen255" minOccurs="0"/>
<element name="Elements" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Element" type="{}Element" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ContextInformationURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ThumbnailImageURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="PageID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Page.Elements
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
contextInformationURL |
protected Page.Elements |
elements |
protected int |
pageID |
protected String |
pageName |
protected String |
thumbnailImageURL |
| Constructor and Description |
|---|
Page() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContextInformationURL()
Gets the value of the contextInformationURL property.
|
Page.Elements |
getElements()
Gets the value of the elements property.
|
int |
getPageID()
Gets the value of the pageID property.
|
String |
getPageName()
Gets the value of the pageName property.
|
String |
getThumbnailImageURL()
Gets the value of the thumbnailImageURL property.
|
void |
setContextInformationURL(String value)
Sets the value of the contextInformationURL property.
|
void |
setElements(Page.Elements value)
Sets the value of the elements property.
|
void |
setPageID(int value)
Sets the value of the pageID property.
|
void |
setPageName(String value)
Sets the value of the pageName property.
|
void |
setThumbnailImageURL(String value)
Sets the value of the thumbnailImageURL property.
|
protected String pageName
protected Page.Elements elements
protected String contextInformationURL
protected String thumbnailImageURL
protected int pageID
public String getPageName()
Stringpublic void setPageName(String value)
value - allowed object is
Stringpublic Page.Elements getElements()
Page.Elementspublic void setElements(Page.Elements value)
value - allowed object is
Page.Elementspublic String getContextInformationURL()
Stringpublic void setContextInformationURL(String value)
value - allowed object is
Stringpublic String getThumbnailImageURL()
Stringpublic void setThumbnailImageURL(String value)
value - allowed object is
Stringpublic int getPageID()
public void setPageID(int value)
Copyright © 2022. All rights reserved.