public class ReferenceType extends Object implements Serializable
Java class for referenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="referenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="document" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="section" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="paragraph" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<choice>
<element name="page" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="pages" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
document |
protected String |
page |
protected String |
pages |
protected String |
paragraph |
protected String |
section |
| Constructor and Description |
|---|
ReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocument()
Gets the value of the document property.
|
String |
getPage()
Gets the value of the page property.
|
String |
getPages()
Gets the value of the pages property.
|
String |
getParagraph()
Gets the value of the paragraph property.
|
String |
getSection()
Gets the value of the section property.
|
void |
setDocument(String value)
Sets the value of the document property.
|
void |
setPage(String value)
Sets the value of the page property.
|
void |
setPages(String value)
Sets the value of the pages property.
|
void |
setParagraph(String value)
Sets the value of the paragraph property.
|
void |
setSection(String value)
Sets the value of the section property.
|
protected String document
protected String section
protected String paragraph
protected String page
protected String pages
public String getDocument()
Objectpublic void setDocument(String value)
value - allowed object is
Objectpublic String getSection()
Stringpublic void setSection(String value)
value - allowed object is
Stringpublic String getParagraph()
Stringpublic void setParagraph(String value)
value - allowed object is
Stringpublic String getPage()
Stringpublic void setPage(String value)
value - allowed object is
Stringpublic String getPages()
StringCopyright © 2016–2020. All rights reserved.