public class TextsType extends Object
Java class for texts element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="texts">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="text" type="{http://schema.webpdf.de/1.0/extraction/text}TextType" maxOccurs="unbounded" minOccurs="0"/>
<element name="link" type="{http://schema.webpdf.de/1.0/extraction/text}LinkType" maxOccurs="unbounded" minOccurs="0"/>
<element name="paragraph" type="{http://schema.webpdf.de/1.0/extraction/text}ParagraphType" maxOccurs="unbounded" minOccurs="0"/>
<element name="word" type="{http://schema.webpdf.de/1.0/extraction/text}WordType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected List<LinkType> |
link |
protected List<ParagraphType> |
paragraph |
protected List<TextType> |
text |
protected List<WordType> |
word |
| Constructor and Description |
|---|
TextsType() |
| Modifier and Type | Method and Description |
|---|---|
List<LinkType> |
getLink()
Gets the value of the link property.
|
List<ParagraphType> |
getParagraph()
Gets the value of the paragraph property.
|
List<TextType> |
getText()
Gets the value of the text property.
|
List<WordType> |
getWord()
Gets the value of the word property.
|
boolean |
isSetLink() |
boolean |
isSetParagraph() |
boolean |
isSetText() |
boolean |
isSetWord() |
void |
unsetLink() |
void |
unsetParagraph() |
void |
unsetText() |
void |
unsetWord() |
protected List<ParagraphType> paragraph
public List<TextType> getText()
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 text property.
For example, to add a new item, do as follows:
getText().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
public boolean isSetText()
public void unsetText()
public List<LinkType> getLink()
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 link property.
For example, to add a new item, do as follows:
getLink().add(newItem);
Objects of the following type(s) are allowed in the list
LinkType
public boolean isSetLink()
public void unsetLink()
public List<ParagraphType> getParagraph()
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 paragraph property.
For example, to add a new item, do as follows:
getParagraph().add(newItem);
Objects of the following type(s) are allowed in the list
ParagraphType
public boolean isSetParagraph()
public void unsetParagraph()
public List<WordType> getWord()
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 word property.
For example, to add a new item, do as follows:
getWord().add(newItem);
Objects of the following type(s) are allowed in the list
WordType
public boolean isSetWord()
public void unsetWord()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.