public class ExtractionWordsType extends BaseExtractionType
Java class for ExtractionWordsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtractionWordsType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}BaseExtractionType">
<attribute name="removePunctuation" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="delimitAfterPunctuation" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="extendedSequenceCharacters" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
delimitAfterPunctuation |
protected Boolean |
extendedSequenceCharacters |
protected Boolean |
removePunctuation |
fileFormat, pages| Constructor and Description |
|---|
ExtractionWordsType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDelimitAfterPunctuation()
Gets the value of the delimitAfterPunctuation property.
|
boolean |
isExtendedSequenceCharacters()
Gets the value of the extendedSequenceCharacters property.
|
boolean |
isRemovePunctuation()
Gets the value of the removePunctuation property.
|
boolean |
isSetDelimitAfterPunctuation() |
boolean |
isSetExtendedSequenceCharacters() |
boolean |
isSetRemovePunctuation() |
void |
setDelimitAfterPunctuation(boolean value)
Sets the value of the delimitAfterPunctuation property.
|
void |
setExtendedSequenceCharacters(boolean value)
Sets the value of the extendedSequenceCharacters property.
|
void |
setRemovePunctuation(boolean value)
Sets the value of the removePunctuation property.
|
void |
unsetDelimitAfterPunctuation() |
void |
unsetExtendedSequenceCharacters() |
void |
unsetRemovePunctuation() |
getFileFormat, getPages, isSetFileFormat, isSetPages, setFileFormat, setPagesprotected Boolean removePunctuation
protected Boolean delimitAfterPunctuation
protected Boolean extendedSequenceCharacters
public boolean isRemovePunctuation()
Booleanpublic void setRemovePunctuation(boolean value)
value - allowed object is
Booleanpublic boolean isSetRemovePunctuation()
public void unsetRemovePunctuation()
public boolean isDelimitAfterPunctuation()
Booleanpublic void setDelimitAfterPunctuation(boolean value)
value - allowed object is
Booleanpublic boolean isSetDelimitAfterPunctuation()
public void unsetDelimitAfterPunctuation()
public boolean isExtendedSequenceCharacters()
Booleanpublic void setExtendedSequenceCharacters(boolean value)
value - allowed object is
Booleanpublic boolean isSetExtendedSequenceCharacters()
public void unsetExtendedSequenceCharacters()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.